/alert
Methods
Gets the list of Alerts.
Fields Parameter
Filter Parameters
usable - The response will be an object containing an array of usable Alerts. By default, both usable and manageable objects are returned.
manageable - The response will be an object containing all manageable Alerts. By default, both usable and manageable objects are returned.
Request Query Parameters
None
Example Response
Adds an Alert.
NOTE: Alerts do not currently support Queries of type 'all', 'alert' or 'mobile'. Values for triggerName are based on the Query's 'type' and are as follows:
- query type 'lce': sumip, sumport, listdata
- query type 'vuln': sumip, sumport, sumid
- query type 'ticket': listtickets
- query type 'user': listusers
Request Parameters
Example Response
/alert/{id}
Methods
Gets the Alert associated with {id}.
Fields Parameter
Request Parameters
None
Example Response
Edits the Alert associated with {id}, changing only the passed in fields.
Request Parameters
(All fields are optional)
See /alert::POST for parameters.
Example Response
Deletes the Alert associated with {id}, depending on access and permissions.
Request Parameters
None
Example Response
/alert/{id}/execute
Methods
Executes the Alert associated with {id}, depending on access and permissions
Request Parameters
None