Replication.getServers (Method)

Returns zero or more structures, each containing information about configured replication target servers. Structure members have information on the server's address, ID, name, and so on.

Returns:

Replication_GetServers_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
ServerAddress PlainText_NonNull The IP address or alias of the target replication server.
ServerID ServerID The target replication server's ID.
ServerName ServerName The target replication server's name.
ServerPort ServerPort_EmptyString The port, if any, of the target replication server.

Arguments:

Name Type Required Description
id ServerID_0 Optional. Defaults to '0'. The replication server's ID. If this value is 0, CommonSpot returns information for all replication server records.

Context:

License Requirements Replication
Permission Requirements site:ManageReplication
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None