[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
InlineHost1
Properties
string
connection_state
Optional
Connection state of the host
string
maintenance_mode
Optional
Is the host in maintenance mode?
string
service_tag
Optional
Hardware service tag of the host
string
vendor_id
Optional
Internal vCenter ID of the host
integer as int32
vm_count
Optional
Number of VMs running on the host
JSON Example
{
"cluster": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"connection_state": "DISCONNECTED",
"datastores": [
{
"entity_id": "string",
"entity_type": "VirtualMachine"
}
],
"maintenance_mode": "false",
"nsx_manager": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"service_tag": "CT1342",
"vcenter_manager": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"vendor_id": "host-12",
"vm_count": 100,
"vmknics": [
{}
]
}