mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-26 07:51:08 +00:00
1.3 KiB
1.3 KiB
/v1/projects/{project_id}/iou/vms/{vm_id}/configs
GET /v1/projects/{project_id}/iou/vms/{vm_id}/configs
Retrieve the startup and private configs content
Response status codes
- 200: Configs retrieved
- 400: Invalid request
- 404: Instance doesn't exist
Output
Name | Mandatory | Type | Description |
---|---|---|---|
private_config_content | ['string', 'null'] | Content of the private configuration file | |
startup_config_content | ['string', 'null'] | Content of the startup configuration file |
Sample session
../../examples/get_projectsprojectidiouvmsvmidconfigs.txt