vnisUpdateFabricVni
Update VXLAN Network Identifier (VNI) configurations including annotations, labels, description, and SVIs within Hyperfabric network infrastructure.
Instructions
Update a specific VNI.
To use this tool, pass the resource ID and the fields to update as arguments
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fabricId | Yes | This is a read-only field. The unique identifier of the fabric to which this VNI belongs to. | |
| vniId | Yes | The VNI id or name. | |
| annotations | No | A list of name-value annotations to store user-defined data including complex data such as JSON associated with the VNI. | |
| description | No | The description is a user-defined field to store notes about the VNI. | |
| enabled | No | This is a read-only field. The enabled state of the VNI which indicates if the VNI is enabled or disabled. | |
| id | No | This is a read-only field. The unique identifier of the VNI. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering VNIs. | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| name | No | The user-defined name of the VNI. The VNI name has to be unique, and is case-insensitive. | |
| svis | No | A list of Switch Virtual Interfaces (SVIs) for the VNI. | |
| vni | No | The VXLAN Network Identifier (VNI) used for the VNI. The value must be between 2 and 6000000. | |
| vrfId | No | The unique identifier of the VRF associated with the VNI. |