You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/docs/api/v2/compute/ethernet_hub/projectsprojectidethernethu...

21 lines
699 B

8 years ago
/v2/compute/projects/{project_id}/ethernet_hub/nodes/{node_id}/stop
9 years ago
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
8 years ago
POST /v2/compute/projects/**{project_id}**/ethernet_hub/nodes/**{node_id}**/stop
9 years ago
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 years ago
Stop an Ethernet hub
9 years ago
Parameters
**********
- **project_id**: Project UUID
- **node_id**: Node UUID
9 years ago
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
8 years ago
- **204**: Instance stopped
9 years ago