ConfigureReplicatorLsRequest
ConfigureReplicatorLsRequest
Represents a payload containing the required information necessary to configure the LookupService URL on a Replication instance.
JSON Example
{
"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",
"apiUrl": "https://replicator1:8043",
"lsThumbprint": "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",
"lsUrl": "https://vc1/lookupservice/sdk",
"rootPassword": "replicatorappliancerootuserpassword"
}
string
apiThumbprint
Optional
The SSL certificate of the Replicator Appliance, used for verifying both outgoing and incoming connections.
string
apiUrl
Optional
The URL of the Replicator Appliance REST API.
string
lsThumbprint
Optional
The fingerprint of the vCenter Server Lookup Service SSL certificate.
string
lsUrl
Optional
The URL of the vCenter Server Lookup Service that the Replicator Appliance must use.
string
rootPassword
Optional
The root user password of the Replicator Appliance.