v4

latestSwagger 2.02026-08-0343714211.7 MB
siem_http_destination_events
SIEM HTTP Destination Events

Show SIEM HTTP Destination Event

Show SIEM HTTP Destination Event

get/siem_http_destination_events/{id}

Path parameters

idinteger required

Siem Http Destination Event ID.

Response

The SiemHttpDestinationEvents object.

idinteger

Event ID

event_typestring

Type of SIEM event being recorded.

status'success' | 'failure' | 'partial_failure' | 'in_progress' | 'skipped'

Status of event.

bodystring

Event body.

event_errorsstring[]

Event errors.

created_atstring date-time

Event create date/time.

body_urlstring

Link to log file.

siem_http_destination_idinteger

SIEM ID.

Example response

{
  "id": 1,
  "event_type": "example",
  "status": "example",
  "body": "example",
  "event_errors": [
    "example"
  ],
  "created_at": "2000-01-01T01:00:00Z",
  "body_url": "example",
  "siem_http_destination_id": 1
}