{ "opencollection": "1.0.0", "info": { "name": "ilert REST Alert Actions Series API", "version": "v2.2026.5-r.3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Series", "type": "folder" }, "items": [ { "info": { "name": "Ingest a series for a metric", "type": "http" }, "http": { "method": "POST", "url": "/api/series/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "integration key of resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post a time point or multiple time points (series) to a metric. User authorization is not required instead provide the integration key of your metric." } ] } ], "bundled": true }