{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Validate API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Validate", "type": "folder" }, "items": [ { "info": { "name": "Datadog Validate an Observability Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/obs_pipelines/pipelines/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validates a pipeline configuration without creating or updating any resources.\nReturns a list of validation errors, if any.\n" }, { "info": { "name": "Datadog Validate a Detection Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/rules/validation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Validate a detection rule." } ] } ], "bundled": true }