<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>R Service Bus – REST</title>
    <link>/documentation/api/rest/</link>
    <description>Recent content in REST on R Service Bus</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    
	  <atom:link href="/documentation/api/rest/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Documentation: /admin/catalog</title>
      <link>/documentation/api/rest/rest.admin.catalog/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.admin.catalog/</guid>
      <description>
        
        
        &lt;h1 id=&#34;admincatalog&#34;&gt;/admin/catalog&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/admin/catalog&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported in this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;X-RSB-Application-Name&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;header&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#catalog&#34;&gt;catalog (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /admin/catalog/{catalogName}/{fileName}</title>
      <link>/documentation/api/rest/rest.admin.catalog.catalogname.filename/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.admin.catalog.catalogname.filename/</guid>
      <description>
        
        
        &lt;h1 id=&#34;admincatalogcatalognamefilename&#34;&gt;/admin/catalog/{catalogName}/{fileName}&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/admin/catalog/{catalogName}/{fileName}&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported in this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;li&gt;PUT&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;catalogName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;fileName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;X-RSB-Application-Name&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;header&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;*/*&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;put&#34;&gt;PUT&lt;/h2&gt;
&lt;h3 id=&#34;parameters-1&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;catalogName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;fileName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;X-RSB-Application-Name&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;header&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;input-payload&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;text/plain&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-1&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;*/*&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /admin/system/configuration</title>
      <link>/documentation/api/rest/rest.admin.system.configuration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.admin.system.configuration/</guid>
      <description>
        
        
        &lt;h1 id=&#34;adminsystemconfiguration&#34;&gt;/admin/system/configuration&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/admin/system/configuration&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;li&gt;PUT&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;put&#34;&gt;PUT&lt;/h2&gt;
&lt;h3 id=&#34;input-payload&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-1&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;*/*&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /admin/system/r_packages</title>
      <link>/documentation/api/rest/rest.admin.system.r_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.admin.system.r_packages/</guid>
      <description>
        
        
        &lt;h1 id=&#34;adminsystemr_packages&#34;&gt;/admin/system/r_packages&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/admin/system/r_packages&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;POST&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;post&#34;&gt;POST&lt;/h2&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;rServiPoolUri&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;query&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sha1hexsum&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;query&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;packageName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;query&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;input-payload&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/gzip&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /admin/system/restart</title>
      <link>/documentation/api/rest/rest.admin.system.restart/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.admin.system.restart/</guid>
      <description>
        
        
        &lt;h1 id=&#34;adminsystemrestart&#34;&gt;/admin/system/restart&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/admin/system/restart&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;POST&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;post&#34;&gt;POST&lt;/h2&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;*/*&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /admin/system/rservi_pools</title>
      <link>/documentation/api/rest/rest.admin.system.rservi_pools/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.admin.system.rservi_pools/</guid>
      <description>
        
        
        &lt;h1 id=&#34;adminsystemrservi_pools&#34;&gt;/admin/system/rservi_pools&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/admin/system/rservi_pools&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#rservipools&#34;&gt;rServiPools (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /data</title>
      <link>/documentation/api/rest/rest.data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.data/</guid>
      <description>
        
        
        &lt;h1 id=&#34;data&#34;&gt;/data&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/data&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#directory&#34;&gt;directory (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /data/{rootId}{b64extension}</title>
      <link>/documentation/api/rest/rest.data.rootidb64extension/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.data.rootidb64extension/</guid>
      <description>
        
        
        &lt;h1 id=&#34;datarootidb64extension&#34;&gt;/data/{rootId}{b64extension}&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/data/{rootId}{b64extension }&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;rootId&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;b64extension&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#directory&#34;&gt;directory (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /jobs</title>
      <link>/documentation/api/rest/rest.jobs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.jobs/</guid>
      <description>
        
        
        &lt;h1 id=&#34;jobs&#34;&gt;/jobs&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/jobs&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;POST (JSON payload)&lt;/li&gt;
