{ "opencollection": "1.0.0", "info": { "name": "Spike.sh Alert Rules Components API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Components", "type": "folder" }, "items": [ { "info": { "name": "Get all components", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/api/status-page/:status_page_id/component", "params": [ { "name": "status_page_id", "value": "", "type": "path" } ] }, "docs": "Get all components for a status page." }, { "info": { "name": "Create component", "type": "http" }, "http": { "method": "POST", "url": "https://api.spike.sh/api/status-page/:status_page_id/component/create", "params": [ { "name": "status_page_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create one or more components on a status page." }, { "info": { "name": "Get single component", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/api/status-page/:status_page_id/component/:component_id", "params": [ { "name": "status_page_id", "value": "", "type": "path" }, { "name": "component_id", "value": "", "type": "path" } ] }, "docs": "Get details for a specific component." }, { "info": { "name": "Update component", "type": "http" }, "http": { "method": "POST", "url": "https://api.spike.sh/api/status-page/:status_page_id/component/:component_id/update", "params": [ { "name": "status_page_id", "value": "", "type": "path" }, { "name": "component_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing component on a status page." } ] } ], "bundled": true }