nifi_get_process_group_contents
Retrieve the direct contents of a NiFi process group, including child groups, processors, connections, and ports. Use for inspecting one group without recursing.
Instructions
The direct contents of one process group: children, processors, connections, ports.
Backed by GET /flow/process-groups/{id}. Unlike nifi_flow_tree this does not recurse, so it is the cheaper choice when inspecting a single group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pg_id | No | root | |
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||