{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Post API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Post", "type": "folder" }, "items": [ { "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 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 Post an Event", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/events", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "This endpoint allows you to post events.\n\n✅ **Only events with the `change` category** are in General Availability. See [Change Tracking](https://docs.datadoghq.com/change_tracking) for more details.\n\n❌ For use cases involving other event categories, please use the V1 endpoint." }, { "info": { "name": "Datadog Search Logs (post)", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/events/search", "body": { "type": "json", "data": "{}" } }, "docs": "List endpoint returns logs that match a log search query.\n[Results are paginated][1].\n\nUse this endpoint to search and filter your logs.\n\n**If you are considering archiving logs for your organization,\nconsider use of the Datadog archive capabilities instead of the log list API.\nSee [Datadog Logs Archive documentation][2].**\n\n[1]: /logs/guide/collect-multiple-logs-with-pagination\n[2]: https://docs.datadoghq.com/logs/archives" } ] } ], "bundled": true }