{ "opencollection": "1.0.0", "info": { "name": "ilert REST Alert Actions Deployment Pipelines API", "version": "v2.2026.5-r.3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Deployment Pipelines", "type": "folder" }, "items": [ { "info": { "name": "Get deployment pipelines", "type": "http" }, "http": { "method": "GET", "url": "/api/deployment-pipelines", "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 deployment pipelines" } ] }, "docs": "Get deployment pipelines" }, { "info": { "name": "Create a new deployment pipeline.", "type": "http" }, "http": { "method": "POST", "url": "/api/deployment-pipelines", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new deployment pipeline." }, { "info": { "name": "Get a specific deployment pipeline", "type": "http" }, "http": { "method": "GET", "url": "/api/deployment-pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Get a specific deployment pipeline" }, { "info": { "name": "Update the specific deployment pipeline", "type": "http" }, "http": { "method": "PUT", "url": "/api/deployment-pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specific deployment pipeline" }, { "info": { "name": "Delete a specific deployment pipeline", "type": "http" }, "http": { "method": "DELETE", "url": "/api/deployment-pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "entity ID" } ] }, "docs": "Delete a specific deployment pipeline" } ] } ], "bundled": true }