SLO Service Public API reference
Management API for service-level objectives, templates and evaluating service-level objectives.
Access the Swagger documentation
You can create, edit, list, delete, and evaluate your SLOs via API.
- Go to Dynatrace.
- In the platform search, type
API
. In the search results, see Support resources section and Dynatrace API below it. - Select Dynatrace API to access the Dynatrace API documentation. A new page opens with the Dynatrace API definitions.
- In the upper right corner, go to Select a definition.
- From the drop-down list, choose the endpoint.
Objective templates
List objective templates.
Get an objective template by ID.
GET /objective-templates/{id}
Service-level objectives
List service-level objectives.
Add a new service-level objective.
Get a service-level objective by ID.
Update a service-level objective by ID.
Delete a service-level objective by ID.
Service-level objectives Evaluation
Cancels the SLO evaluation and returns the result if the evaluation was already finished, otherwise discards it.
POST /slos/evaluation:cancel
GET /slos/evaluation:cancel
Starts an SLO evaluation.
GET /slos/evaluation:start