v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
dashboardManagement

Get dashboard migration result.

Get the result of an asynchronous Dashboard Migration request for the given job identifier.

get/v2/dashboards/migrate/{jobId}/result

Path parameters

jobIdstring required

The identifier of the asynchronous Dashboard Migration job.

Response

Dashboard migration job result.

dataobject required

A mapping of Legacy Dashboard Content Ids to migrated Dashboard(New) Content Ids. Only successful migration are shown here, see errors field for failed migrations and the failure reason.

richDataobject

A mapping of Legacy Dashboard Content Ids to migrated Dashboard(New) info. Only successful migration are shown here, see errors field for failed migrations and the failure reason.

errorsobject

A mapping of Legacy Dashboards Content Identifiers that failed validation to the failure reason(s).

warningsobject

A mapping of Legacy Dashboards Content Identifiers to warnings.

Example response

{
  "data": {
    "1": 64
  },
  "status": {
    "successCount": 3,
    "failedCount": 1,
    "totalCount": 10
  }
}