{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Identifiers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Identifiers", "type": "folder" }, "items": [ { "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." }, { "info": { "name": "Datadog Get an Aws Integration by Config Id", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/aws/accounts/:aws_account_config_id", "params": [ { "name": "aws_account_config_id", "value": "", "type": "path", "description": "Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the\n[List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID." } ] }, "docs": "Get an AWS Account Integration Config by config ID." }, { "info": { "name": "Datadog Generate a New External Id", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/aws/generate_new_external_id" }, "docs": "Generate a new external ID for AWS role-based authentication." } ] } ], "bundled": true }