v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBdashboardManagement
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
}
}