list_segments
List all NSX network segments with type, subnet, admin state, and port count. Use to resolve segment IDs and check if more segments exist via the truncated flag.
Instructions
[READ] List all NSX network segments with type, subnet, admin state, and port count.
Returns the result envelope: rows under items, plus returned, limit,
total (the collection's result_count, null when the API omits it),
truncated and hint. Check truncated before calling this the complete
set — when true, more rows exist. Every list tool here returns that shape.
Use this first to resolve a segment_id, then get_segment for its ports and linked gateway, or get_logical_port_status for realized state. Distributed firewall rules are not here — use vmware-nsx-security.
Args: target: NSX Manager target from config (default if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |