vmware_list_networks
Retrieve a list of standard and distributed portgroups from VMware vCenter, including name, type, VLAN, and associated VMs.
Instructions
Lists the networks (standard and distributed portgroups).
In json: {total, count, ..., networks:[{name, moid, type, accessible, vms, vlan}]}. vlan is only filled in for distributed portgroups. In markdown: table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| offset | No | Pagination offset | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |