Get Virtual Hardware
This request returns basic hardware information about the replicated VM.
Cloud VM-level replication identifier
C4-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,
"nics": [
{
"macAddress": "string",
"nicKey": 0
}
],
"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.