List Hosts
Lists all hosts managed by the vSphere instance.
Example Output
[
{
"host${$[0].host$}$": "host-12",
"name${$[0].name$}$": "192.168.79.131",
"connection_state${$[0].connection_state$}$": "CONNECTED",
"power_state${$[0].power_state$}$": "POWERED_ON"
}
]
Workflow Library Example
List Hosts with Vmware Vsphere and Send Results Via Email
Preview this Workflow on desktop