mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-23 06:32:26 +00:00
5.9 KiB
5.9 KiB
/v2/compute/projects/{project_id}/docker/nodes/{node_id}/reload
POST /v2/compute/projects/{project_id}/docker/nodes/{node_id}/reload
Restart a Docker container
Parameters
- node_id: ID of the container
- project_id: UUID of the project
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_http_path | string | Path of the web interface | |
console_http_port | integer | Internal port in the container of the HTTP server | |
console_resolution | ['string', 'null'] | console resolution for VNC | |
console_type | enum | Possible values: telnet, vnc, http, https | |
environment | ['string', 'null'] | Docker environment | |
image | string | Docker image name | |
name | string | Docker container name | |
node_id | string | Docker VM instance identifier | |
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_http_path | string | Path of the web interface | |
console_http_port | integer | Internal port in the container of the HTTP server | |
console_resolution | ✔ | string | console resolution for VNC |
console_type | ✔ | enum | Possible values: telnet, vnc, http, https |
container_id | ✔ | string | Docker container ID |
environment | ✔ | ['string', 'null'] | Docker environment |
image | ✔ | string | Docker image name |
name | string | Docker container name | |
node_id | ✔ | string | Docker container instance UUID |
project_id | ✔ | string | Project UUID |
start_command | ✔ | ['string', 'null'] | Docker CMD entry |
vm_directory | ✔ | string |