v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Service Level Objective Corrections

Get all SLO corrections

Get all Service Level Objective corrections.

get/api/v1/slo/correction

Query parameters

offsetinteger

The specific offset to use as the beginning of the returned response.

limitinteger

The number of SLO corrections to return in the response. Default is 25.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "category": "Scheduled Maintenance",
        "duration": 3600,
        "rrule": "FREQ=DAILY;INTERVAL=10;COUNT=5"
      },
      "type": "correction"
    }
  ]
}