add_golden_config_node
Add a new node to a Golden Configuration tree to represent a configuration section. Specify parent path, version, and template to build the hierarchy.
Instructions
Add a new node to an existing Golden Configuration tree.
Nodes in Golden Configuration trees represent configuration sections or components that can be organized hierarchically. Each node can have an associated configuration template and belongs to a specific version of the tree structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the new node to add | |
| path | No | The parent path | base |
| version | No | The version of the tree to add the node to | initial |
| template | No | The configuration template associated with this node | |
| tree_name | Yes | The name of the Golden Configuration tree to create |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Success message confirming node addition |