v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
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"
    }
  ]
}