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 
<chiradeep.vit...@citrix.com<mailto:chiradeep.vit...@citrix.com>>
Date: Tuesday, August 6, 2013 1:33 PM
To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" 
<dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>>
Cc: Alena Prokharchyk 
<alena.prokharc...@citrix.com<mailto:alena.prokharc...@citrix.com>>
Subject: Re: queryAsyncJobResult ISSUE on 4.1.0

Is it possible that you actually called StartVm ?

From: Antonio Petrocelli 
<a.petroce...@netsons.com<mailto:a.petroce...@netsons.com>>
Reply-To: <dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>>
Date: Tuesday, August 6, 2013 6:50 AM
To: <dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>>
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

Reply via email to