Event
The Event endpoint allows you to get a list of all events or event types, details about specific events, and delete events.
Get a list of events.
GET
https://api.halosecurity.com/api/v1/event/list.json
Returns a paginated list of events.
https://www.halosecurity.com/user/security/events/list
Query Parameters
sort
Integer
0
= name (default)
sort_desc
Integer
0
= No (default)
1
= Yes
key
String
Filter by key
subject
String
Filter by subject
detail
String
Filter by detail
target_id
Integer
Filter by target id
Get the details of an event.
GET
https://api.halosecurity.com/api/v1/event/get.json
Returns the details of an event.
https://www.halosecurity.com/user/security/events/list
Query Parameters
event_id*
String
Delete an event.
GET
https://api.halosecurity.com/api/v1/event/delete.json
Returns the event deletion status.
https://www.halosecurity.com/user/security/events/list
Query Parameters
event_id*
String
Get a list of event types.
GET
https://api.halosecurity.com/api/v1/event/types.json
Returns a paginated list of event types.
https://www.halosecurity.com/user/security/events/alert-rules
Last updated