Create an SLO correction
POST {{baseUrl}}/api/v1/slo/correction
Create an SLO Correction.
Request Body
{"data"=>{"type"=>"correction", "attributes"=>{"slo_id"=>"sloId", "start"=>1600000000, "category"=>"Scheduled Maintenance", "description"=>"ex nisi dolor e", "duration"=>1600000000, "end"=>1600000000, "rrule"=>"FREQ=DAILY;INTERVAL=10;COUNT=5", "timezone"=>"UTC"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"category":"Scheduled Maintenance","created_at":-42445941,"creator":{"email":"esse proident voluptate","handle":"est sunt","name":"consequat"},"description":"officia dolor cupidatat","duration":3600,"end":-21506349,"modified_at":-30984020,"modifier":{"email":"dolor cupidatat","handle":"aute laboris irure officia","name":"consequat"},"rrule":"FREQ=DAILY;INTERVAL=10;COUNT=5","slo_id":"nostrud","start":-28285922,"timezone":"in sunt sit non"},"id":"Lorem voluptate mollit id","type":"correction"}}