Skip to main content
SLO & Service Quality/SLO
POSTSLOSince 1.0SynchronousAuth Required

ExpireOverrides

Expire all active SLO overrides that have passed their end time.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

POST/api/v1/slo/overrides/expire

/api/v1/slo/overrides/expire

Operation ID

ExpireOverrides

Permalink

Request Example

curl -X POST '{host}/api/v1/slo/overrides/expire' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history