&lt;li&gt;POST (XML payload)&lt;/li&gt;
&lt;li&gt;POST (ZIP payload)&lt;/li&gt;
&lt;li&gt;POST (multi-part form)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;post-json-payload&#34;&gt;POST (JSON payload)&lt;/h2&gt;
&lt;p&gt;Handles a function call job with a XML payload.&lt;/p&gt;
&lt;h3 id=&#34;input-payload&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;Argument passed to the function called on RServi.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;post-xml-payload&#34;&gt;POST (XML payload)&lt;/h2&gt;
&lt;p&gt;Handles a function call job with a XML payload.&lt;/p&gt;
&lt;h3 id=&#34;input-payload-1&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;Argument passed to the function called on RServi.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-1&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;post-zip-payload&#34;&gt;POST (ZIP payload)&lt;/h2&gt;
&lt;p&gt;Handles a function call job with a ZIP payload.&lt;/p&gt;
&lt;h3 id=&#34;input-payload-2&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/x-zip-compressed&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/x-zip&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/zip&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;Input stream of the ZIP data.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-2&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;post-multi-part-form&#34;&gt;POST (multi-part form)&lt;/h2&gt;
&lt;p&gt;Handles a multi-part form job upload.&lt;/p&gt;
&lt;h3 id=&#34;input-payload-3&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;multipart/form-data&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-3&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /process</title>
      <link>/documentation/api/rest/rest.process/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.process/</guid>
      <description>
        
        
        &lt;h1 id=&#34;process&#34;&gt;/process&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/process&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;POST (JSON payload)&lt;/li&gt;
&lt;li&gt;POST (XML payload)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;post-json-payload&#34;&gt;POST (JSON payload)&lt;/h2&gt;
&lt;p&gt;Handles a function call job with a JSON payload.&lt;/p&gt;
&lt;h3 id=&#34;input-payload&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;Argument passed to the function called on RServi.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;post-xml-payload&#34;&gt;POST (XML payload)&lt;/h2&gt;
&lt;p&gt;Handles a function call job with a XML payload.&lt;/p&gt;
&lt;h3 id=&#34;input-payload-1&#34;&gt;Input Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;consumeable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;Argument passed to the function called on RServi.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-1&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /result/{applicationName}/{resourceName}</title>
      <link>/documentation/api/rest/rest.result.applicationname.resourcename/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.result.applicationname.resourcename/</guid>
      <description>
        
        
        &lt;h1 id=&#34;resultapplicationnameresourcename&#34;&gt;/result/{applicationName}/{resourceName}&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/result/{applicationName}/{resourceName}&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;li&gt;HEAD&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;p&gt;Serves a single result file.&lt;/p&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;applicationName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;resourceName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;h3 id=&#34;output-payload-1&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/octet-stream&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;head&#34;&gt;HEAD&lt;/h2&gt;
&lt;p&gt;Provides HTTP meta-information only for a single result file.&lt;/p&gt;
&lt;h3 id=&#34;parameters-1&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;applicationName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;resourceName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-2&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/octet-stream&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /results/{applicationName}</title>
      <link>/documentation/api/rest/rest.results.applicationname/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.results.applicationname/</guid>
      <description>
        
        
        &lt;h1 id=&#34;resultsapplicationname&#34;&gt;/results/{applicationName}&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/results/{applicationName}&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;applicationName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#results&#34;&gt;results (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /results/{applicationName}/{jobId}</title>
      <link>/documentation/api/rest/rest.results.applicationname.jobid/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.results.applicationname.jobid/</guid>
      <description>
        
        
        &lt;h1 id=&#34;resultsapplicationnamejobid&#34;&gt;/results/{applicationName}/{jobId}&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/results/{applicationName}/{jobId}&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;li&gt;DELETE&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;applicationName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;jobId&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#result&#34;&gt;result (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;delete&#34;&gt;DELETE&lt;/h2&gt;
&lt;h3 id=&#34;parameters-1&#34;&gt;Parameters&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;type&lt;/th&gt;
&lt;th&gt;default&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;applicationName&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;jobId&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;td&gt;path&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-payload-1&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /system/health/check</title>
      <link>/documentation/api/rest/rest.system.health.check/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.system.health.check/</guid>
      <description>
        
        
        &lt;h1 id=&#34;systemhealthcheck&#34;&gt;/system/health/check&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/system/health/check&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;h3 id=&#34;output-payload&#34;&gt;Output Payload&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;(custom)&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;text/plain&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: /system/info</title>
      <link>/documentation/api/rest/rest.system.info/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/documentation/api/rest/rest.system.info/</guid>
      <description>
        
        
        &lt;h1 id=&#34;systeminfo&#34;&gt;/system/info&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Mount Point: &lt;code&gt;/rest/system/info&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following operations are supported on this resource:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GET&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;get&#34;&gt;GET&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;element&lt;/th&gt;
&lt;th&gt;produceable content type(s)&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;../../rest-data#nodeinformation&#34;&gt;nodeInformation (XML)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+json&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;application/vnd.rsb+xml&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
&lt;td&gt;(no documentation provided)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
  </channel>
</rss>
