Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Replace a dashboard

PUThttps://api.coralogix.com/mgmt/openapi/3/v1/dashboards/dashboards

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

This is a request sent to update an existing dashboard with new information

    dashboard#objectrequired

    Dashboard represents the structure and configuration of a Coralogix Custom Dashboard.

    oneOf
    dashboard.description#string

    A brief description or summary of the dashboard's purpose or content

    Example: Sample description
    dashboard.id#string

    A unique identifier of the dashboard

    Example: GZLHSeqelCbD3I7HbIDtL
    dashboard.name#stringrequired

    The display name of the dashboard

    Example: Example Name
    dashboard.off#object
    dashboard.slugName#string

    A unique slug name serving as an alias for accessing the dashboard

    Example: system-health-monitoring
    isLocked#boolean
    requestId#stringrequired

Response

application/json

This is a response received when the dashboard is successfully updated