{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Billing API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Active Billing Dimensions for Cost Attribution", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost_by_tag/active_billing_dimensions", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 19th of the following month." }, { "info": { "name": "Datadog Get Billing Dimension Mapping for Usage Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/usage/billing_dimension_mapping", "params": [ { "name": "filter[month]", "value": "example_value", "type": "query", "description": "Datetime in ISO-8601 format, UTC, and for mappings beginning this month. Defaults to the current month." }, { "name": "filter[view]", "value": "example_value", "type": "query", "description": "String to specify whether to retrieve active billing dimension mappings for the contract or for all available mappings. Allowed views have the string `active` or `all`. Defaults to `active`." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a mapping of billing dimensions to the corresponding keys for the supported usage metering public API endpoints.\nMapping data is updated on a monthly cadence.\n\nThis endpoint is only accessible to [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/)." } ] } ], "bundled": true }