v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBService Level Objectives
Get SLO report status
Get the status of the SLO report job.
get/api/v2/slo/report/{report_id}/status
Path parameters
report_idstring required
The ID of the report job.
Response
OK
Example response
{
"data": {
"attributes": {
"status": "completed"
},
"id": "dc8d92aa-e0af-11ee-af21-1feeaccaa3a3",
"type": "report_id"
}
}