{
"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"
}
}{
"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"
}
}Chronosphere API token
A successful response.
Show child attributes
The name of the GrafanaDashboard. You can modify this value after the GrafanaDashboard is created.
Slug of the bucket the dashboard belongs to. Required if collection_slug is not set.
Slug of the collection the dashboard belongs to. Required if bucket_slug is not set.
Timestamp of when the GrafanaDashboard was created. Cannot be set by clients.
Required raw JSON of the Grafana dashboard.
The unique identifier of the GrafanaDashboard. If a slug isn't provided, one is generated based on the name field. You can't modify this field after the GrafanaDashboard is created.
Timestamp of when the GrafanaDashboard was last updated. Cannot be set by clients.