Get Rubrik VM through vRealize Orchestrator

Part four of this series will show you how to lookup a VM in the Rubrik Hybrid Cloud appliance through the REST API by using vRealize Orchestrator. If you’d rather just download the plugin and get using it, check out the link to Github to get the plugin and don’t forget to check out Nick Colyer’s post over at systemsgame.com about how to use it. Download the Plugin from Github NOTE: The first version of this code has been refactored and migrated to Github in Rubrik’s Repository since the time of this initial writing ...

September 10, 2015 · 4 min · eshanks

Rubrik API Logins through vRealize Orchestrator

Part three of this series focuses on how Nick Colyer and I built the authentication piece of the plugin so that we could then pass commands to the Rubrik appliance. An API requires a login just like any other portal would. Since this is a a REST API, we actually need to do a “POST” on the login resource to get ourselves an authentication token. Download the Plugin from Github NOTE: The first version of this code has been refactored and migrated to Github in Rubrik’s Repository since the time of this initial writing ...

September 8, 2015 · 6 min · eshanks

vRealize Orchestrator REST Hosts and Operations for Rubrik

In part one of this series, we went over some basics about what REST is and the methods involved in it. In this post, we’ll add a REST host and show you how to add some REST Operations. To begin, we need to add a REST host. In plain terms, this is simply a host that will be accepting an API call. In this case, we’re adding the Rubrik Hybrid Cloud Appliance as our REST host. ...

August 27, 2015 · 5 min · eshanks

Getting Started with vRealize Orchestrator and Rubrik's REST API

What’s this REST thing everyone keeps talking about? “Oh, don’t worry, we have a REST API.” or “It’s just a simple REST call.” At one point I was hearing these phrases and would get very frustrated. If REST is so commonplace or so simple to use, then why did I not know how to do it? If this sounds like you, then keep reading. I work for a company called “Ahead” as a consultant and they recently got a Rubrik Hybrid Cloud Appliance in their lab but my colleague Nick Colyer and I noticed that they didn’t have any vRealize Orchestrator Plugins for it. We decided to build these on our own, with the help of Chris Wahl and publish them for the community to use. ...

August 25, 2015 · 4 min · eshanks

Getting Started with vRealize Orchestrator and Rubrik's REST API

What’s this REST thing everyone keeps talking about? “Oh, don’t worry, we have a REST API.” or “It’s just a simple REST call.” At one point I was hearing these phrases and would get very frustrated. If REST is so commonplace or so simple to use, then why did I not know how to do it? If this sounds like you, then keep reading. I work for a company called “Ahead” as a consultant and they recently got a Rubrik Hybrid Cloud Appliance in their lab but my colleague Nick Colyer and I noticed that they didn’t have any vRealize Orchestrator Plugins for it. We decided to build these on our own, with the help of Chris Wahl and publish them for the community to use. ...

August 25, 2015 · 4 min · eshanks