mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-28 00:28:54 +00:00
3b4a060ae9
Fix #143
1.1 KiB
1.1 KiB
/v1/projects/{project_id}/iou/vms/{vm_id}/initial_config
GET /v1/projects/{project_id}/iou/vms/{vm_id}/initial_config
Retrieve the initial config content
Response status codes
- 200: Initial config retrieved
- 400: Invalid request
- 404: Instance doesn't exist
Output
Name | Mandatory | Type | Description |
---|---|---|---|
content | ✔ | ['string', 'null'] | Content of the initial configuration file |
Sample session
../../examples/get_projectsprojectidiouvmsvmidinitialconfig.txt