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

Get a dashboard

GEThttps://api.coralogix.com/mgmt/openapi/3/v1/dashboards/dashboards/{dashboard_id}

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    dashboard_id# stringrequired

Response

application/json

This is a response containing the requested dashboard

    authorId#string
    authorName#string
    createdAt#date-time
    createdOriginType#TokenOriginType

    Possible values: [TOKEN_ORIGIN_TYPE_UNSPECIFIED, TOKEN_ORIGIN_TYPE_USER, TOKEN_ORIGIN_TYPE_API]

    dashboard#object

    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
    lockerAuthorId#string
    lockerName#string
    updatedAt#date-time
    updatedOriginType#TokenOriginType

    Possible values: [TOKEN_ORIGIN_TYPE_UNSPECIFIED, TOKEN_ORIGIN_TYPE_USER, TOKEN_ORIGIN_TYPE_API]

    updaterAuthorId#string
    updaterName#string