2016-05-12 10:39:50 +02:00
|
|
|
/v2/compute/projects/{project_id}/vmware/nodes/{node_id}/suspend
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /v2/compute/projects/**{project_id}**/vmware/nodes/**{node_id}**/suspend
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Suspend a VMware VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2018-06-14 16:39:31 +08:00
|
|
|
- **project_id**: Project UUID
|
2018-08-16 21:31:56 +07:00
|
|
|
- **node_id**: Node UUID
|
2016-05-12 10:39:50 +02:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
2018-06-14 16:39:31 +08:00
|
|
|
- **204**: Instance suspended
|
2018-01-08 09:26:44 +01:00
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/compute_post_projectsprojectidvmwarenodesnodeidsuspend.txt
|
2016-05-12 10:39:50 +02:00
|
|
|
|