get-slo-history
Retrieve SLO performance history including status, error budget, and compliance data for a specified time range.
Instructions
Get SLO performance history over a time range (status, error budget, compliance)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sloId | Yes | SLO ID. Example: abc123def456abc123def456abc123de | |
| fromTs | Yes | Start time as Unix epoch seconds. Example: 1740000000 | |
| toTs | Yes | End time as Unix epoch seconds. Example: 1740086400 | |
| target | No | Target SLO value. Example: 99.9 |