{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Options API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Options", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Aws Scan Options", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/accounts/aws" }, "docs": "Fetches the scan options configured for AWS accounts." }, { "info": { "name": "Datadog Post Aws Scan Options", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/accounts/aws", "body": { "type": "json", "data": "{}" } }, "docs": "Activate Agentless scan options for an AWS account." }, { "info": { "name": "Datadog Patch Aws Scan Options", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/accounts/aws/:account_id", "params": [ { "name": "account_id", "value": "123456789012", "type": "path", "description": "The ID of an AWS account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the Agentless scan options for an activated account." }, { "info": { "name": "Datadog Delete Aws Scan Options", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/accounts/aws/:account_id", "params": [ { "name": "account_id", "value": "123456789012", "type": "path", "description": "The ID of an AWS account." } ] }, "docs": "Delete Agentless scan options for an AWS account." } ] } ], "bundled": true }