{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Value API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Value", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get a Specific Org Config Value", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/org_configs/:org_config_name", "params": [ { "name": "org_config_name", "value": "", "type": "path", "description": "The name of an Org Config." } ] }, "docs": "Return the name, description, and value of a specific Org Config." }, { "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 }