evaluate_slo
Evaluate a Dynatrace SLO by ID and retrieve its compliance for a custom timeframe or default period.
Instructions
Evaluate an SLO by ID and return its compliance result (platform SLO v1). Uses the async evaluation:start / evaluation:poll flow per spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The SLO ID to evaluate. | |
| timeframeFrom | No | Start of the custom timeframe, e.g. 'now-7d' or an ISO 8601 timestamp. | |
| timeframeTo | No | End of the custom timeframe (defaults to 'now' when omitted). |