| Id |
string |
The event uuid. |
[optional] |
| EventId |
long? |
The event id. This is a one up number thats unique per node. |
[optional] |
| EventTime |
string |
The timestamp of the event. |
[optional] |
| EventDuration |
long? |
The event duration in milliseconds. |
[optional] |
| LineageDuration |
long? |
The duration since the lineage began, in milliseconds. |
[optional] |
| EventType |
string |
The type of the event. |
[optional] |
| FlowFileUuid |
string |
The uuid of the flowfile for the event. |
[optional] |
| FileSize |
string |
The size of the flowfile for the event. |
[optional] |
| FileSizeBytes |
long? |
The size of the flowfile in bytes for the event. |
[optional] |
| ClusterNodeId |
string |
The identifier for the node where the event originated. |
[optional] |
| ClusterNodeAddress |
string |
The label for the node where the event originated. |
[optional] |
| GroupId |
string |
The id of the group that the component resides in. If the component is no longer in the flow, the group id will not be set. |
[optional] |
| ComponentId |
string |
The id of the component that generated the event. |
[optional] |
| ComponentType |
string |
The type of the component that generated the event. |
[optional] |
| ComponentName |
string |
The name of the component that generated the event. |
[optional] |
| SourceSystemFlowFileId |
string |
The source system flowfile id. |
[optional] |
| AlternateIdentifierUri |
string |
The alternate identifier uri for the fileflow for the event. |
[optional] |
| Attributes |
List<AttributeDTO> |
The attributes of the flowfile for the event. |
[optional] |
| ParentUuids |
List<string> |
The parent uuids for the event. |
[optional] |
| ChildUuids |
List<string> |
The child uuids for the event. |
[optional] |
| TransitUri |
string |
The source/destination system uri if the event was a RECEIVE/SEND. |
[optional] |
| Relationship |
string |
The relationship to which the flowfile was routed if the event is of type ROUTE. |
[optional] |
| Details |
string |
The event details. |
[optional] |
| ContentEqual |
bool? |
Whether the input and output content claim is the same. |
[optional] |
| InputContentAvailable |
bool? |
Whether the input content is still available. |
[optional] |
| InputContentClaimSection |
string |
The section in which the input content claim lives. |
[optional] |
| InputContentClaimContainer |
string |
The container in which the input content claim lives. |
[optional] |
| InputContentClaimIdentifier |
string |
The identifier of the input content claim. |
[optional] |
| InputContentClaimOffset |
long? |
The offset into the input content claim where the flowfiles content begins. |
[optional] |
| InputContentClaimFileSize |
string |
The file size of the input content claim formatted. |
[optional] |
| InputContentClaimFileSizeBytes |
long? |
The file size of the intput content claim in bytes. |
[optional] |
| OutputContentAvailable |
bool? |
Whether the output content is still available. |
[optional] |
| OutputContentClaimSection |
string |
The section in which the output content claim lives. |
[optional] |
| OutputContentClaimContainer |
string |
The container in which the output content claim lives. |
[optional] |
| OutputContentClaimIdentifier |
string |
The identifier of the output content claim. |
[optional] |
| OutputContentClaimOffset |
long? |
The offset into the output content claim where the flowfiles content begins. |
[optional] |
| OutputContentClaimFileSize |
string |
The file size of the output content claim formatted. |
[optional] |
| OutputContentClaimFileSizeBytes |
long? |
The file size of the output content claim in bytes. |
[optional] |
| ReplayAvailable |
bool? |
Whether or not replay is available. |
[optional] |
| ReplayExplanation |
string |
Explanation as to why replay is unavailable. |
[optional] |
| SourceConnectionIdentifier |
string |
The identifier of the queue/connection from which the flowfile was pulled to genereate this event. May be null if the queue/connection is unknown or the flowfile was generated from this event. |
[optional] |