4.69. VersionedRemoteProcessGroup

Name Description Schema

comments optional

The user-supplied comments for the componentExample : "string"

string

communicationsTimeout optional

The time period used for the timeout when communicating with the target.Example : "string"

string

componentType optional

Example : "string"

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"

string

identifier optional

The component's unique identifierExample : "string"

string

inputPorts optional

A Set of Input Ports that can be connected to, in order to send data to the remote NiFi instanceExample : [ "VersionedRemoteGroupPort" ]

< 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"

string

name optional

The component's nameExample : "string"

string

outputPorts optional

A Set of Output Ports that can be connected to, in order to pull data from the remote NiFi instanceExample : [ "VersionedRemoteGroupPort" ]

< VersionedRemoteGroupPort > array

position optional

The component's position on the graphExample : "Position"

Position

proxyHost optional

Example : "string"

string

proxyPort optional

Example : 0

integer (int32)

proxyUser optional

Example : "string"

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"

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"

string

transportProtocol optional

The Transport Protocol that is used for Site-to-Site communicationsExample : "string"

enum (RAW, HTTP)

yieldDuration optional

When yielding, this amount of time must elapse before the remote process group is scheduled again.Example : "string"

string