Skip to main content
POST
cURL

Authorizations

API-Token
string
header
required

Chronosphere API token

Body

application/json

Converts classic dashboard JSON into a standard Dashboard, creating it (or updating an existing one when update_if_exists is set).

Converts classic dashboard JSON into a standard Dashboard, creating it (or updating an existing one when update_if_exists is set).

classic_dashboard_json
string

Required. Classic dashboard JSON to convert.

collection_slug
string

Required slug of the collection the new dashboard will belong to.

dry_run
boolean

When true, converts and validates the dashboard without persisting it.

name
string

Optional name for the new dashboard. Defaults to the classic dashboard's title when unset.

slug
string

Optional slug for the new dashboard. When unset, a slug is generated from the name (same behavior as CreateDashboard). Required when update_if_exists is set.

update_if_exists
boolean

When true, updates an existing dashboard with the given slug instead of failing, replacing it entirely (clearing fields such as labels that the request does not carry).

Response

A successful response.

dashboard
object

The imported dashboard. Populated even when dry_run is set, as a preview of what would be created.

unsupported_features
object[]

Classic dashboard features that were dropped, approximated, or otherwise noteworthy during conversion, de-duplicated one entry per feature.