Skip to main content
POST
cURL
Classic dashboards reach end of life on January 20, 2027. After this date, classic dashboards are no longer supported. Migrate to standard dashboards to avoid disruption.
Classic dashboard API endpoints are not available for organizations on standard dashboards. Requests to these endpoints return an error. To manage dashboards programmatically in these environments, use the standard dashboard endpoints. For information about your organization’s dashboard configuration, contact Chronosphere Support.

Authorizations

API-Token
string
header
required

Chronosphere API token

Body

application/json
classic_dashboard
object

The GrafanaDashboard to create.

dry_run
boolean

If true, validates the specified configuration without creating the GrafanaDashboard. If the specified configuration is valid, the endpoint returns a partial response without the GrafanaDashboard. If the specified configuration is invalid, the endpoint returns an error.

Response

A successful response containing the created GrafanaDashboard.

classic_dashboard
object