{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Metrics API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Find Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v2/metrics/find", "params": [ { "name": "name", "value": "", "type": "query", "description": "Metric name pattern to search for" } ] }, "docs": "Search for available metrics by name pattern." }, { "info": { "name": "Get Metric Descriptors", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/v2/metrics/descriptors", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve descriptors for specified metrics." } ] } ], "bundled": true }