mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-18 01:34:50 +02:00
20 lines
708 B
ReStructuredText
20 lines
708 B
ReStructuredText
/v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}/duplicate
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /v2/compute/projects/**{project_id}**/ethernet_switch/nodes/**{node_id}**/duplicate
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Duplicate an ethernet switch instance
|
|
|
|
Parameters
|
|
**********
|
|
- **project_id**: Project UUID
|
|
- **node_id**: Node UUID
|
|
|
|
Response status codes
|
|
**********************
|
|
- **201**: Instance duplicated
|
|
- **404**: Instance doesn't exist
|
|
|