| 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] |
| Name | Value |
|---|---|
| ALL | "ALL" |
| PRIMARY | "PRIMARY" |