mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-25 15:31:08 +00:00
7f72b90b0e
* A new one for controller related events (compute, appliance templates etc.) * The existing one for project related events (links, nodes etc.)
702 B
702 B
/v2/compute/projects/{project_id}/ethernet_hub/nodes/{node_id}/start
POST /v2/compute/projects/{project_id}/ethernet_hub/nodes/{node_id}/start
Start an Ethernet hub
Parameters
- project_id: Project UUID
- node_id: Node UUID
Response status codes
- 400: Invalid request
- 404: Instance doesn't exist
- 204: Instance started