Alert Run Summary
The Run Alerts Summary endpoint allows customers to trigger their all their configured alerts. This summary list all alerts configured and send 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:
Access-Token
: The access token obtained from the "Create Access Token" endpoint.x-api-key
: The API key provided by GenLogs. This header must be included in the request.
Endpoint
URL:
https://api.genlogs.io/alerts/run
Method:
POST
Response Codes
200 OK
: Alert execution request successfully created.400 Bad Request
: An error occurred while processing the alerts.401 Unauthorized
: Authentication credentials are missing or incorrect.403 Forbidden
: The user does not have permission to run alerts.500 Internal Server Error
: An issue occurred on the server.
Response Body
Request Example
Using curl
:
Last updated