controllerStatus
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The status of this NiFi controller.
XML
Elements
| name (type) |
min/max occurs |
description |
|
activeThreadCount (int)
|
0/1 |
The active thread count.
|
|
queued (string)
|
0/1 |
The queue for the controller.
|
|
connectedNodes (string)
|
0/1 |
Used in clustering, will report the number of nodes connected vs the
number of nodes in the cluster.
|
|
bulletins (bulletin)
|
0/unbounded |
System bulletins to be reported to the user.
|
|
hasPendingAccounts (boolean)
|
0/1 |
Whether or not there are pending user requests.
|
|
runningCount (int)
|
0/1 |
The number of running components in this controller.
|
|
stoppedCount (int)
|
0/1 |
The number of stopped components in this controller.
|
|
invalidCount (int)
|
0/1 |
The number of invalid components in this controller.
|
|
disabledCount (int)
|
0/1 |
The number of disabled components in this controller.
|
|
activeRemotePortCount (int)
|
0/1 |
The number of active remote ports in this controller.
|
|
inactiveRemotePortCount (int)
|
0/1 |
The number of inactive remote ports in this controller.
|
JSON
| property |
type |
description |
| activeThreadCount |
activeThreadCount (int)
|
The active thread count.
|
| queued |
queued (string)
|
The queue for the controller.
|
| connectedNodes |
connectedNodes (string)
|
Used in clustering, will report the number of nodes connected vs the
number of nodes in the cluster.
|
| bulletins |
array of bulletins (bulletin)
|
System bulletins to be reported to the user.
|
| hasPendingAccounts |
hasPendingAccounts (boolean)
|
Whether or not there are pending user requests.
|
| runningCount |
runningCount (int)
|
The number of running components in this controller.
|
| stoppedCount |
stoppedCount (int)
|
The number of stopped components in this controller.
|
| invalidCount |
invalidCount (int)
|
The number of invalid components in this controller.
|
| disabledCount |
disabledCount (int)
|
The number of disabled components in this controller.
|
| activeRemotePortCount |
activeRemotePortCount (int)
|
The number of active remote ports in this controller.
|
| inactiveRemotePortCount |
inactiveRemotePortCount (int)
|
The number of inactive remote ports in this controller.
|