gns3-server/docs/api/v2/hypervisor/docker/projectsprojectiddockervmsidreload.rst
Julien Duponchelle ed291da566
Rebuild doc
2016-03-14 20:37:07 +01:00

4.7 KiB

/v2/hypervisor/projects/{project_id}/docker/vms/{id}/reload

POST /v2/hypervisor/projects/{project_id}/docker/vms/{id}/reload

Restart a Docker container

Parameters

  • project_id: UUID of the project
  • id: ID of the container

Response status codes

  • 400: Invalid request
  • 404: Instance doesn't exist
  • 204: Instance restarted

Input

Name Mandatory Type Description
adapters ['integer', 'null'] number of adapters
aux ['integer', 'null'] auxilary TCP port
console ['integer', 'null'] console TCP port
console_type enum Possible values: telnet, vnc
environment ['string', 'null'] Docker environment
image string Docker image name
name string Docker container name
start_command ['string', 'null'] Docker CMD entry
vm_id string Docker VM instance identifier

Output

Name Mandatory Type Description
adapters ['integer', 'null'] number of adapters
aux ['integer', 'null'] auxilary TCP port
console ['integer', 'null'] console TCP port
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