update_segment
Partially update an existing network segment by its ID, modifying optional properties such as display name or subnet.
Instructions
[WRITE] Update an existing network segment (partial update via PATCH).
Args: segment_id: The segment ID to update. display_name: New display name (optional). subnet: New gateway CIDR (optional). target: Optional NSX Manager target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subnet | No | ||
| target | No | ||
| segment_id | Yes | ||
| display_name | No |