processGroupStatus
| Extends: |
status |
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The status for a process group in this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id for the process group.
|
|
name (string)
|
0/1 |
The name of this process group.
|
|
activeThreadCount (int)
|
0/1 |
The active thread count for this process group.
|
|
connectionStatus (connectionStatus)
|
0/unbounded |
The status of all connections in this process group.
|
|
processGroupStatus (processGroupStatus)
|
0/unbounded |
The status of all process groups in this process group.
|
|
remoteProcessGroupStatus (remoteProcessGroupStatus)
|
0/unbounded |
The status of all remote process groups in this process group.
|
|
processorStatus (processorStatus)
|
0/unbounded |
The status of all processors in this process group.
|
|
inputPortStatus (portStatus)
|
0/unbounded |
The status of all input ports in this process group.
|
|
outputPortStatus (portStatus)
|
0/unbounded |
The status of all output ports in this process group.
|
|
output (string)
|
0/1 |
The output stats for this process group.
|
|
queued (string)
|
0/1 |
The queued stats for this process group.
|
|
read (string)
|
0/1 |
The read stats for this process group.
|
|
written (string)
|
0/1 |
The written stats for this process group.
|
|
input (string)
|
0/1 |
The input stats for this process group.
|
|
statsLastRefreshed (string)
|
0/1 |
When the status for this process group was calculated.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id for the process group.
|
| name |
name (string)
|
The name of this process group.
|
| activeThreadCount |
activeThreadCount (int)
|
The active thread count for this process group.
|
| connectionStatus |
array of connectionStatus (connectionStatus)
|
The status of all connections in this process group.
|
| processGroupStatus |
array of processGroupStatus (processGroupStatus)
|
The status of all process groups in this process group.
|
| remoteProcessGroupStatus |
array of remoteProcessGroupStatus (remoteProcessGroupStatus)
|
The status of all remote process groups in this process group.
|
| processorStatus |
array of processorStatus (processorStatus)
|
The status of all processors in this process group.
|
| inputPortStatus |
array of inputPortStatus (portStatus)
|
The status of all input ports in this process group.
|
| outputPortStatus |
array of outputPortStatus (portStatus)
|
The status of all output ports in this process group.
|
| output |
output (string)
|
The output stats for this process group.
|
| queued |
queued (string)
|
The queued stats for this process group.
|
| read |
read (string)
|
The read stats for this process group.
|
| written |
written (string)
|
The written stats for this process group.
|
| input |
input (string)
|
The input stats for this process group.
|
| statsLastRefreshed |
statsLastRefreshed (string)
|
When the status for this process group was calculated.
|