mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-18 01:34:50 +02:00
16 lines
639 B
ReStructuredText
16 lines
639 B
ReStructuredText
|
/v2/compute/projects/{project_id}/iou/nodes/{node_id}/configs/save
|
||
|
------------------------------------------------------------------------------------------------------------------------------------------
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
POST /v2/compute/projects/**{project_id}**/iou/nodes/**{node_id}**/configs/save
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
Save the startup and private configs content
|
||
|
|
||
|
Response status codes
|
||
|
**********************
|
||
|
- **200**: Configs saved
|
||
|
- **400**: Invalid request
|
||
|
- **404**: Instance doesn't exist
|
||
|
|