HostSummary
The Host.Summary structure contains commonly used information about a host in vCenter Server.
Properties
string
host
Required
Identifier of the host. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem.
string
name
Required
Name of the host.
power_state
Optional
Power state of the host This field is optional and it is only relevant when the value of Host.Summary.connection-state is CONNECTED.
JSON Example
{
"connection_state": "enum",
"host": "string",
"name": "string"
}