Entity Alert

Get entity alerts

get
/entities/{entityId}/alerts

Retrieve alerts for a specific entity.

Path parameters
entityIdstringRequired
Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
get
/entities/{entityId}/alerts

Add Entity Alert

post
/entities/{entityId}/alerts

Add an alert for a specific entity.

Path parameters
entityIdstringRequired

The ID of the entity.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
Body
alertTypestringOptional

The type of alert.

destinationstringOptional

The destination for the alert (SLACK, CUSTOM_BACKEND, EMAIL, UNKNOWN).

webhookURLstringOptional

The webhook URL for the alert.

Responses
post
/entities/{entityId}/alerts

Update Entity Alert

post
/entities/{entityId}/alerts/{alertId}/update

Update an existing entity alert.

Path parameters
entityIdstringRequired
alertIdstringRequired
Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
Body
alertTypestringOptional

The updated type of alert.

destinationstringOptional

The updated destination for the alert (SLACK, CUSTOM_BACKEND, EMAIL, UNKNOWN).

webhookURLstringOptional

The updated webhook URL for the alert.

Responses
post
/entities/{entityId}/alerts/{alertId}/update

Disable Entity Alert

post
/entities/{entityId}/alerts/{alertId}/disable

Disable an existing entity alert.

Path parameters
entityIdstringRequired

The ID of the entity.

alertIdstringRequired

The ID of the entity alert.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
Responses
post
/entities/{entityId}/alerts/{alertId}/disable

Enable Entity Alert

post
/entities/{entityId}/alerts/{alertId}/enable

Enable an existing entity alert.

Path parameters
entityIdstringRequired

The ID of the entity.

alertIdstringRequired

The ID of the entity alert.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
Responses
post
/entities/{entityId}/alerts/{alertId}/enable

Last updated