{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Mapping API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Mapping", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create an Authn Mapping", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/authn_mappings", "body": { "type": "json", "data": "{}" } }, "docs": "Create an AuthN Mapping." }, { "info": { "name": "Datadog Get an Authn Mapping by Uuid", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/authn_mappings/:authn_mapping_id", "params": [ { "name": "authn_mapping_id", "value": "", "type": "path", "description": "The UUID of the AuthN Mapping." } ] }, "docs": "Get an AuthN Mapping specified by the AuthN Mapping UUID." }, { "info": { "name": "Datadog Edit an Authn Mapping", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/authn_mappings/:authn_mapping_id", "params": [ { "name": "authn_mapping_id", "value": "", "type": "path", "description": "The UUID of the AuthN Mapping." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an AuthN Mapping." }, { "info": { "name": "Datadog Delete an Authn Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/authn_mappings/:authn_mapping_id", "params": [ { "name": "authn_mapping_id", "value": "", "type": "path", "description": "The UUID of the AuthN Mapping." } ] }, "docs": "Delete an AuthN Mapping specified by AuthN Mapping UUID." }, { "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 }