Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.22 KB

LineageRequestDTO.md

File metadata and controls

12 lines (9 loc) · 1.22 KB

IO.Swagger.Model.LineageRequestDTO

Properties

Name Type Description Notes
EventId long? The event id that was used to generate this lineage, if applicable. The event id is allowed for any type of lineageRequestType. If the lineageRequestType is FLOWFILE and the flowfile uuid is also included in the request, the event id will be ignored. [optional]
LineageRequestType string 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 flowfile uuid that was used to generate the lineage. The flowfile uuid is only allowed when the lineageRequestType is FLOWFILE and will take precedence over event id. [optional]
ClusterNodeId string The id of the node where this lineage originated if clustered. [optional]

[Back to Model list] [Back to API list] [Back to README]