Service Level Objectives
Get Corrections For an SLO
Get corrections applied to an SLO
get/api/v1/slo/{slo_id}/corrections
Path parameters
slo_idstring required
The ID of the service level objective object.
Response
OK
Example response
{
"data": [
{
"attributes": {
"category": "Scheduled Maintenance",
"duration": 3600,
"rrule": "FREQ=DAILY;INTERVAL=10;COUNT=5"
},
"type": "correction"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.