VMware {code} Community
sukramlitt123
Contributor
Contributor

ReconfigVM_Task has no effect

Hello,

i have some problem with the ReconfigVM_Task method of the Webservice Interface. I want to change memory of a Machine but it won't change. I tried it in VC and i have all privilages to do it so it works. But via webservice and same user as i used as in the VC it dosn't work.

I run on vSphere Server V4.10

my Reuest Message is like this.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:vim25">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:ReconfigVM_Task>
         <urn:_this type="VirtualMachine">vm-10662</urn:_this>
         <urn:spec>
            <urn:config>
               <urn:memoryMB>512</urn:memoryMB>
            </urn:config>
         </urn:spec>
      </urn:ReconfigVM_Task>
   </soapenv:Body>
</soapenv:Envelope>

The Machine and exists. If i look at the Task result it says "success".

What could be the Problem?

0 Kudos
0 Replies