gns3-server/docs/api/v2/compute/dynamips_vm/projectsprojectiddynamipsnodesnodeidconfigs.rst
Julien Duponchelle e80dd40121
Update docs
2016-06-06 14:24:13 +02:00

1.3 KiB

/v2/compute/projects/{project_id}/dynamips/nodes/{node_id}/configs

GET /v2/compute/projects/{project_id}/dynamips/nodes/{node_id}/configs

Retrieve the startup and private configs content

Parameters

  • node_id: Node UUID
  • project_id: Project UUID

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