<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Rest on The IT Hollow</title>
    <link>https://theithollow.com/tags/rest/</link>
    <description>Recent content in Rest on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 10 Sep 2015 14:07:51 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/tags/rest/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Get Rubrik VM through vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/09/10/get-rubrik-vm-through-vrealize-orchestrator/</link>
      <pubDate>Thu, 10 Sep 2015 14:07:51 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/10/get-rubrik-vm-through-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;Part four of this series will show you how to lookup a VM in the &lt;a href=&#34;http://rubrik.com&#34;&gt;Rubrik&lt;/a&gt; Hybrid Cloud appliance through the REST API by using vRealize Orchestrator. If you&amp;rsquo;d rather just download the plugin and get using it, check out the link to &lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Github&lt;/a&gt; to get the plugin and don&amp;rsquo;t forget to check out &lt;a href=&#34;http://twitter.com/vnickc&#34;&gt;Nick Colyer&amp;rsquo;s&lt;/a&gt; post over at &lt;a href=&#34;http://systemsgame.com&#34;&gt;systemsgame.com&lt;/a&gt; about how to use it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Download the Plugin from Github&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: The first version of this code has been refactored and migrated to Github in Rubrik&amp;rsquo;s Repository since the time of this initial writing&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rubrik API Logins through vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/09/08/rubrik-api-logins-through-vrealize-orchestrator/</link>
      <pubDate>Tue, 08 Sep 2015 14:00:17 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/08/rubrik-api-logins-through-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;Part three of this series focuses on how &lt;a href=&#34;http://twitter.com/vnickc&#34;&gt;Nick Colyer&lt;/a&gt; and I built the authentication piece of the plugin so that we could then pass commands to the &lt;a href=&#34;http://rubrik.com&#34;&gt;Rubrik&lt;/a&gt; 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 &amp;ldquo;POST&amp;rdquo; on the login resource to get ourselves an authentication token.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/rubrikinc/vRO-Workflow&#34;&gt;Download the Plugin from Github&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: The first version of this code has been refactored and migrated to Github in Rubrik&amp;rsquo;s Repository since the time of this initial writing&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Orchestrator REST Hosts and Operations for Rubrik</title>
      <link>https://theithollow.com/2015/08/27/vrealize-orchestrator-rest-hosts-and-operations-for-rubrik/</link>
      <pubDate>Thu, 27 Aug 2015 14:30:30 +0000</pubDate>
      <guid>https://theithollow.com/2015/08/27/vrealize-orchestrator-rest-hosts-and-operations-for-rubrik/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;https://theithollow.com/2015/08/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api/&#34;&gt;part one of this series&lt;/a&gt;, we went over some basics about what REST is and the methods involved in it. In this post, we&amp;rsquo;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&amp;rsquo;re adding the &lt;a href=&#34;http://rubrik.com&#34;&gt;Rubrik&lt;/a&gt; Hybrid Cloud Appliance as our REST host.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with vRealize Orchestrator and Rubrik&#39;s REST API</title>
      <link>https://theithollow.com/2015/08/25/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api-2/</link>
      <pubDate>Tue, 25 Aug 2015 14:00:02 +0000</pubDate>
      <guid>https://theithollow.com/2015/08/25/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api-2/</guid>
      <description>&lt;p&gt;What&amp;rsquo;s this REST thing everyone keeps talking about?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Oh, don&amp;rsquo;t worry, we have a REST API.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s just a simple REST call.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;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 &amp;ldquo;Ahead&amp;rdquo; as a consultant and they recently got a Rubrik Hybrid Cloud Appliance in their lab but my colleague &lt;a href=&#34;http://twiter.com/vnickc&#34;&gt;Nick Colyer&lt;/a&gt; and I noticed that they didn&amp;rsquo;t have any vRealize Orchestrator Plugins for it. We decided to build these on our own, with the help of &lt;a href=&#34;http://twitter.com/chriswahl&#34;&gt;Chris Wahl&lt;/a&gt; and publish them for the community to use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with vRealize Orchestrator and Rubrik&#39;s REST API</title>
      <link>https://theithollow.com/2015/08/25/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api/</link>
      <pubDate>Tue, 25 Aug 2015 14:00:02 +0000</pubDate>
      <guid>https://theithollow.com/2015/08/25/getting-started-with-vrealize-orchestrator-and-rubriks-rest-api/</guid>
      <description>&lt;p&gt;What&amp;rsquo;s this REST thing everyone keeps talking about?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Oh, don&amp;rsquo;t worry, we have a REST API.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s just a simple REST call.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;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 &amp;ldquo;Ahead&amp;rdquo; as a consultant and they recently got a Rubrik Hybrid Cloud Appliance in their lab but my colleague &lt;a href=&#34;http://twiter.com/vnickc&#34;&gt;Nick Colyer&lt;/a&gt; and I noticed that they didn&amp;rsquo;t have any vRealize Orchestrator Plugins for it. We decided to build these on our own, with the help of &lt;a href=&#34;http://twitter.com/chriswahl&#34;&gt;Chris Wahl&lt;/a&gt; and publish them for the community to use.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
