Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 795 Bytes

ReplayLastEventResponseEntity.md

File metadata and controls

21 lines (14 loc) · 795 Bytes

ReplayLastEventResponseEntity

Properties

Name Type Description Notes
componentId String The UUID of the component whose last event should be replayed. [optional]
nodes NodesEnum Which nodes were requested to replay their last provenance event. [optional]
aggregateSnapshot ReplayLastEventSnapshotDTO The aggregate result of all nodes' responses [optional]
nodeSnapshots List<NodeReplayLastEventSnapshotDTO> The node-wise results [optional]

Enum: NodesEnum

Name Value
ALL "ALL"
PRIMARY "PRIMARY"