API - Unable to perform Resume action on Paused instance
Hi,
When we try to perform a Resume action on a paused instance through Horizon, it succeeds. But when we try to perform the same action through Openstack API, it fails with the following message "Cannot 'resume' while instance is in vm_state paused".
Rest of the actions performed through API are synchronous with that in horizon, can some one throw some light on why this happens, we are stuck with this issue for more than a week without any clue.
Thanks.
maybe showing your code and adding more details about the SDK (if any) you're using will help.
We are using REST services for the API call using JSON objects. No SDK used.
The URL we used is "http://10.236.220.222:8774/v2/77.../servers/<server-id>/action"
Method is post, input json used is {"resume":null}
rest is as usual http connection request