{ "opencollection": "1.0.0", "info": { "name": "Dex Alerts Alerts - Devices API", "version": "1.0.0" }, "items": [ { "info": { "name": "Alerts - Devices", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a Devices Alert", "type": "http" }, "http": { "method": "GET", "url": "https://api.controlup.com/events/v1/alerts/organizations/:orgId/alert-configs/desktop/:id", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "ID of your ControlUp organization. You can find your organization ID on the [API Key Management page](how-to-make-api-requests#how-to-find-your-controlup-organization-id) in the DEX platform." }, { "name": "id", "value": "", "type": "path", "description": "ID of the Devices alert to update. You can use [List all alerts](alertsconfigscontroller_getall) to get alert IDs." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves details of a specific Devices alert configuration." }, { "info": { "name": "Update a Devices alert", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.controlup.com/events/v1/alerts/organizations/:orgId/alert-configs/desktop/:id", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "ID of your ControlUp organization. You can find your organization ID on the [API Key Management page](how-to-make-api-requests#how-to-find-your-controlup-organization-id) in the DEX platform." }, { "name": "id", "value": "", "type": "path", "description": "ID of the Devices alert to update. You can use [List all alerts](alertsconfigscontroller_getall) to get alert IDs." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates an existing Devices alert. Only sent parameters are changed." }, { "info": { "name": "Delete a Devices alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.controlup.com/events/v1/alerts/organizations/:orgId/alert-configs/desktop/:id", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "ID of your ControlUp organization. You can find your organization ID on the [API Key Management page](how-to-make-api-requests#how-to-find-your-controlup-organization-id) in the DEX platform." }, { "name": "id", "value": "", "type": "path", "description": "ID of the Devices alert to delete. You can use [List all alerts](alertsconfigscontroller_getall) to get alert IDs." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a Devices alert." }, { "info": { "name": "Create a Devices alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.controlup.com/events/v1/alerts/organizations/:orgId/alert-configs/desktop", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "ID of your ControlUp organization. You can find your organization ID on the [API Key Management page](how-to-make-api-requests#how-to-find-your-controlup-organization-id) in the DEX platform." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new Devices alert." } ] } ], "bundled": true }