{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Cloud API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Cloud", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Cloud Cost Management Aws Cur Configs", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost/aws_cur_config", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "List the AWS CUR configs." }, { "info": { "name": "Datadog Create Cloud Cost Management Aws Cur Config", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cost/aws_cur_config", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a Cloud Cost Management account for an AWS CUR config." }, { "info": { "name": "Datadog Update Cloud Cost Management Aws Cur Config", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/cost/aws_cur_config/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path", "description": "Cloud Account id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update the status (active/archived) and/or account filtering configuration of an AWS CUR config." }, { "info": { "name": "Datadog Delete Cloud Cost Management Aws Cur Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/aws_cur_config/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path", "description": "Cloud Account id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Archive a Cloud Cost Management Account." }, { "info": { "name": "Datadog List Cloud Cost Management Azure Configs", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost/azure_uc_config", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "List the Azure configs." }, { "info": { "name": "Datadog Create Cloud Cost Management Azure Configs", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cost/azure_uc_config", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a Cloud Cost Management account for an Azure config." }, { "info": { "name": "Datadog Update Cloud Cost Management Azure Config", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/cost/azure_uc_config/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path", "description": "Cloud Account id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update the status of an Azure config (active/archived)." }, { "info": { "name": "Datadog Delete Cloud Cost Management Azure Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/azure_uc_config/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path", "description": "Cloud Account id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Archive a Cloud Cost Management Account." }, { "info": { "name": "Datadog Get the Csm Cloud Accounts Coverage Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/csm/onboarding/coverage_analysis/cloud_accounts" }, "docs": "Get the CSM Coverage Analysis of your Cloud Accounts.\nThis is calculated based on the number of your Cloud Accounts that are\nscanned for security issues." } ] } ], "bundled": true }