v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
dashboardManagement

Preview of Migrating Legacy Dashboards to Dashboards(New)

Get a preview of migrating Legacy Dashboards to Dashboard(New)

post/v2/dashboards/migrate/preview

Request body

contentIdsstring[] required

Content identifiers of the Legacy dashboards.

Example request

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

Response

Preview of the dashboard migration job.

countinteger required

Count of dashboards to be migrated.

Example response

{
  "count": 5
}