How to Delete a Deployment with the vRA 7 REST API

In this guide I will show you how to use the vRA 7 REST API to delete a deployment. This is common for users or developers that want to programmatically delete a deployment of single or multi-machine blueprints. Pre-Reqs Already provisioned vRA 7 Blueprint with Destroy Deployment entitled See my Continue reading How to Delete a Deployment with the vRA 7 REST API

Requesting the VRA Developer Friendly Blueprint with curl

In my last post I showed you how to create the developer friendly blueprint in vRealize 7. In this guide we will show how to invoke the REST API to make this request. Before we get into the details it helps to illustrate how each team wants to interact with Continue reading Requesting the VRA Developer Friendly Blueprint with curl

vRealize Automation REST API with Curl

vRealize Autmation exposes a RESTful API to automate common tasks without having to access the GUI. Some common examples of why you would use this are: Request machines as part of a Continus Integratation process Integrate vRA provisioning into your build systems such as Jenkins Drive vRA requests from a Continue reading vRealize Automation REST API with Curl