{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts inframonitoring API", "version": "1.0" }, "items": [ { "info": { "name": "inframonitoring", "type": "folder" }, "items": [ { "info": { "name": "List Hosts for Infra Monitoring", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v2/infra_monitoring/hosts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "Returns a paginated list of hosts with key infrastructure metrics: CPU usage (%), memory usage (%), I/O wait (%), disk usage (%), and 15-minute load average. Each host includes its current status (active/inactive based on metrics reported in the last 10 minutes) and metadata attributes (e.g., os.type). Supports filtering via a filter expression, filtering by host status, custom groupBy to aggregate hosts by any attribute, ordering by any of the five metrics, and pagination via offset/limit. The " }, { "info": { "name": "List Pods for Infra Monitoring", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v2/infra_monitoring/pods", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "Returns a paginated list of Kubernetes pods with key metrics: CPU usage, CPU request/limit utilization, memory working set, memory request/limit utilization, current pod phase (pending/running/succeeded/failed/unknown), and pod age (ms since start time). Each pod includes metadata attributes (namespace, node, workload owner such as deployment/statefulset/daemonset/job/cronjob, cluster). Supports filtering via a filter expression, custom groupBy to aggregate pods by any attribute, ordering by any" } ] } ], "bundled": true }