datadog_slo_get
Retrieve a single Datadog SLO by its identifier, returning the details in YAML format. Use the SLO list operation to discover available IDs, then fetch the desired one with this read-only function.
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. |