VMware introduced a new API service in vSphere 6.5 version which is known as vSphere Automation API. This service allows us to introduce several new SDKs for JAVA, Perl, Ruby, REST etc. Today we will see how to setup the basic wizard to start using the API service in day to day life. For more information about what was introduced with the vSphere Automation APIs visit Here Documentation : The documentation for this SDK version is pretty straight forward. We can browse to each level of API and see the sections of what the operations it performs. We can get the URL, JSON , XML representation for each and every operations in the document. SDK Documentation SDK tool kit: You can download the SDK kit from VMware { code } Tools required: We will use Postman today so that we will be able to start working with the API quickly and build your knowledge of how it works before using API in your own application. Postman is a great application to d...
No matter how sophisticated the technology is , It still takes people !