Azure VMware Solutions REST API - part 2:
az rest
After a discovery of Azure VMware Solution REST API through the Postman collection in part 1, we will use some of the fundamentals API calls through
az rest
, a useful subset of the Azure Command-Line Interface.Compared to Postman, I consider
az rest
an easier way to discover Azure REST API in a blog post as it doesn't …
Read MoreObject notfound in vRO using the vCloud Director plugin
A strange behavior has happened just after vRO installation and vCloud director plugin configuration, I wasn't able to interact with any objects managed by the vcloud director plugin.
I created a simple workflow on my lab to illustrate the issue.
The workflow cannot be more basic as it has only a single line of code to …
Read MoreAfter a short introduction of Swagger Codegen and the context of the demo made for a French vMUG Webinar, we will see how to apply this to VMware products like vCenter and vCloud Director.
As this post is following the steps made in the part 1, I strongly encourage you to start with the previous post.
Pre-requisites …
Read MoreOn March 30th, I presented a webinar to the French VMUG community on the REST API subject and in particular on the way to generate API SDK clients without writing any code.
Slide deck is published (only in french, sorry) here: vupti.me/rls.
As said in the slide deck, this presentation was greatly inspired by a VMworld …
Read MoreThe vRealize Automation REST API can be used on vRealize Orchestrator directly with the
vCACCAFE
plugin, instead of using theHTTP-REST
plugin, which can be much more simplier.Get the vRA REST endpoint
If you have already used the vRealize Automation REST API, you should have noticed that there is around twenty …
Read More