2016-06-04 11:40:39 +03:00
|
|
|
/v2/compute/projects/{project_id}/ethernet_hub/nodes/{node_id}/suspend
|
2016-04-18 17:58:06 +03:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-06-04 11:40:39 +03:00
|
|
|
POST /v2/compute/projects/**{project_id}**/ethernet_hub/nodes/**{node_id}**/suspend
|
2016-04-18 17:58:06 +03:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2018-06-07 11:26:06 +03:00
|
|
|
Suspend an Ethernet hub (does nothing)
|
2016-04-18 17:58:06 +03:00
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2018-06-14 11:39:31 +03:00
|
|
|
- **project_id**: Project UUID
|
2018-08-16 17:31:56 +03:00
|
|
|
- **node_id**: Node UUID
|
2016-04-18 17:58:06 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
2018-11-20 08:04:27 +02:00
|
|
|
- **204**: Instance suspended
|
2016-04-18 17:58:06 +03:00
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|