{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Demand API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Demand", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Aws on Demand Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/ondemand/aws" }, "docs": "Fetches the most recent 1000 AWS on demand tasks." }, { "info": { "name": "Datadog Post an Aws on Demand Task", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/ondemand/aws", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger the scan of an AWS resource with a high priority. Agentless scanning must be activated for the AWS account containing the resource to scan." }, { "info": { "name": "Datadog Get Aws on Demand Task by Id", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/ondemand/aws/:task_id", "params": [ { "name": "task_id", "value": "6d09294c-9ad9-42fd-a759-a0c1599b4828", "type": "path", "description": "The UUID of the task." } ] }, "docs": "Fetch the data of a specific on demand task." } ] } ], "bundled": true }