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.
Example response
{
"data": {
"1": 64
},
"status": {
"successCount": 3,
"failedCount": 1,
"totalCount": 10
}
}Changes
No changes recorded. 1 of the 7 revisions has no diff computed, so it could not be searched.