gns3-server/docs/api/v1/dynamips_vm/projectsprojectiddynamipsvmsvmidconfigs.rst
Julien Duponchelle 67be24a412 Fix doc generation
2015-02-24 11:39:17 +01:00

1.2 KiB

/v1/projects/{project_id}/dynamips/vms/{vm_id}/configs

GET /v1/projects/{project_id}/dynamips/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