vmware 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 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 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 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 ArticleObtaining template name is inconsistent when Template is Migrated
Hi, I have an app which lists the Templates in our vDC using $queryFormat = "Records";$qr = "query$queryFormat";$type = "vm";$recObj = $sdkQuery->$qr($type, $queryParams);$records =...
View ArticleRetrieving VappTemplate possible?
I am able to get a vm using: $sdkVm = $service->createSDKObj($href);$vm = $sdkVm->getVm(); and wanted to do similar for a template: $sdkVApp =...
View Articleretrieving vApp no possible - what?
I tried this: $sdkVApp = $service->createSDKObj($vAppHref); and it throws: Undefined index: vapp in <b>/var/www/hostname/lib/VMware/VCloud/Factory.php on line 214 <b>Fatal...
View ArticleExample of a network change?
Is there an example of a network change? I have 2 Org networks againable to clients. In my interface I want them to be able to take an existing VM and change the network by selecting from a drop down...
View ArticleLogin URI
Is there a reason the SDK is using the deprecated login URI instead of the sessions URI? Thanks, Jake
View ArticleHow can I select a network when instantiating Template?
It appears that in 5.1 they changes they way vApps handle networks. I have 2 problems I need solutions for and am looking everywhere for help. The Instantiate Template.php example just shows a default...
View ArticleSetting the network details at time of recomposition
In the example recomposevapp.php the vapp clones a vm from the reference template, creates the vapp network but how can I specifiy the netowrk the VM(s) being recomposed are connected to. This is done...
View ArticleNETWORK_INTERNAL_SERVER
Hello, I'm using the following version of vmware products :- vCloud Director 5.1.1.868405- vCloudApi SDk PHP 1.5.0-472492- vCloudApi SDK PHP 5.1.0-819742 I want to reconfigure the network of deployed...
View ArticleVMware_VCloud_SDK_Exception PUT edgeGateway failed, error code: 202
Hello, I'm using the following version of vmware products :- vCloud Director 5.1.1.868405- vCloudApi SDk PHP 1.5.0-472492- vCloudApi SDK PHP 5.1.0-819742 I want to reconfigure an edgeGateway. I used...
View ArticleThe provided XML has too many elements: 10,041. The maximum is 2,048.
Hello, I'm using the following version of vmware products :- vCloud Director 5.1.1.868405- vCloudApi SDK PHP 5.1.0-819742 We are working on the benchmarks/performances of the vmware vcloud director...
View ArticlevCloud director doesn´t display web portal
After deployment of vCloud director downloaded directly from sites vmware, configuring IP addresses, masks and gateways,web address <IP_adress>:5480 works, but <IP_adress>/cloud doesn´t...
View ArticleDisable Stack Trace
Is there a way to disable the stackTrace for a production system when an exception is thrown? <Error xmlns="http://www.vmware.com/vcloud/v1.5" stackTrace="javax.ws.rs.WebApplicationException...
View ArticleProblem when moving a vappTemplate
Hello,I would like to move a vapptemplate from a vdc to another vdc. vcloud direcro vesrion : 5.1.2.1068441php sdk version : 5.5.0-1294398 I use the following code :$cloneParams = new...
View ArticlePHP SDK v8.0 / Setup
Couple of questions:1) Why isn't the v8.0 PHP SDK (which I have access to as I work for a vCAN Service Provider) generally available to all? Surely the SDK can be just as useful to clients of MSP's...
View ArticleHow can I get the usage of my Storage Profiles?
Hi! I'm successfully using VMware PHP vCloud API to gather information from my vCloud Organitzation objects (orgs, vDCs, vShield Edges, vApps, VMs) (my scripts), but how can I get the usage of my...
View ArticleQuestions about quiesce flag during snapshot creation when guest OS is Linux
Hi Guys, I got a little confused about quiesce flag during snapshot creation when guest OS is Linux, as I read the VDDK documents. Per "Driver Type and Quiescing Mechanisms Used According to Guest...
View Article