alerts

The Run Alerts Summary endpoint allows customers to trigger their all their configured alerts. This summary lists all alerts configured and sends via email the results based on the asset detections matches

Note: This endpoint does not require any request body parameters, as it automatically uses the customer_id from the authenticated token.

Authentication

Include the following headers in your requests:

Permissions

Make sure that your api user is created with a role that has admin or run-summary-alert permission.

Endpoint

Response Codes

Response Body

{
  "message": "Alert execution request was created. You will receive an email soon with the result"
}

Request Example

Using curl:

curl -X POST 'https://api.genlogs.io/alerts/run' \
-H 'Access-Token: {access_token}' \
-H 'x-api-key: {your_api_key}' \
-H 'Content-Type: application/json'