{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Coverage API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Coverage", "type": "folder" }, "items": [ { "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." }, { "info": { "name": "Datadog Get the Csm Hosts and Containers Coverage Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/csm/onboarding/coverage_analysis/hosts_and_containers" }, "docs": "Get the CSM Coverage Analysis of your Hosts and Containers.\nThis is calculated based on the number of agents running on your Hosts\nand Containers with CSM feature(s) enabled." }, { "info": { "name": "Datadog Get the Csm Serverless Coverage Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/csm/onboarding/coverage_analysis/serverless" }, "docs": "Get the CSM Coverage Analysis of your Serverless Resources.\nThis is calculated based on the number of agents running on your Serverless\nResources with CSM feature(s) enabled." } ] } ], "bundled": true }