SIEM HTTP Destination Events
A SiemHttpDestinationEvent is a log record for SIEM publishing failures and recoveries.
List SIEM HTTP Destination Events
Command
files-cli siem-http-destination-events list
Output
Outputs a list of SiemHttpDestinationEvent objects according to the output format.
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
Show SIEM HTTP Destination Event
Command
files-cli siem-http-destination-events find
Output
Outputs a SiemHttpDestinationEvent object according to the output format.
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Flags
| Flag | Description |
|---|---|
| --id= int64 Required | Siem Http Destination Event ID. |
The SiemHttpDestinationEvent Object
Some of the commands above return a SiemHttpDestinationEvent object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| id int64 | Event ID |
| event_type string | Type of SIEM event being recorded. |
| status string | Status of event. Possible values: success, failure, partial_failure, in_progress, skipped |
| body string | Event body. |
| event_errors array(string) | Event errors. |
| created_at date-time | Event create date/time. |
| body_url string | Link to log file. |
| siem_http_destination_id int64 | SIEM ID. |