gns3_update_node
Modify node configuration in GNS3 network simulations by adjusting name, position, and device properties like RAM or CPU settings.
Instructions
Update node settings and properties.
Args: name: New node name x, y: New position coordinates properties: Device-specific properties (RAM, CPU, interfaces, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| node_id | Yes | ||
| server_url | No | http://localhost:3080 | |
| username | No | ||
| password | No | ||
| name | No | ||
| x | No | ||
| y | No | ||
| properties | No |