Service 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.