Get Virtual Hardware
This request returns basic hardware information about the replicated VM.
The VM Replication unique identifier
C4-09b2917c-bbe9-4693-ae3f-95b43a94b244
site
Operation ID for correlating logs across multiple services
OK
{
"coresPerSocket": 1,
"cpus": 4,
"memoryMB": 8192,
"storageMB": 10240
}
Number of virtual CPU cores per socket. If not available value will be null.
Number of virtual CPUs in the VM. If not available the value will be -1.
Virtual Machine memory in megabytes. If not available the value will be -1.
The sum of the capacities of each source disks being replicated in megabytes. If not available value will be 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.