VCMonitorHostV2
VCMonitorHostV2
Information about the host connected to a Virtual Center.
JSON Example
{
"cpu_core_count": 16,
"cpu_mhz": 2194,
"details": {
"api_version": "6.5",
"cluster_name": "cluster-1",
"name": "host1.example.com",
"version": "6.5.0",
"vgpu_types": [
"string"
]
},
"memory_size_mb": 12345,
"overall_cpu_usage_mhz": 1209,
"overall_memory_usage_mb": 66569,
"status": "CONNECTED"
}
integer As int32 As int32
cpu_core_count
Optional
Number of physical CPU cores on the host.
integer As int32 As int32
cpu_mhz
Optional
CPU speed per core in Mhz. This might be an averaged value if the speed is not uniform across all cores.
integer As int32 As int32
memory_size_mb
Optional
The physical memory size in mega bytes.
integer As int32 As int32
overall_cpu_usage_mhz
Optional
Aggregated CPU usage across all cores on the host, in MHz.
integer As int32 As int32
overall_memory_usage_mb
Optional
Physical memory usage on the host, in MBs.
string
status
Optional
Status of the host connection.
- CONNECTED: The host is successfully connected to Virtual Center server.
- DISCONNECTED: The host is disconnected from Virtual Center server.
- NOT_RESPONDING: The host is not responding.
Possible values are : CONNECTED, DISCONNECTED, NOT_RESPONDING,