Event Records

An EventRecord is a durable event emitted by Files.com for routing through Event Channels.

Data Source Schema

Required

PropertyDescription
id
Int64
Event Record ID

Read Only

PropertyDescription
workspace_id
Int64
Workspace ID. 0 means the default workspace or site-wide.
event_uuid
String
Stable event UUID.
event_type
String
Versioned event type string.
severity
String
Event severity.
Possible values: info, warning, error, critical
source_type
String
Source record type.
source_id
Int64
Source record ID.
occurred_at
String
Event occurrence date/time.
human_title
String
Human-readable event title.
human_summary
String
Human-readable event summary.
human_fields
Dynamic
Human-readable event detail fields.
actor
Dynamic
Actor associated with the event.
resources
Dynamic
Resources associated with the event.
payload
Dynamic
Event payload.
created_at
String
Event Record create date/time.

Example Data Source

data "files_event_record" "example_event_record" {
  id = 1
}