Executing Day 2 Actions with the vRA 7 REST API

In this guide I will show you how to use the vRA 7 REST API to perform day 2 actions on a VM. This is common for users or developers that want to programmatically control the VM’s provisioned from vRealize Continue reading Executing Day 2 Actions with the vRA 7 REST API

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 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 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 Continue reading vRealize Automation REST API with Curl