dynatrace_managed_get_slo_details
Retrieve detailed information about a specific SLO by ID and environment alias. Use custom or current time frames to evaluate service level objectives and assess performance against targets.
Instructions
Get detailed information about a specific SLO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End time (ISO format or relative like "now"). Used when timeFrame="GTF" | |
| from | No | Start time (ISO format or relative like "now-1w"). Used when timeFrame="GTF" | |
| sloId | Yes | The SLO ID to get details for | |
| timeFrame | No | Time frame for SLO evaluation: "CURRENT" for SLO's own timeframe, "GTF" for custom timeframe specified by from and to parameters | |
| environment_alias | Yes | Specify which environment to be queried, by supplying the environment alias as returned by get_environments_info. Can use `ALL_ENVIRONMENTS` to retrieve data from all environments in one request to MCP. |