PairingSpec
Details of a remote Site Recovery Manager server to pair with.
{
"pair_psc_info": {
"url": "string",
"port": 0,
"thumbprint": "string",
"username": "string",
"password": "string"
},
"pair_vc_guid": "string",
"pair_srm_thumbprint": "string",
"pair_srm_url": "string"
}
Server guid of the remote vCenter Server.
The expected thumbprint of the remote Site Recovery Manager. Used to match against the actual thumbprint of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute pair_srm_url has a meaningful value. Can be null when the remote Site Recovery Manager certificates are trusted.
The expected URL of the remote Site Recovery Manager. Used to match against the actual URL of the remote Site Recovery Manager, when the remote Site Recovery Manager certificate is not trusted. Should not be undefined, empty string or string only with spaces, when attribute pair_srm_thumbprint has a meaningful value. Can be null when the remote Site Recovery Manager certificates are trusted.