Re: Provider vDC / Cluster Resources
it's not necessary ... but you can do that if you want to.
View ArticlevCloud Suite 5.8
Does anyone who has been following the VMworld announcements know whether vCloud Suite 5.8 will give vCloud Director an upgrade too (to 5.8 of course)?
View ArticleRe: vCloud Suite 5.8
vCloud Suite 5.8 will be having vCD 5.5.2. Yes, it supports upgrade from vCD 5.5.1
View ArticleGetting ACCESS_TO_RESOURCE_IS_FORBIDDEN error when I try to...
Here is my request and response, did I miss anything? http-outgoing-0 >> "POST /api/vdc/79dd1731-50b8-41bb-8e46-2ea1cb5db129/action/instantiateVAppTemplate HTTP/1.1[\r][\n]"http-outgoing-0...
View ArticleRe: Getting ACCESS_TO_RESOURCE_IS_FORBIDDEN error when I try to...
After change role to Catalog Author, it can work now.
View ArticleCloud Director 5.5.1 if you move a datastore in or out of a datastore...
I recently moved the Datstore in a cluster and after that the Cluster an datastore both were missing in my datastore inventory under vCD 5.5.1 . I read the fix in KB 2075366 . Any permanent...
View ArticleRe: Cloud Director 5.5.1 if you move a datastore in or out of a datastore...
Can you refresh the vCenter connection? this might refresh the inventory too.
View ArticlevCloud 1.5 to 5.5 Migration
Hello All, I am working on migrating tenants from vCloud Director 1.5 to 5.5. At this moment in time, I am using a replication tool to perform the activity, which doesn't seem to perform as expected...
View ArticleURLEncoding in query service of vCloud Director API
Hi, Trying to use below vCloud Director Query Service API:GET /api/query?type=vApp&filter=%28vdcName%3D%3Dsikdervse%29&format=recordsGetting below error:Bad request: Expression...
View ArticleRe: How to consolidate a VApp using the Vcloud director 5.1 API for Java
Thanks for the guidance everyone. Eventually I found the correct calls to do it
View ArticleRenaming a Vapp template in a catalog using JAVA SDK 5.1
Hello, I'm trying to rename a vApp template in that is stored in a Catalog. It ran fine but when I went to the VCloud director UI, the catalog name did not properly reflect that. Am I missing something...
View ArticleRe: URLEncoding in query service of vCloud Director API
As I understand it this is a limitation of the query service. I would suggest opening a case with support as this is the only way these things seem to get resolved.
View ArticleRe: vCloud 1.5 to 5.5 Migration
One solution - upgrade VCD 1.5 to 5.5 (just have to do a few upgrades in the middle, ie 5.1) That said, if the two cloud are already up and small you can use the export option, but 1.5 does not have a...
View ArticleRe: URLEncoding in query service of vCloud Director API
Hi Hemana, How are you making these API calls. Are you using the vCloud Java SDK to make it. Do you get this exception when making through the SDK? Regards,Rajesh Kamal.
View ArticleRe: Renaming a Vapp template in a catalog using JAVA SDK 5.1
HI, The code above will definitely try to rename the vapp template name to the new name. Unless it is a bug. But you are saying that the catalog name did not properly reflect that. The code will change...
View ArticleRe: Renaming a Vapp template in a catalog using JAVA SDK 5.1
How do I get the catalog name to change then?
View ArticleRe: Renaming a Vapp template in a catalog using JAVA SDK 5.1
Hi, You can use the AdminCatalog to change the catalog name. AdminCatalog adminCatalog = AdminCatalog.getCatalogById(vcloudClient, catalogId);AdminCatalogType adminCatalogResource =...
View ArticleRe: Renaming a Vapp template in a catalog using JAVA SDK 5.1
Sorry for the confusion. I meant how do I get the name of VAppTemplate in the catalog to change and have it correctly displayed with that new name in the UI?
View ArticleRe: Renaming a Vapp template in a catalog using JAVA SDK 5.1
Hi, The code that you posted in the initial thread should work(find the catalog, find the catalog item with that name and change it).Or you can also try this(find the catalog, find the catalog item,...
View Article