OlegChuev opened a new issue, #11345:
URL: https://github.com/apache/cloudstack/issues/11345

   ### problem
   
   When I execute `destroyVirtualMachine` with `expunge`, I get an unexpected 
response:
   
   ```json
   {
     "null": {
       "securitygroup": [],
       "nic": [],
       "affinitygroup": [],
       "deleteprotection": false,
       "tags": []
     }
   }
   ```
   
   Instead of 
   
   ```json
   {
     "virtualmachine": {
        // ...
     }
   }
   ```
   
   
   
   ### versions
   
   4.20.1
   
   ### The steps to reproduce the bug
   
   1. Create VM
   2. Destroy VM with 
[destroyVirtualMachine](https://cloudstack.apache.org/api/apidocs-4.20/apis/destroyVirtualMachine.html)
 with and without `expunge`
   3. Check response
   
   ### What to do about it?
   
   Make response consistent for both requests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to