SLO Service Public API reference

Management API for service-level objectives, templates and evaluating service-level objectives.

Objective templates

To do this
Go to Objective templates and select this
List objective templates.
GET /objective-templates
Get an objective template by ID.
GET /objective-templates/{id}

Service-level objectives

To do this
Go to Service-level Objectives and select this
List service-level objectives.
GET /slos
Add a new service-level objective.
POST /slos
Get a service-level objective by ID.
GET /slos/{id}
Update a service-level objective by ID.
PUT /slos/{id}
Delete a service-level objective by ID.
DELETE /slos/{id}

Service-level objectives Evaluation

To do this
Go to Service-level objectives Evaluation and select this
Cancels the SLO evaluation and returns the result if the evaluation was already finished, otherwise discards it.
POST /slos/evaluation:cancel
Polls an SLO evaluation.
GET /slos/evaluation:cancel
Starts an SLO evaluation.
GET /slos/evaluation:start