Parameter
|
Description
|
Valid Values
|
authUser
data type: Array
|
Specifies the list of users who have been granted permission to use the On-Premises Connectors in the group.
|
A comma-separated list of users who have been authorized by the owner of the group. Required; can be empty
|
connectorID
data type: String
|
The Connector ID of the On-Premises Connector for which information is returned.
|
The ID for the Connector. Either the Connector ID assigned to the Connector during installation or the label defined for the Connector can be used.Required
|
connectorGroup
data type: Object
|
Only present if the given connector is a group connector ID.
|
An object of type connector_group_object, with the following parameters:
connectionTimeout: The amount of time, in seconds, that the connectivity service waits for a connection to be established. Required.
retryDelay: indicates the number of seconds the connectivity service considers the connector disabled. Required.
loadBalancing: Specifies whether to enable load balancing. Optional.
members: Specifies the connector ID of each On-Premises Connector in the group, the sequence in which each On-Premises Connector will be tried, and the weight to be applied to the connector. Required.
For more information, see connectorGroup Object.
|
groups
|
An object that contains a list of the Connector Groups the Connector is a member of. This object is included in the response only when includeGroups is set to true.
|
connectorGroupIds: An array that specifies the Connector Group ID for each group. The array is always present. If the Connector is not a member of any groups, the array is empty.
|
owner
data type: String
|
The Progress ID of the owner of the Connector. Optional
|
A Progress ID. If owner is specified, its value must match the current owner of the Connector or Connector Group. Changing the owner of a Connector or Connector Group is not supported.
|