VMware {code} Community
Vikashtalanki
Contributor
Contributor

Samples for Orchestrator

Hi,

I need some examples(samples) to access vcloud orchestrator thorugh Java. My Primary aim is to login into orchestrator thorugh a java pgm and get some inventory pbjects. Please help me how can I do this by giving some example code.

Also I am confused between the samples available at http://www.vmware.com/support/pubs/orchestrator_pubs.html and about the examples asked to be downloaded from https://vcoHost:port/api/docs/downloads.html .

Which of these are correct examples/samples of vcloud orchestrator and what does each of above two represent.

Reply
0 Kudos
1 Reply
sanchezs
VMware Employee
VMware Employee

Hi,

I think what you are looking for is in the section "Developing Web Services Client for VMware vCenter Orchestrator" of the official vCO documentation:

- http://pubs.vmware.com/vsphere-51/topic/com.vmware.vsphere.vco_develop_web_services.doc/GUID-35EFD3A...

There you'll find how to access vCO through its REST (http://pubs.vmware.com/vsphere-51/topic/com.vmware.vsphere.vco_develop_web_services.doc/GUID-E767F36...) or its SOAP (http://pubs.vmware.com/vsphere-51/topic/com.vmware.vsphere.vco_develop_web_services.doc/GUIDEB973D00...) APIs.

The REST samples from the URL "https://vcoHost:port/api/docs/downloads.html" you can get them from your own vCO server, replace vcoHost:port with your own IP/domain name and port.

I hope it helps.

Sergio

Reply
0 Kudos