{ "opencollection": "1.0.0", "info": { "name": "Rootly Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "List alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.rootly.com/v1/alerts", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of items per page" } ] }, "docs": "List alerts" }, { "info": { "name": "Create alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.rootly.com/v1/alerts", "body": { "type": "json", "data": "{}" } }, "docs": "Create alert" }, { "info": { "name": "Get alert", "type": "http" }, "http": { "method": "GET", "url": "https://api.rootly.com/v1/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Get alert" }, { "info": { "name": "Update alert", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.rootly.com/v1/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update alert" }, { "info": { "name": "Acknowledge alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.rootly.com/v1/alerts/:id/acknowledge", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Acknowledge alert" }, { "info": { "name": "Resolve alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.rootly.com/v1/alerts/:id/resolve", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Resolve alert" } ] } ], "bundled": true }