list_transport_zones
Retrieve all NSX transport zones—overlay and VLAN boundaries—to obtain the zone ID required for creating a new segment. Returns ID, display name, and transport type.
Instructions
[READ] List all NSX transport zones — the overlay/VLAN boundaries that segments attach to.
No side effects. Primary use: discover the transport zone required by create_segment, whose transport_zone_path is "/infra/sites/default/enforcement-points/default/transport-zones/" using the id returned here. Returns one dict per zone: id, display_name, transport_type (e.g. OVERLAY_STANDARD or VLAN_BACKED). All zones are returned (typically under 20; no pagination). On failure returns a single-element list containing {"error", "hint"}.
Args: target: NSX Manager name from config.yaml. Uses the default target if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |