vrfsUpdateFabricStaticRoute
Update static routes in a VRF fabric by modifying fields like enabled state, description, labels, annotations, or route definitions using the resource ID.
Instructions
Update a specific static route.
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 static routes belong. | |
| vrfId | Yes | This is a read-only field. The unique identifier of the VRF to which this static routes belong to. The VRF identifier is immutable once set. | |
| routeId | Yes | The route 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 static routes. | |
| description | No | The description is a user-defined field to store notes about the static routes. | |
| enabled | No | The enabled state of the static routes which indicates if the static routes is enabled or disabled. | |
| id | No | This is a read-only field. The unique identifier of the static routes object. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering static routes. | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| name | No | The user-defined name of the static routes. The static routes name has to be unique, and is case-insensitive. | |
| routes | No | A list of IP static route definitions. |