Replication Virtual Hardware
This request returns basic hardware information about the replicated vm.
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
{
"coresPerSocket": 1,
"cpus": 4,
"memoryMB": 8192,
"storageMB": 10240
}
Number of virtual CPU cores per socket. When not available value is null.
Number of virtual CPUs in the virtual machine. When not available the value is -1.
Amount of virtual machine memory in megabytes. When not available the value is -1.
Sum of the capacities of all replicated source disks in megabytes. When not available the value is null.
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.