List Host
DescriptionReturns information about at most 2500 visible (subject to permission checks) hosts in vCenter matching the Host.FilterSpec.
Request
URLURL
Query Parameters
Query Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
array
of
HostSummary of type application/json
Commonly used information about the hosts matching the Host.FilterSpec.
{
"connection_state": "enum",
"host": "string",
"name": "string",
"power_state": "enum"
}
Connection status of the host
Possible values are: CONNECTED , DISCONNECTED , NOT_RESPONDING
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.
Name of the host.
Power state of the host This field is optional and it is only relevant when the value of Host.Summary.connection-state is CONNECTED.
Possible values are: POWERED_ON , POWERED_OFF , STANDBY