ReplicatorConnectionSettings

ReplicatorConnectionSettings
ReplicatorConnectionSettings

Connection settings for a Replicator instance.

JSON Example
{
    "apiUrl": "https://replicator1:8043",
    "apiThumbprint": "SHA-256:0D:80:21:91:C7:DC:94:BC:9D:E8:A7:04:0F:6B:F1:09:5C:AA:97:C8:4A:72:E5:CF:5E:8F:84:A7:B9:CC:8C:85",
    "rootPassword": "rootpasswordformyreplicator"
}
string
apiThumbprint
Optional

The certificate of the Replicator Service, used for trusting both outgoing and incoming connections.Guaranteed to be populated for 'fully' registered replicators.

string
apiUrl
Optional

The URL of the REST API of the Replicator Service.Guaranteed to be populated for 'fully' registered replicators.

string
rootPassword
Optional

The root user password of the Replicator Appliance.