{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Given API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Given", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get a Given Apm Retention Filter", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters/:filter_id", "params": [ { "name": "filter_id", "value": "", "type": "path", "description": "The ID of the retention filter." } ] }, "docs": "Get an APM retention filter." }, { "info": { "name": "Datadog Get Restriction Query for a Given Role", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/logs/config/restriction_queries/role/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path", "description": "The ID of the role." } ] }, "docs": "Get restriction query for a given role." }, { "info": { "name": "Datadog Get All Restriction Queries for a Given User", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/logs/config/restriction_queries/user/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Get all restriction queries for a given user." } ] } ], "bundled": true }