Skip to main content
GET
/
api
/
v1
/
config
/
grafana-dashboards
/
{slug}
{
  "grafana_dashboard": {
    "name": "<string>",
    "bucket_slug": "<string>",
    "collection": {
      "slug": "<string>",
      "type": "SIMPLE"
    },
    "collection_slug": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "dashboard_json": "<string>",
    "slug": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

slug
string
required

Response

A successful response.

grafana_dashboard
object