{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts querier API", "version": "1.0" }, "items": [ { "info": { "name": "querier", "type": "folder" }, "items": [ { "info": { "name": "Query range", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v5/query_range", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "Execute a composite query over a time range. Supports builder queries (traces, logs, metrics), formulas, trace operators, PromQL, and ClickHouse SQL." }, { "info": { "name": "Replace variables", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v5/substitute_vars", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "Replace variables in a query" } ] } ], "bundled": true }