remoteProcessGroupStatus
| Extends: |
status |
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The status of a remote process group in this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id for the remote process group.
|
|
groupId (string)
|
0/1 |
The id of the group this remote process group is in.
|
|
targetUri (string)
|
0/1 |
The URI of the target system.
|
|
name (string)
|
0/1 |
The name of this remote process group.
|
|
transmissionStatus (string)
|
0/1 |
The transmission status of this remote process group.
|
|
activeThreadCount (int)
|
0/1 |
The number of active threads.
|
|
authorizationIssues (string)
|
0/unbounded |
Returns any remote authorization issues for this remote process group.
|
|
sent (string)
|
0/1 |
Formatted description of the amount of data sent to this remote process
group.
|
|
received (string)
|
0/1 |
Formatted description of the amount of data received from this remote
process group.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id for the remote process group.
|
| groupId |
groupId (string)
|
The id of the group this remote process group is in.
|
| targetUri |
targetUri (string)
|
The URI of the target system.
|
| name |
name (string)
|
The name of this remote process group.
|
| transmissionStatus |
transmissionStatus (string)
|
The transmission status of this remote process group.
|
| activeThreadCount |
activeThreadCount (int)
|
The number of active threads.
|
| authorizationIssues |
array of authorizationIssues (string)
|
Returns any remote authorization issues for this remote process group.
|
| sent |
sent (string)
|
Formatted description of the amount of data sent to this remote process
group.
|
| received |
received (string)
|
Formatted description of the amount of data received from this remote
process group.
|