datadog
Datadog API v2
Add Cloud Cost Management tag endpoints
Added three new endpoints and supporting schemas for Cloud Cost Management tags: GET /api/v2/cost/tag_keys to list tag keys, GET /api/v2/cost/tag_keys/{tag_key} to get details for a specific tag key, and GET /api/v2/cost/tags to list tags. Also added an optional window[seconds] query parameter to the existing GET /api/v2/metrics/{metric_name}/volumes endpoint and updated its documentation to clarify it returns hourly average volumes.
Alert history
- Additive
Add Cloud Cost Management tag endpoints
Added three new endpoints and supporting schemas for Cloud Cost Management tags:
GET /api/v2/cost/tag_keysto list tag keys,GET /api/v2/cost/tag_keys/{tag_key}to get details for a specific tag key, andGET /api/v2/cost/tagsto list tags. Also added an optionalwindow[seconds]query parameter to the existingGET /api/v2/metrics/{metric_name}/volumesendpoint and updated its documentation to clarify it returns hourly average volumes. - Additive
Add regression tracking to Issue schema
Added optional
regressionfield to the Issue schema that references a new IssueRegression object containing regression metadata (regressed_at, regressed_at_version, resolved_at). This is a purely additive change that allows clients to track when previously resolved issues have reopened without breaking existing integrations. - Additive
Add Cloud Cost Management anomalies APIs
Added two new endpoints for Cloud Cost Management anomalies:
GET /api/v2/cost/anomaliesto list detected cloud cost anomalies andGET /api/v2/cost/anomalies/{anomaly_id}to retrieve a specific anomaly. Also added supporting schemas (CostAnomaly,CostAnomaliesResponse,CostAnomalyResponse, and related types) and a newAnomalyIDpath parameter type. Both endpoints are marked as unstable/preview but represent purely additive functionality. - Additive
Add API key validation endpoints
Two new endpoints were added for validating API credentials:
GET /api/v2/validatevalidates an API key and returns the organization UUID, key ID, and scopes (in preview);GET /api/v2/validate_keysvalidates both API and application keys and returns a simple status. This is purely additive functionality that does not affect existing integrations. - Additive
Add backfill endpoints for degradations and maintenances
Added two new POST endpoints
POST /api/v2/statuspages/{page_id}/degradations/backfillandPOST /api/v2/statuspages/{page_id}/maintenances/backfillto create backfilled incidents with predefined update timelines. This also introduces new request/response schema types (CreateBackfilledDegradationRequest,CreateBackfilledMaintenanceRequest) and supporting schemas for update entries, plus an optionalupdatesfield to existing degradation creation attributes. - Additive
Add Cloud Cost Management tag descriptions API
Introduces new schema types (
CostTagDescription,CostTagDescriptionAttributes,CostTagDescriptionSource,CostTagDescriptionType,CostTagDescriptionsResponse) and a new endpointGET /api/v2/cost/tag_descriptionsfor listing Cloud Cost Management tag key descriptions. This is a purely additive change that does not affect existing functionality.