gns3_add_node
Add network devices to GNS3 simulation projects by selecting templates and specifying placement coordinates to build network topologies.
Instructions
Add a network device/node to a project using a template.
Args: project_id: ID of the project node_name: Name for the new node template_id: Template ID (use gns3_list_templates to get available templates) x, y: Position coordinates on the canvas compute_id: Compute server ID (default: "local")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| node_name | Yes | ||
| template_id | Yes | ||
| server_url | No | http://localhost:3080 | |
| username | No | ||
| password | No | ||
| x | No | ||
| y | No | ||
| compute_id | No | local |