fabricsCommitFabricCandidate
Commit a candidate configuration to a fabric by providing fabric ID, name, and comments. This tool finalizes network infrastructure changes in Hyperfabric MCP Server.
Instructions
Commit a specific candidate configuration.
To use this tool, pass the required fields as direct arguments (e.g., fabrics=[{name:"my-fabric", description:"...", ...}])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fabricId | Yes | The fabric id or name. | |
| name | Yes | The candidate configuration name. | |
| comments | Yes | The reasons for the candidate configuration commit. | |
| revisionId | No | The candidate configuration revision identifier. The commit request will be rejected if the provided revision identifier is not the same than the most recent one known to the Hyperfabric service. |