nodesUpdateFabricNode
Modify node properties like annotations, labels, description, location, device association, and hardware details within a Hyperfabric network infrastructure.
Instructions
Update a specific node.
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 | The fabric id or name. | |
| nodeId | Yes | This is a read-only field. The unique identifier of the node. | |
| annotations | No | A list of name-value annotations to store user-defined data including complex data such as JSON associated with the node. | |
| description | No | The description is a user-defined field to store notes about the node. | |
| deviceId | No | The unique identifier of the device associated with the node. | |
| enabled | No | This is a read-only field. The enabled state of the node which indicates if the node is enabled or disabled. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering nodes. | |
| location | No | The location is a user-defined field to store information about the location of the node (E.g. SJC01). | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| modelName | No | The name of the hardware model of the node. | |
| name | No | The user-defined name of the node. The name is used as hostname for the node and need to comply with DNS restrictions, is case-insensitive and must be unique in the organization. | |
| psuAirflows | No | The power supply (PSU) model name and fan airflow direction of the node. | |
| roles | No | A list of roles for the node. | |
| serialNumber | No | The serial number of the device associated with the node. |