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
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
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
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