VCMonitorHost

VCMonitorHost
VCMonitorHost

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,
    "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.

details
Optional

details

integer As int32 As int32
memory_size_mb
Optional

The physical memory size in mega bytes.

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,