4.68. VersionedRemoteProcessGroup
Name | Description | Schema |
---|---|---|
comments optional |
The user-supplied comments for the componentExample : |
string |
communicationsTimeout optional |
The time period used for the timeout when communicating with the target.Example : |
string |
componentType optional |
Example : |
enum (CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE) |
groupIdentifier optional |
The ID of the Process Group that this component belongs toExample : |
string |
identifier optional |
The component's unique identifierExample : |
string |
inputPorts optional |
A Set of Input Ports that can be connected to, in order to send data to the remote NiFi instance Example : |
< VersionedRemoteGroupPort > array |
localNetworkInterface optional |
The local network interface to send/receive data. If not specified, any local address is used. If clustered, all nodes must have an interface with this identifier.Example : |
string |
name optional |
The component's nameExample : |
string |
outputPorts optional |
A Set of Output Ports that can be connected to, in order to pull data from the remote NiFi instance Example : |
< VersionedRemoteGroupPort > array |
position optional |
The component’s position on the graph Example : |
Position |
proxyHost optional |
Example : |
string |
proxyPort optional |
Example : |
integer (int32) |
proxyUser optional |
Example : |
string |
targetUri optional |
[DEPRECATED] The target URI of the remote process group. If target uri is not set, but uris are set, then returns the first uri in the uris. If neither target uri nor uris are set, then returns null.Example : |
string |
targetUris optional |
The target URIs of the remote process group. If target uris is not set but target uri is set, then returns the single target uri. If neither target uris nor target uri is set, then returns null.Example : |
string |
transportProtocol optional |
The Transport Protocol that is used for Site-to-Site communicationsExample : |
enum (RAW, HTTP) |
yieldDuration optional |
When yielding, this amount of time must elapse before the remote process group is scheduled again.Example : |
string |