VMWare VCenter connection using REST API

Melvin Moses picture Melvin Moses · Jul 18, 2016 · Viewed 14.5k times · Source

We are developing an application in which we need to integrate different cloud services. We need to connect to VmWare VCenter server and should do the provisioning. Is there any Rest API calls to execute the task?

Thanks.....

Answer

AutoV picture AutoV · Feb 2, 2017

Since this question was asked and answered VMware has released a vCenter REST API for version 6.5:

The VMware vSphere Automation SDKs provide support for your client application infrastructure with services to perform management operations in your vSphere environment. The vSphere Automation SDK for REST also contains samples to demonstrate how to use the new APIs.

The version 6.5 SDK enables programmatic access to the following services:

  • Session management
  • Tagging
  • Content Library
  • Virtual Machines
  • vCenter Server Appliance management

Read more:

vSphere Automation SDK for REST 6.5 Release Notes

http://creativeview.co.uk/VMware-vCenter-REST-API-Part-1/