add_node
Add a virtual network device to an existing lab using a specified template, with configurable RAM, CPU, and interface count.
Instructions
Add a node (virtual device) to a lab. Specify the template (image name), name, RAM, CPU, and number of interfaces. Use 'list_images' first to see available templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lab_path | Yes | ||
| template | Yes | ||
| name | No | ||
| node_type | No | qemu | |
| ram | No | ||
| cpu | No | ||
| ethernet | No | ||
| serial | No | ||
| image | No | ||
| console | No | telnet | |
| left | No | ||
| top | No | ||
| config | No | 0 | |
| delay | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |