1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-19 06:19:08 +00:00
gns3-server/docs/api/v2/compute/ethernet_hub/projectsprojectidethernethubnodesnodeidduplicate.rst

20 lines
699 B
ReStructuredText
Raw Normal View History

2018-01-08 08:26:44 +00:00
/v2/compute/projects/{project_id}/ethernet_hub/nodes/{node_id}/duplicate
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
POST /v2/compute/projects/**{project_id}**/ethernet_hub/nodes/**{node_id}**/duplicate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Duplicate an ethernet hub instance
Parameters
**********
- **node_id**: Node UUID
- **project_id**: Project UUID
2018-01-08 08:26:44 +00:00
Response status codes
**********************
- **201**: Instance duplicated
- **404**: Instance doesn't exist