LineageRequestDTO

Properties

Name Type Description Notes
event_id int 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]
lineage_request_type str 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 str 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]
cluster_node_id str The id of the node where this lineage originated if clustered. [optional]

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