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/atm_switch/projectsprojectidatmswitchn...

21 lines
710 B

8 years ago
/v2/compute/projects/{project_id}/atm_switch/nodes/{node_id}/suspend
8 years ago
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
8 years ago
POST /v2/compute/projects/**{project_id}**/atm_switch/nodes/**{node_id}**/suspend
8 years ago
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 years ago
Suspend an ATM Relay switch
8 years ago
Parameters
**********
- **project_id**: Project UUID
- **node_id**: Node UUID
8 years ago
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
8 years ago
- **204**: Instance suspended
8 years ago