InlineHost1

InlineHost1
InlineHost1
JSON Example
{
    "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",
                "entity_name": "string"
            },
            "layer2_network": {
                "entity_id": "string",
                "entity_type": "VirtualMachine",
                "entity_name": "string"
            }
        }
    ],
    "cluster": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "vcenter_manager": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "vm_count": 100,
    "datastores": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine",
            "entity_name": "string"
        }
    ],
    "service_tag": "CT1342",
    "vendor_id": "host-12",
    "nsx_manager": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "maintenance_mode": "false",
    "connection_state": "DISCONNECTED",
    "cpu_count": 4,
    "memory": 1024,
    "manager_uuid": "string",
    "tag_keys": [
        "string"
    ],
    "tag_key_values": [
        "string"
    ],
    "tag_values": [
        "string"
    ]
}
array of Vmknic
vmknics
Optional

vmknics

cluster
Optional

cluster

vcenter_manager
Optional

vcenter_manager

integer As int32 As int32
vm_count
Optional

Number of VMs running on the host

array of Reference
datastores
Optional

datastores

string
service_tag
Optional

Hardware service tag of the host

string
vendor_id
Optional

Internal vCenter ID of the host

nsx_manager
Optional

nsx_manager

string
maintenance_mode
Optional

Is the host in maintenance mode?

string
connection_state
Optional

Connection state of the host

integer As int32 As int32
cpu_count
Optional

Number of vCPUs this Host has

integer As int32 As int32
memory
Optional

Amount of memory this Host has in MB.

string
manager_uuid
Optional

UUID of the Manager

array of string
tag_keys
Optional

tag_keys

array of string
tag_key_values
Optional

tag_key_values

array of string
tag_values
Optional

tag_values

Used By