{ "opencollection": "1.0.0", "info": { "name": "ilert REST Alert Actions Event Flows API", "version": "v2.2026.5-r.3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Event Flows", "type": "folder" }, "items": [ { "info": { "name": "List existing event flows.", "type": "http" }, "http": { "method": "GET", "url": "/api/event-flows", "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 entities." } ] }, "docs": "Returns a shallow list of event flows without the full node tree. Use the single resource endpoint to retrieve the complete event flow including all nodes and branches." }, { "info": { "name": "Create a new event flow.", "type": "http" }, "http": { "method": "POST", "url": "/api/event-flows", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new event flow." }, { "info": { "name": "Get a specific event flow.", "type": "http" }, "http": { "method": "GET", "url": "/api/event-flows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Get a specific event flow." }, { "info": { "name": "Update a specific event flow.", "type": "http" }, "http": { "method": "PUT", "url": "/api/event-flows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific event flow." }, { "info": { "name": "Delete a specific event flow.", "type": "http" }, "http": { "method": "DELETE", "url": "/api/event-flows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Delete a specific event flow." } ] } ], "bundled": true }