Update an alert if it exists, create a new one otherwise.
The configuration for an alert to store.
OK.
OK.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
Not implemented.
{- "alertType": "offline_alert",
- "configurationDetails": { },
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active",
- "webhook": { }
}
{- "alertType": "offline_alert",
- "configurationDetails": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active",
- "webhook": { }
}
Delete an alert.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
Not implemented.
{- "code": 0,
- "message": "string"
}
Get an alert identified by its id.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
Not implemented.
{- "alertType": "offline_alert",
- "configurationDetails": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active",
- "webhook": { }
}
Get all available alerts subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
Not implemented.
[- {
- "alertType": "offline_alert",
- "configurationDetails": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active",
- "webhook": { }
}
]