v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBdashboardManagement
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
Example request
{
"contentIds": [
"00000000000001C8"
]
}Response
Async job identifier to get the status and result of the dashboard migration job.
Example response
{
"jobId": "C03E086C137F38B4"
}