PairingSpec

PairingSpec
PairingSpec

Details of a remote Site Recovery Manager server to pair with.

JSON Example
{
    "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"
}
pair_psc_info
Required

Details of a pair Platform Services Controller.

string
pair_vc_guid
Required

Server guid of the remote vCenter Server.

string
pair_srm_thumbprint
Optional

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.

string
pair_srm_url
Optional

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.