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