Expand description
Datadog Dashboards API wrapper.
Exposes a thin façade over DatadogClient for the read-only dashboard
endpoints needed by the CLI: list and get.
Unlike the monitor endpoints, GET /api/v1/dashboard returns all
dashboards in a single response — no server-side pagination — so the
list façade does not loop. Any client-side --limit truncation belongs
in the CLI layer.
Structs§
- Dashboard
List Filter - Filters accepted by
GET /api/v1/dashboard. - Dashboards
Api - Dashboards API façade.