gns3-server/docs/api/v2/compute/iou/projectsprojectidiouvmsvmidconfigs.rst
Julien Duponchelle 97aea5f82a
Doc update
2016-04-18 16:58:06 +02:00

1.4 KiB

/v2/compute/projects/{project_id}/iou/vms/{vm_id}/configs

GET /v2/compute/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/compute_get_projectsprojectidiouvmsvmidconfigs.txt