Just tested for deployVm command, "DeployVMCmd" is returned in the response:
<queryasyncjobresultresponse cloud-stack-version="4.2.0-SNAPSHOT"> <accountid>26ffed14-feb8-11e2-aad9-664f5bd82b4f</accountid> <userid>27002e0a-feb8-11e2-aad9-664f5bd82b4f</userid> <cmd> org.apache.cloudstack.api.command.user.vm.DeployVMCmd </cmd> <jobstatus>1</jobstatus> From: Chiradeep Vittal <[email protected]<mailto:[email protected]>> Date: Tuesday, August 6, 2013 1:33 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Cc: Alena Prokharchyk <[email protected]<mailto:[email protected]>> Subject: Re: queryAsyncJobResult ISSUE on 4.1.0 Is it possible that you actually called StartVm ? From: Antonio Petrocelli <[email protected]<mailto:[email protected]>> Reply-To: <[email protected]<mailto:[email protected]>> Date: Tuesday, August 6, 2013 6:50 AM To: <[email protected]<mailto:[email protected]>> Subject: queryAsyncJobResult ISSUE on 4.1.0 It is normal that after a "deployVirtualMachine" request the queryAsyncJobResult response is: 'cmd' => 'org.apache.cloudstack.api.command.user.vm.StartVMCmd' ? it should be: 'cmd' => 'org.apache.cloudstack.api.command.user.vm.DeployVMCmd' Thanks
