Comment 5 for bug 1482101

Revision history for this message
Sourabh Jaiswal (sourabh-jaiswal) wrote :

Please find the curl command I used for the same.

curl -s -X POST http://10.201.3.204:9292/v2/images/eb416d35-0b13-41a6-a3d6-459009514115/actions/deactivate \
-H \
"X-Auth-Token:7067cc850e2b49aba5e65365ecf52ec0" \
| python -m json.tool

The same command just didn't gave any response.

However adding -v {verbose} mode gives

204 no content.

for which api doc says it should give 200 ok response.