External Events
An ExternalEvent is a log that is sent to the cloud from a client application such as the Files.com CLI.
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Event ID |
Read Only
| Property | Description |
|---|---|
| event_type String | Type of event being recorded. Possible values: ldap_sync, remote_server_sync, lockout, ldap_login, saml_login, client_log, pending_work, siem_http_destination |
| status String | Status of event. Possible values: success, failure, partial_failure, in_progress, skipped |
| body String | Event body |
| created_at String | External event create date/time |
| body_url String | Link to log file. |