v1

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

Get an SLO correction for an SLO

Get an SLO correction.

get/api/v1/slo/correction/{slo_correction_id}

Path parameters

slo_correction_idstring required

The ID of the SLO correction object.

Response

OK

Example response

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