nodesUpdateNodeLoopback
Modify loopback interface configuration on a network node by updating IP addresses, annotations, labels, or descriptions to manage network connectivity and routing.
Instructions
Update a specific loopback.
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 loopback belongs to. | |
| nodeId | Yes | This is a read-only field. The unique identifier of the node to which this loopback belongs to. | |
| loopbackId | Yes | The loopback 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 loopback. | |
| autoCreated | No | This is a read-only field. A flag that indicates if the loopback was automatically created by the system. | |
| description | No | The description is a user-defined field to store notes about the loopback. | |
| id | No | This is a read-only field. The unique identifier of the loopback of the node in the fabric. | |
| ipv4Address | No | The IPv4 host address with subnet mask to be configured on the loopback. | |
| ipv6Address | No | The IPv6 host address with subnet mask to be configured on the loopback. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering loopbacks. | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| name | No | The name of the loopback. Must be in the format Loopback\<Integer\>. | |
| vrfId | No | The unique identifier of the VRF to which this loopback is attached to. |