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

4.9 KiB

/v2/compute/projects/{project_id}/docker/vms/{vm_id}

PUT /v2/compute/projects/{project_id}/docker/vms/{vm_id}

Update a Docker instance

Parameters

  • vm_id: UUID for the instance
  • project_id: UUID for the project

Response status codes

  • 200: Instance updated
  • 400: Invalid request
  • 404: Instance doesn't exist
  • 409: Conflict

Input

Name Mandatory Type Description
adapters ['integer', 'null'] number of adapters
aux ['integer', 'null'] auxilary TCP port
console ['integer', 'null'] console TCP port
console_resolution ['string', 'null'] console resolution for VNC
console_type enum Possible values: telnet, vnc
environment ['string', 'null'] Docker environment
name string Docker container name
start_command ['string', 'null'] Docker CMD entry

Output

Name Mandatory Type Description
adapters ['integer', 'null'] number of adapters
aux integer auxilary TCP port
console integer console TCP port
console_resolution string console resolution for VNC
console_type enum Possible values: telnet, vnc
container_id string Docker container ID
environment ['string', 'null'] Docker environment
image string Docker image name
name string Docker container name
project_id string Project UUID
start_command ['string', 'null'] Docker CMD entry
vm_directory string
vm_id string Docker container instance UUID

Sample session

../../../examples/compute_put_projectsprojectiddockervmsvmid.txt