NewReplicatorRequest

NewReplicatorRequest
NewReplicatorRequest

Request payload to initiate phase one of the manager-to-replicator pairing.

JSON Example
{
    "owner": "*",
    "site": "site1",
    "description": "Some description",
    "details": {
        "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": "rootappliancepasswordformyreplicator",
        "ssoUser": "[email protected]",
        "ssoPassword": "passwordforssouser"
    },
    "replicatorId": "3c7b13d7-661d-4ca7-a630-e6866bddfc8a"
}
string
description
Optional

Description for the Replicator.

details
Optional

details

string
owner
Optional

This field indicates the owner of the Replicator instance. vSphere DR and Migration sites use multi-tenant Replicator instances. To denote a multi-tenant Replicator instance, for the owner pass '*'. Cloud Director sites use dedicated Replicator instances. For dedicated Replicator instances, for the owner pass the name of the Cloud Director organization, followed by '@' then followed by the name of the cloud site in VMware Cloud Director Availability, for example, 'myCloudDirectorOrg@myvcdasite'.

string As uuid As uuid
replicatorId
Optional

The UUID of the Replicator instance.

string
site
Optional

Site in which the replicator lives.

Parameter To