Host
Properties
string
connection_state
Optional
Connection state of the host
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
maintenance_mode
Optional
Is the host in maintenance mode?
string
name
Optional
Name of the object
string
service_tag
Optional
Hardware service tag of the host
string
vendor_id
Optional
Internal vCenter ID of the host
integer
vm_count
Optional
Number of VMs running on the host
JSON Example
{
"cluster": {
"entity_id": "string",
"entity_type": "enum"
},
"connection_state": "DISCONNECTED",
"datastores": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"maintenance_mode": "false",
"name": "My Name",
"nsx_manager": {
"entity_id": "string",
"entity_type": "enum"
},
"service_tag": "CT1342",
"vcenter_manager": {
"entity_id": "string",
"entity_type": "enum"
},
"vendor_id": "host-12",
"vm_count": 100,
"vmknics": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}