ovfEnv:Property vs ovf:ProducSection ... and questions
Hello, I execute a getVm() and obtain among all sections two new sections:the first one :<ovf:ProductSection ovf:required="true"><ovf:Property ovf:userConfigurable="false" ovf:value="1"...
View ArticlePHP Requirements
I noticed the php install directions mentioned that HTTP_Request2 was required, but I also wanted to note a couple options need to be compiled in (unless I missed them in the docs): OpenSSL (...
View Articlegetting datas through webservice soap
Hi, I'm trying to begin to target the WebService of an ESX 4.1 directly in php with soap client. I'm really surprised by the dificulty to get informations, I tried to follow the example showed on...
View Articlecreate catalog : Unexpected JAXB Exception
Hi, I try to create a catalog via the vcd api. My environment is:Vcloud Director Version = 1.5.0.464915 (there are 2 cells within the vcd infrastructure)vCloud php SDK version = 1.5.0-472492Vcenter...
View Articletake public vApp Templates
Hello!Please tell me how can I take shared vApp templates from public calalog? I use the following source code to take this templates: $service =...
View ArticleI can't get get_cpuLimitMhz() for provider vdc
hi,i want to get some infos for provider vdc's through php vcloud api.the script works fine as long as the red part is remarked. it gives me a list of href, type and name of all my pvdc's.but when i...
View Articlegot a T_PAAMAYIM_NEKUDOTAYIM error from helloVCloud.php
I'm just getting started with this API and decided to plow through with it and got the following: # php samples/helloVCloud.php PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in...
View ArticleData Structures/Types, need help!
Salutations! I am having one heck of a time wrapping my head around how to go about acheiving the results I'm looking for, what I would like to do is login to vCloud Director and assign an Organization...
View ArticleWhy can't I put my code in a function?
Salutations VMware Community, I have been playing with the vCloud Director v 1.0.2 PHP SDK for roughly the past couple of weeks and I am learning new things all the time but something that I cannot...
View ArticleIs the PHP 1.5 stuff ready? I cant even get it to login
I was going to write my own API but found vmware's. I tried to just login and get this: Fatal error: Uncaught exception 'VMware_VCloud_SDK_Exception' with message 'POST https://vc.usask.ca/api/login...
View ArticleWhat is best way to query the catalog of vApp Templates and show CPU configs
Hi, What is the best way to list all the items in the public catalog and for each vAppTemplate get the vm vCPU, RAM and disk? I have tried attacking it from 2 angles but feel like I am doing it the...
View ArticleMaintaining login across web pages without storing username/password
Hi, I am building a web interface and want to be able to store a session reference so I am not storing the user credentials in sesison files on the server. If I authenticate using login(), I have tried...
View ArticleNeed help understanding how to use the SDK for our use cases
Hello everyone! I am having a lot of fundamental problems with understanding the SDK and how to work with it.The only available documentation is the one generated from PHP comments which pretty much...
View ArticleHow can one get task % complete?
Is there a way to get the task % complete using the task object or similar? The vCloud GUI shows it and I want to pass progress details to the user as well in a similar way.
View Articlevmware tools started/Stopped ?
Hello, Is there a way to know if the vmware tools are started or not on a vm using the vcloud API ? I don't want to kown if a vm is started, I want to know if the vmware tools are started on the...
View ArticleChain Length
Hello, I am using php vcloud sdk 1.5. and is there a way to get the chain length of a vm ? The idea is to known if a vm has to be consolidate or not. Thanks, Yann CONAN
View ArticleRetainNetInfoAcrossDeployments
Hello, I'm trying to recompose a deployed vapp and change the RetainNetInfoAcrossDeployments from false to true. But it doesn't work. I use a php code like the following one to prepare the...
View ArticleHaving difficulties with vCloud Director version 1.0.2 PHP SDK
Salutations all! I'm trying to run a script I found online, here : http://www.virtuallyghetto.com/2012/01/vcloud-director-report-100.html . I was mistaken by thinking this script was compatable with...
View ArticleHow do I get the UUID of a newly added vm to a recomposed vapp?
Hi All, I have written code to recompose a vapp and add a new vm to it. How do I get the UUID of the newly added vm using the php sdk? Thanks for any help!
View ArticleHelp using tasks/task lists in vCloud Director v 1.0.2 php sdk
I was wondering if anyone had any examples of how to use the tasks/task list via the vCloud Director version 1.0.2? What I'm trying to find is a method to track a VM's power state after changing it....
View Article