> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Networks

Lists all networks managed by the vSphere instance.

## Example Output

```json theme={"dark"}
[
	{
		"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](https://library.blinkops.com/workflows/list-networks-with-vmware-vsphere-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-networks-with-vmware-vsphere-and-send-results-via-email/canvas" />
</div>
