{ "opencollection": "1.0.0", "info": { "name": "ilert REST Alert Actions Metric Data Sources API", "version": "v2.2026.5-r.3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Metric Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Get Metric Data Sources", "type": "http" }, "http": { "method": "GET", "url": "/api/metric-data-sources", "params": [ { "name": "start-index", "value": "", "type": "query", "description": "an integer specifying the starting point (beginning with 0) when paging through a list of entities" }, { "name": "max-results", "value": "", "type": "query", "description": "the maximum number of results when paging through a list of metric data sources" } ] }, "docs": "Get Metric Data Sources" }, { "info": { "name": "Create a new Metric Data Source.", "type": "http" }, "http": { "method": "POST", "url": "/api/metric-data-sources", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Metric Data Source." }, { "info": { "name": "Get a specific Metric Data Source", "type": "http" }, "http": { "method": "GET", "url": "/api/metric-data-sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Get a specific Metric Data Source" }, { "info": { "name": "Update the specific Metric Data Source", "type": "http" }, "http": { "method": "PUT", "url": "/api/metric-data-sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specific Metric Data Source" }, { "info": { "name": "Delete a specific Metric Data Source", "type": "http" }, "http": { "method": "DELETE", "url": "/api/metric-data-sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Delete a specific Metric Data Source" } ] } ], "bundled": true }