Expand description
Datadog SLO API wrapper.
Exposes a thin façade over DatadogClient for the read-only Service
Level Objective endpoints needed by the CLI: list and get. List
auto-paginates when called with limit == 0, capped at HARD_CAP.
Structs§
- SloApi
- SLO API façade.
- SloList
Filter - Filters accepted by
GET /api/v1/slo.
Constants§
- HARD_
CAP - Per-call upper bound on the number of SLOs returned.
- LIST_
PAGE_ SIZE - Default page size. Datadog’s
/api/v1/sloaccepts up to 1000 per page; 50 keeps payloads small and matches the UI’s default.