Entity Alert
Last updated
Last updated
Retrieve alerts for a specific entity.
/entities/{entityId}/alerts
The API key for authentication
test
The Id of the user performing the request.
dummy-userid
The token for user authentication.
dummy-token
Add an alert for a specific entity.
/entities/{entityId}/alerts
The ID of the entity.
The API key for authentication
test
The token for user authentication.
dummy-token
The Id of the user performing the request.
dummy-userid
The type of alert.
The destination for the alert (SLACK, CUSTOM_BACKEND, EMAIL, UNKNOWN).
The webhook URL for the alert.
Update an existing entity alert.
/entities/{entityId}/alerts/{alertId}/update
The API key for authentication
test
The token for user authentication.
dummy-token
The Id of the user performing the request.
dummy-userid
The updated type of alert.
The updated destination for the alert (SLACK, CUSTOM_BACKEND, EMAIL, UNKNOWN).
The updated webhook URL for the alert.
Disable an existing entity alert.
/entities/{entityId}/alerts/{alertId}/disable
The ID of the entity.
The ID of the entity alert.
The API key for authentication
test
The token for user authentication.
dummy-token
The Id of the user performing the request.
dummy-userid
Enable an existing entity alert.
/entities/{entityId}/alerts/{alertId}/enable
The ID of the entity.
The ID of the entity alert.
The API key for authentication
test
The token for user authentication.
dummy-token
The Id of the user performing the request.
dummy-userid