remoteProcessGroup
Details of a remote process group in this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
targetUri (string)
|
0/1 |
The target uri of this remote process group.
|
|
name (string)
|
0/1 |
|
|
comments (string)
|
0/1 |
Comments for this remote process group.
|
|
authorizationIssues (string)
|
0/unbounded |
Returns any remote authorization issues for this remote process group.
|
|
communicationsTimeout (string)
|
0/1 |
Returns the time period used for the timeout when communicating with this
RemoteProcessGroup.
|
|
yieldDuration (string)
|
0/1 |
When yielding, this amount of time must elaspe before this remote process
group is scheduled again.
|
|
activeRemoteInputPortCount (int)
|
0/1 |
The number of active remote input ports.
|
|
inactiveRemoteInputPortCount (int)
|
0/1 |
The number of inactive remote input ports.
|
|
activeRemoteOutputPortCount (int)
|
0/1 |
The number of active remote output ports.
|
|
inactiveRemoteOutputPortCount (int)
|
0/1 |
The number of inactive remote output ports.
|
|
inputPortCount (int)
|
0/1 |
The number of Remote Input Ports currently available in the remote NiFi
instance
|
|
outputPortCount (int)
|
0/1 |
The number of Remote Output Ports currently available in the remote NiFi
instance
|
|
contents (remoteProcessGroupContents)
|
0/1 |
The contents of this remote process group. Will contain available
input/output ports.
|
|
flowRefreshed (string)
|
0/1 |
When the flow for this remote group was last refreshed.
|
JSON
| property |
type |
description |
| targetUri |
targetUri (string)
|
The target uri of this remote process group.
|
| name |
name (string)
|
|
| comments |
comments (string)
|
Comments for this remote process group.
|
| authorizationIssues |
array of authorizationIssues (string)
|
Returns any remote authorization issues for this remote process group.
|
| communicationsTimeout |
communicationsTimeout (string)
|
Returns the time period used for the timeout when communicating with this
RemoteProcessGroup.
|
| yieldDuration |
yieldDuration (string)
|
When yielding, this amount of time must elaspe before this remote process
group is scheduled again.
|
| activeRemoteInputPortCount |
activeRemoteInputPortCount (int)
|
The number of active remote input ports.
|
| inactiveRemoteInputPortCount |
inactiveRemoteInputPortCount (int)
|
The number of inactive remote input ports.
|
| activeRemoteOutputPortCount |
activeRemoteOutputPortCount (int)
|
The number of active remote output ports.
|
| inactiveRemoteOutputPortCount |
inactiveRemoteOutputPortCount (int)
|
The number of inactive remote output ports.
|
| inputPortCount |
inputPortCount (int)
|
The number of Remote Input Ports currently available in the remote NiFi
instance
|
| outputPortCount |
outputPortCount (int)
|
The number of Remote Output Ports currently available in the remote NiFi
instance
|
| contents |
contents (remoteProcessGroupContents)
|
The contents of this remote process group. Will contain available
input/output ports.
|
| flowRefreshed |
flowRefreshed (string)
|
When the flow for this remote group was last refreshed.
|