Host

Host
Host
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "vmknics": [
        {
            "entity_id": "1000:104:12213212",
            "name": "My Name",
            "entity_type": "VirtualMachine",
            "ip_addresses": [
                {
                    "ip_address": "string",
                    "netmask": "string",
                    "network_address": "string"
                }
            ],
            "vlan": {
                "begin": 0,
                "end": 0
            },
            "host": {
                "entity_id": "string",
                "entity_type": "VirtualMachine"
            },
            "layer2_network": {
                "entity_id": "string",
                "entity_type": "VirtualMachine"
            }
        }
    ],
    "cluster": {
        "entity_id": "string",
        "entity_type": "VirtualMachine"
    },
    "vcenter_manager": {
        "entity_id": "string",
        "entity_type": "VirtualMachine"
    },
    "vm_count": 100,
    "datastores": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine"
        }
    ],
    "service_tag": "CT1342",
    "vendor_id": "host-12",
    "nsx_manager": {
        "entity_id": "string",
        "entity_type": "VirtualMachine"
    },
    "maintenance_mode": "false",
    "connection_state": "DISCONNECTED"
}
Returned By