使用REST API Nova将服务器(VM)状态重置为ACTIVE

时间:2018-06-21 17:01:56

标签: openstack-nova

当Server(VM)状态为ERROR时如何使用REST API(Nova)将状态重置为Active。

CLI对于。例如nova reset-state --active vm

1 个答案:

答案 0 :(得分:0)

来自openstack nova API文档 https://developer.openstack.org/api-ref/compute/

要使用API​​重置虚拟机的状态,请执行以下操作:https://developer.openstack.org/api-ref/compute/#reset-server-state-os-resetstate-action

  

/ servers / {server_id} / action-重置服务器状态(os-resetState操作)

请求正文

  

{       “ os-resetState”:{           “状态”:“活动”       }

响应

  

如果成功,则此方法不返回响应中的内容   身体。