{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Destination API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Destination", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a Custom Destination", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/config/custom-destinations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a custom destination in your organization." }, { "info": { "name": "Datadog Get a Custom Destination", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/logs/config/custom-destinations/:custom_destination_id", "params": [ { "name": "custom_destination_id", "value": "", "type": "path", "description": "The ID of the custom destination." } ] }, "docs": "Get a specific custom destination in your organization." }, { "info": { "name": "Datadog Update a Custom Destination", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/logs/config/custom-destinations/:custom_destination_id", "params": [ { "name": "custom_destination_id", "value": "", "type": "path", "description": "The ID of the custom destination." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the given fields of a specific custom destination in your organization." }, { "info": { "name": "Datadog Delete a Custom Destination", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/logs/config/custom-destinations/:custom_destination_id", "params": [ { "name": "custom_destination_id", "value": "", "type": "path", "description": "The ID of the custom destination." } ] }, "docs": "Delete a specific custom destination in your organization." } ] } ], "bundled": true }