List Networks
Lists all networks managed by the vSphere instance.
Example Output
[
{
"name${$[0].name$}$": "DSwitch 1-DVUplinks-17",
"type${$[0].type$}$": "DISTRIBUTED_PORTGROUP",
"network${$[0].network$}$": "dvportgroup-18"
},
{
"name${$[1].name$}$": "Management Network",
"type${$[1].type$}$": "STANDARD_PORTGROUP",
"network${$[1].network$}$": "network-21"
},
{
"name${$[2].name$}$": "VM Network",
"type${$[2].type$}$": "STANDARD_PORTGROUP",
"network${$[2].network$}$": "network-16"
},
{
"name${$[3].name$}$": "DSwitch 1-Management Network",
"type${$[3].type$}$": "DISTRIBUTED_PORTGROUP",
"network${$[3].network$}$": "dvportgroup-20"
},
{
"name${$[4].name$}$": "DSwitch 1-VM Network",
"type${$[4].type$}$": "DISTRIBUTED_PORTGROUP",
"network${$[4].network$}$": "dvportgroup-19"
}
]
Workflow Library Example
List Networks with Vmware Vsphere and Send Results Via Email
Preview this Workflow on desktop