Below is a comprehensive of list of event types and their specific properties. Please note that all events support the following fields:
- Id: Every event has a unique ID.
- Time: The time that the event occurred.
- Message: A human-readable message providing information about the event.
- Exception: If this event was generated as a result of an error, a stack trace may be provided to assist with debugging.
- Severity: The severity of the event (error, info, warning).
- Type: Object Type that generated the event (i.e. user).
- Event Type: The particular event type (i.e. new user created
- Owner: The user that generated this event.
- Object: A reference to the Dalet Flex object that generated the event.
- Properties: A "payload" of key-value pairs that capture the context and state of the environment when the event was generated.
Common Object Events
These are events that are generated by all Dalet Flex object types.
Event Type | Data Attributes |
LOCKED | Exclusive, Locker Id, Lock Name |
UNLOCKED | Exclusive, Locker Id, Lock Name |
ENABLED | |
DISABLED | |
VARIANT_SET | Variant (the variant that was set) |
METADATA_MODIFIED | List of updated variable names with update type and before and after values, separated by two bar characters. i.e. mode: updated before: Gravity after: Dallas Buyers Club |
METADATA_DEFINITION_SET | Metadata Definition (the metadata definition that was set) |
VISIBILITY_SET | Visibility (comma separated list of Visibility value) |
DELETED | |
RENAMED | |
COMMENT_ADDED | Comment (the actual comment added) |
COMMENT_REMOVED | |
COPIED | Copied To (new Ooyala FlexObject ID) |
IMPORTED | |
EXPORTED | |
STARTED | |
STOPPED | |
FAILED | |
ATTACHMENT_ADDED | Attachment Filename |
ATTACHMENT_UPDATED | Attachment Filename |
ATTACHMENT_DELETED | Attachment Filename |
CREATED | |
MODIFIED | |
FOLLOWED | |
UNFOLLOWED | |
SHORTCUT_ADDED | |
SHORTCUT_REMOVED |
Object Types that Extend Group Type (User Group, Role, Workspace, Account)
Event Type | Data Attributes |
User_ADDED | User (the User added) |
User_REMOVED | User (the User removed) |
Asset Types (Group Asset, Image Asset, Media Asset)
Event Type | Data Attributes |
APPROVED | |
COPIED | |
MOVED | |
RESTORED | |
TOUCHED | |
EXTRACTED | |
INJECTED | |
VALIDATED | |
TRANSCODED | |
PROXY_CREATED | |
INGESTED | |
PUBLISHED | |
UNPUBLISHED | |
REPUBLISHED | |
PLAYER_PUBLISHED | |
PLAYER_UNPUBLISHED | |
PLAYER_REPUBLISHED | |
DECISION_MADE | |
MESSAGE_SENT | |
TRANSFORMED | |
UNAPPROVED | |
PURGED | |
WAIT_COMPLETED | |
WAIT_TIMED_OUT | |
QUALITY_TESTED | |
PASSED_QUALITY_TEST | |
FAILED_QUALITY_TEST | |
EXPORTED | |
IMPORTED | |
ADDED_TO_GROUP |
Image Asset and Media Asset Only
Event Type | Data Attributes |
ARCHIVED | |
UNARCHIVED | |
PASSED_VALIDATION | |
FAILED_VALIDATION | field-name: found found-value, expected expected-value |
DOWNLOADED |
Media Asset Only
Event Type | Data Attributes |
KEYFRAME_APPROVED | |
KEYFRAME_UNAPPROVED | |
KEYFRAME_DELETED | |
KEYFRAME_ADDED | |
KEYFRAME_MODIFIED |
Job
Event Type | Data Attributes |
SCHEDULED | |
PENDING | |
QUEUED | |
WAITING_FOR_LOCK | |
RUNNING | |
TIMEDOUT | |
RETRIED | |
CANCELLED | |
COMPLETED | |
FAILED | |
RESCHEDULED | |
MESSAGE_LOGGED |
Quota
Event Type | Data Attributes |
HARDLIMITEXCEEDED | |
SOFTLIMITEXCEEDED |
Report Definition
Event Type | Data Attributes |
REPORT_GENERATED |
Resource
Event Type | Data Attributes |
PROCESS_OPERATION_NEW | Item Name (the name of the file being processed) |
PROCESS_OPERATION_ACTIVE | Item Name (the name of the file being processed) |
PROCESS_OPERATION_INACTIVE | Item Name (the name of the file being processed) |
PROCESS_OPERATION_COMPLETED | Item Name (the name of the file being processed) |
PROCESS_OPERATION_FAILED | Item Name (the name of the file being processed) |
PROCESS_OPERATION_CANCELLED | Item Name (the name of the file being processed) |
IO_OPERATION_NEW | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
IO_OPERATION_PENDING | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
IO_OPERATION_ACTIVE | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
IO_OPERATION_INACTIVE | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
IO_OPERATION_PROCESSED | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
IO_OPERATION_COMPLETE | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
IO_OPERATION_FAILED | Item Name (the name of the file being transferred), Remote Filename, Local Filename, Local Folder, Remote Folder |
CAPACITY_ITEM_NEW | Item Name |
CAPACITY_ITEM_MODIFIED | Item Name |
CAPACITY_ITEM_DELETED | Item Name |
CAPACITY_ITEM_CHECKSUM_PASSED | Checksum |
CAPACITY_ITEM_CHECKSUM_FAILED | Expected Checksum, Calculated Checksum |
CAPACITY_ITEM_DISCOVERED | Item name |
CAPACITY_ITEM_WORKFLOW_TRIGGER_FAILED | Item name |
Role
Event Type | Data Attributes |
PERMISSIONS_ADDED | |
PERMISSIONS_REMOVED |
User Task
Event Type | Data Attributes |
TAKEN | Workflow ID (the associated workflow ID) |
RETURNED | Workflow ID (the associated workflow ID) |
RESUMED | |
STARTED | Workflow ID (the associated workflow ID) |
FINISHED | Workflow ID (the associated workflow ID) |
COMPLETED | Workflow ID (the associated workflow ID) |
MESSAGE_LOGGED | Message (the logged message) |
ASSIGNED | Assigned Groups |
User
Event Type | Data Attributes |
TAKEN | Workflow ID (the associated workflow ID) |
RETURNED | Workflow ID (the associated workflow ID) |
RESUMED | |
STARTED | Workflow ID (the associated workflow ID) |
FINISHED | Workflow ID (the associated workflow ID) |
COMPLETED | Workflow ID (the associated workflow ID) |
MESSAGE_LOGGED | Message (the logged message) |
ASSIGNED | Assigned Groups |
Wizard
Event Type | Data Attributes |
PAGES_MODIFIED |
Workflow
Event Type | Data Attributes |
STARTED | Node Name (the node causing the start state) |
FAILED | Node Name (the node causing the start state) |
CANCELLED | |
COMPLETED | Node Name (the node causing the completion state) |
ENTERED_NODE | Node Name (the node entered) |
CANCELLING | |
EXITED_NODE | Node Name (the node exited) |
Workflow Definition
Event Type | Data Attributes |
GRAPH_MODIFIED | Version (the new version number) |
Comments
0 comments
Please sign in to leave a comment.