Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 971 Bytes

LineageRequestDTO.md

File metadata and controls

23 lines (16 loc) · 971 Bytes

LineageRequestDTO

Properties

Name Type Description Notes
eventId Long [optional]
lineageRequestType LineageRequestTypeEnum The type of lineage request. PARENTS will return the lineage for the flowfiles that are parents of the specified event. CHILDREN will return the lineage for the flowfiles that are children of the specified event. FLOWFILE will return the lineage for the specified flowfile. [optional]
uuid String The uuid that was used to generate the lineage. [optional]
clusterNodeId String The id of the node where this lineage originated if clustered. [optional]

Enum: LineageRequestTypeEnum

Name Value
PARENTS "PARENTS"
CHILDREN "CHILDREN"
FLOWFILE "FLOWFILE"
AND_FLOWFILE "and FLOWFILE"