Alerts
REST API operations for alerts
Last updated
Was this helpful?
REST API operations for alerts
Last updated
Was this helpful?
The /alerts REST API operations are in open beta starting with Panther version 1.112, and are available to all customers. Please share any bug reports and feature requests with your Panther support team.
Use these API operations to interact with alerts in Panther.
To call the API, see the How to use the Panther REST API instructions—including directions for how to invoke it directly from this documentation page.
For GET
operations, your API token must have the Read Alerts
permission.
For PATCH
operations, your API token must have the Manage Alerts
permission.
ALERT
, DETECTION_ERROR
, SYSTEM_ERROR
The sub-type of the alert
the pagination token
the maximum results to return
The date and time after which the alerts were created. If empty we default to 30 days ago
1672531200
The date and time before which the alerts were created. If empty we default to the current time
1672531200
The detection ID to filter alerts by
The sort direction of the results
asc
, desc
A string to search for in the alert name
The log source of the alert
The log type of the alert
The resource type of the alert
The status of the alert
The severity of the alert
The assignee of the alert. This should be a user id
The minimum number of events in the alert
The maximum number of events in the alert
ID of the alert
The ID of the assignee for this alert
The status of this Alert
OPEN
, CLOSED
, TRIAGED
, RESOLVED
No body
The ID of the assignee for this alert
The IDs of the alerts to patch
The status of this Alert
OPEN
, CLOSED
, TRIAGED
, RESOLVED
No body