lineageRequest
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Represents the request for lineage for a flowfile.
XML
Elements
| name (type) |
min/max occurs |
description |
|
eventId (long)
|
0/1 |
The event id that was used to generate this lineage.
|
|
lineageRequestType (lineageRequestType)
|
0/1 |
The type of lineage request. Either 'PARENTS', 'CHILDREN', or 'FLOWFILE'.
PARENTS will return the lineage for the flowfiles that are parents of the
specified event. CHILDREN will return the lineage of for the flowfiles
that are children of the specified event. FLOWFILE will return the
lineage for the specified flowfile.
|
|
uuid (string)
|
0/1 |
The uuid that was used to generate this lineage.
|
JSON
| property |
type |
description |
| eventId |
eventId (long)
|
The event id that was used to generate this lineage.
|
| lineageRequestType |
lineageRequestType (lineageRequestType)
|
The type of lineage request. Either 'PARENTS', 'CHILDREN', or 'FLOWFILE'.
PARENTS will return the lineage for the flowfiles that are parents of the
specified event. CHILDREN will return the lineage of for the flowfiles
that are children of the specified event. FLOWFILE will return the
lineage for the specified flowfile.
|
| uuid |
uuid (string)
|
The uuid that was used to generate this lineage.
|