Add Golden Config Node
add_golden_config_nodeAdd a new node to an existing Golden Configuration tree, specifying its parent path, version, and optional template to organize configuration sections hierarchically.
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 |