Entity Alert
Retrieve alerts for a specific entity.
The API key for authentication
testThe Id of the user performing the request.
dummy-useridThe token for user authentication.
dummy-tokenSuccessful response
Client error
Server error
Add an alert for a specific entity.
The ID of the entity.
The API key for authentication
testThe token for user authentication.
dummy-tokenThe Id of the user performing the request.
dummy-useridThe type of alert.
The destination for the alert (SLACK, CUSTOM_BACKEND, EMAIL, UNKNOWN).
The webhook URL for the alert.
Successful operation
Invalid request
Server error
Update an existing entity alert.
The API key for authentication
testThe token for user authentication.
dummy-tokenThe Id of the user performing the request.
dummy-useridThe updated type of alert.
The updated destination for the alert (SLACK, CUSTOM_BACKEND, EMAIL, UNKNOWN).
The updated webhook URL for the alert.
Successful operation
Invalid request
Unauthorized error
Disable an existing entity alert.
The ID of the entity.
The ID of the entity alert.
The API key for authentication
testThe token for user authentication.
dummy-tokenThe Id of the user performing the request.
dummy-useridSuccessful operation
Invalid request
Server error
Enable an existing entity alert.
The ID of the entity.
The ID of the entity alert.
The API key for authentication
testThe token for user authentication.
dummy-tokenThe Id of the user performing the request.
dummy-useridSuccessful operation
Invalid request
Server error
Last updated