controller
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Configuration details for a NiFi controller. Primary use of this DTO is for
consumption by a remote NiFi instance to initiate site to site
communications.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id of this NiFi controller.
|
|
name (string)
|
0/1 |
The name of this NiFi controller.
|
|
comments (string)
|
0/1 |
The comments of this NiFi controller.
|
|
inputPorts (port)
|
0/unbounded |
The input ports available to send data to this NiFi controller.
|
|
outputPorts (port)
|
0/unbounded |
The output ports available to received data from this NiFi controller.
|
|
instanceId (string)
|
0/1 |
The Instance ID of the cluster, if this node is connected to a Cluster
Manager, or of this individual instance of in standalone mode
|
|
remoteSiteListeningPort (int)
|
0/1 |
The Socket Port on which this instance is listening for Remote Transfers
of Flow Files. If this instance is not configured to receive Flow Files
from remote instances, this will be null.
|
|
runningCount (int)
|
0/1 |
The number of running components in this process group.
|
|
stoppedCount (int)
|
0/1 |
The number of stopped components in this process group.
|
|
activeRemotePortCount (int)
|
0/1 |
The number of active remote ports contained in this process group.
|
|
inactiveRemotePortCount (int)
|
0/1 |
The number of inactive remote ports contained in this process group.
|
|
inputPortCount (int)
|
0/1 |
The number of input ports contained in this process group.
|
|
invalidCount (int)
|
0/1 |
The number of invalid components in this process group.
|
|
disabledCount (int)
|
0/1 |
The number of disabled components in this process group.
|
|
outputPortCount (int)
|
0/1 |
The number of output ports in this process group.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id of this NiFi controller.
|
| name |
name (string)
|
The name of this NiFi controller.
|
| comments |
comments (string)
|
The comments of this NiFi controller.
|
| inputPorts |
array of inputPorts (port)
|
The input ports available to send data to this NiFi controller.
|
| outputPorts |
array of outputPorts (port)
|
The output ports available to received data from this NiFi controller.
|
| instanceId |
instanceId (string)
|
The Instance ID of the cluster, if this node is connected to a Cluster
Manager, or of this individual instance of in standalone mode
|
| remoteSiteListeningPort |
remoteSiteListeningPort (int)
|
The Socket Port on which this instance is listening for Remote Transfers
of Flow Files. If this instance is not configured to receive Flow Files
from remote instances, this will be null.
|
| runningCount |
runningCount (int)
|
The number of running components in this process group.
|
| stoppedCount |
stoppedCount (int)
|
The number of stopped components in this process group.
|
| activeRemotePortCount |
activeRemotePortCount (int)
|
The number of active remote ports contained in this process group.
|
| inactiveRemotePortCount |
inactiveRemotePortCount (int)
|
The number of inactive remote ports contained in this process group.
|
| inputPortCount |
inputPortCount (int)
|
The number of input ports contained in this process group.
|
| invalidCount |
invalidCount (int)
|
The number of invalid components in this process group.
|
| disabledCount |
disabledCount (int)
|
The number of disabled components in this process group.
|
| outputPortCount |
outputPortCount (int)
|
The number of output ports in this process group.
|