{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Cloudflare API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Cloudflare", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Cloudflare Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts" }, "docs": "List Cloudflare accounts." }, { "info": { "name": "Datadog Add Cloudflare Account", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Cloudflare account." }, { "info": { "name": "Datadog Get Cloudflare Account", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts/:account_id", "params": [ { "name": "account_id", "value": "abc-123-def", "type": "path", "description": "None" } ] }, "docs": "Get a Cloudflare account." }, { "info": { "name": "Datadog Update Cloudflare Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts/:account_id", "params": [ { "name": "account_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Cloudflare account." }, { "info": { "name": "Datadog Delete Cloudflare Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts/:account_id", "params": [ { "name": "account_id", "value": "abc-123-def", "type": "path", "description": "None" } ] }, "docs": "Delete a Cloudflare account." } ] } ], "bundled": true }