v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
dashboardManagement

Migrate Legacy Dashboards to Dashboards(New)

Schedule an asynchronous job to migrate a list of legacy Dashboards to Dashboard(New). Once migration is finished, the migrated dashboards will be in the same folder as the corresponding legacy Dashboard. Note: This feature is in beta and may not support all existing features of legacy dashboards.

post/v2/dashboards/migrate

Request body

contentIdsstring[] required

Content identifiers of the Legacy dashboards.

Example request

{
  "contentIds": [
    "00000000000001C8"
  ]
}

Response

Async job identifier to get the status and result of the dashboard migration job.

jobIdstring required

Identifier of the asynchronous job. Use it to get status of the job.

Example response

{
  "jobId": "C03E086C137F38B4"
}