{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Cap API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Cap", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get the On-demand Concurrency Cap", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/synthetics/settings/on_demand_concurrency_cap" }, "docs": "Get the on-demand concurrency cap." }, { "info": { "name": "Datadog Save New Value for On-demand Concurrency Cap", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/synthetics/settings/on_demand_concurrency_cap", "body": { "type": "json", "data": "{}" } }, "docs": "Save new value for on-demand concurrency cap." } ] } ], "bundled": true }