nifi_flow_tree
Retrieve a recursive process-group tree of processors and connections for an Apache NiFi flow; use depth to bound recursion and inspect flow structure.
Instructions
Recursive process-group tree with processors and connections.
Backed by GET /flow/process-groups/{id}. depth bounds the recursion; groups
beyond it are listed by id and name only. Start here to understand a flow's shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| pg_id | No | root | |
| include_components | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||