datadog_slo_get
Fetch a Datadog SLO by its unique identifier. Returns YAML output for monitoring and alerting workflows.
Instructions
Fetch a single Datadog SLO by id (string, e.g. abc123def456). Use datadog_slo_list to discover ids first. Read-only. Mirrors omni-dev datadog slo get. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slo_id | Yes | Datadog SLO identifier (string, e.g. `abc123def456`). Required. |