map_duplicate_node
Clones a network diagram node, copying all its properties such as ports, services, and domains, to a new node. Enables duplicating nodes with custom name and position offsets.
Instructions
Clone a node with all its properties (ports, services, domains, etc.). Returns new node id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Source node id | |
| name | No | Override name for the clone (default: same as original) | |
| offset_x | No | X offset from original (default 40) | |
| offset_y | No | Y offset from original (default 40) |