fabricsUpdateFabric
Modify fabric details like address, annotations, labels, and topology in the Hyperfabric MCP Server by providing the fabric ID and fields to update.
Instructions
Update a specific fabric.
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. | |
| address | No | The physical street address where the fabric is located (E.g. 320 My Street). | |
| annotations | No | A list of name-value annotations to store user-defined data including complex data such as JSON associated with the fabric. | |
| city | No | The city in which the fabric is located (E.g. San Jose). | |
| country | No | The country code in which the fabric is located (E.g. US). | |
| description | No | The description is a user-defined field to store notes about the fabric. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering fabrics. | |
| location | No | The location is a user-defined field to store information about the location of the fabric (E.g. SJC01). | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| name | Yes | The user-defined name of the fabric. | |
| topology | No | FabricTopology defines an enumeration of types of fabric topologies. | MESH |