Skip to main content

Module dashboards_api

Module dashboards_api 

Source
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§

DashboardListFilter
Filters accepted by GET /api/v1/dashboard.
DashboardsApi
Dashboards API façade.