list_transport_zones
List all NSX transport zones to obtain IDs for segment creation. Returns overlay and VLAN zone details with transport type.
Instructions
[READ] List all NSX transport zones — the overlay/VLAN boundaries segments attach to.
Use this first when building a segment: create_segment requires a transport_zone_path of "/infra/sites/default/enforcement-points/default/transport-zones/" built from the id returned here. Returns the result envelope; each row has id, display_name and transport_type (OVERLAY_STANDARD, VLAN_BACKED, …). A VLAN-backed zone needs create_segment's vlan_ids, an overlay zone needs its subnet — passing the wrong one is rejected.
Args: target: NSX Manager target from config (default if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |