Replication Get Placement
This request returns the placement settings for the replication.
VM replication identifier
H4-ec991bd5-af9d-446a-8599-5b693842c4a3
Optional site to run the operation on. When omitted, defaults to the local site.
site1
Operation ID for correlating logs across multiple services
OK
{
"datastoreId": "datastore-1",
"datastoreFolder": "folder",
"vcId": "72707e54-b9cd-4ced-8359-499d7f89381a",
"disks": [
{
"diskKey": 2000,
"datastoreId": "datastore-1",
"diskPath": "disk/path",
"isSeed": false,
"storageProfileId": "841fe316-a2cb-4203-8f30-4ce5ab186de7",
"contentId": "040dcc1e-6532-455a-9f27-02840eed4c0a"
}
],
"validateSeedUuids": true,
"storageProfileId": "841fe316-a2cb-4203-8f30-4ce5ab186de7"
}
The folder on the datastore where placing the replica files.
The managed object ID of the datastore where placing the replica files.
The managed object ID of the storage profile.
Whether to validate the UUIDs of the seed disks.
The UUID of the vCenter Server instance where placing the replication.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.