Expand description
Datadog API integration: read-only HTTP client and helpers.
Provides a thin reqwest wrapper around the Datadog REST APIs for
metrics, monitors, dashboards, and logs. Phase 1 covers authentication
only; endpoint families land in subsequent slices.
Modulesยง
- auth
- Datadog credential management.
- client
- Datadog REST API client.
- dashboards_
api - Datadog Dashboards API wrapper.
- downtimes_
api - Datadog Downtimes API wrapper.
- error
- Error types for Datadog operations.
- events_
api - Datadog Events API wrapper.
- hosts_
api - Datadog Hosts API wrapper.
- logs_
api - Datadog Logs API wrapper.
- metrics_
api - Datadog Metrics API wrapper.
- metrics_
catalog_ api - Datadog Metric Catalog API wrapper.
- monitors_
api - Datadog Monitors API wrapper.
- slo_api
- Datadog SLO API wrapper.
- time
- Time-range parsing for Datadog CLI commands.
- types
- Shared response types for the Datadog API.