ImportDashboardFromClassic
Converts classic dashboard JSON to a standard Dashboard, creating it or updating an existing one in place when update_if_exists is set.
Authorizations
Chronosphere API token
Body
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).
Required. Classic dashboard JSON to convert.
Required slug of the collection the new dashboard will belong to.
When true, converts and validates the dashboard without persisting it.
Optional name for the new dashboard. Defaults to the classic dashboard's
title when unset.
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.
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.

