{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations Monitors API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Monitors", "type": "folder" }, "items": [ { "info": { "name": "List monitors", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/monitors" }, "docs": "List all configured monitors." }, { "info": { "name": "Create a monitor", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v2/monitors", "body": { "type": "json", "data": "{}" } }, "docs": "Create an APL-backed threshold or match monitor." }, { "info": { "name": "Get a monitor", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get a monitor" }, { "info": { "name": "Update a monitor", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/v2/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a monitor" }, { "info": { "name": "Delete a monitor", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/v2/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a monitor" }, { "info": { "name": "Get monitor run history", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/monitors/:id/history", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Retrieve the run/evaluation history of a monitor." } ] } ], "bundled": true }