<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Licenses</title>
    <link>/en/connecting-to/management-api/rest-apis-agent/licenses/</link>
    <description>Recent content in Licenses on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/connecting-to/management-api/rest-apis-agent/licenses/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Connecting-To: POST licenses</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/licenses/post-licenses/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/licenses/post-licenses/</guid>
      <description>
        
        
        &lt;p&gt;Uploads and applies a license file to this cluster.&lt;/p&gt;
&lt;p&gt;You must provide the license file as an HTTP POST form upload, identified by the name &lt;em&gt;license&lt;/em&gt;. For example, you can use cURL:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;curl -k --request POST -H &amp;#34;VerticaApiKey:ValidAPIKey&amp;#34; \
https://v_vmart_node0001:5444/licenses --form &amp;#34;license=@vlicense.dat&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;resource-url&#34;&gt;Resource URL&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://&amp;lt;NODE&amp;gt;:5444/licenses
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;authentication&#34;&gt;Authentication&lt;/h2&gt;
&lt;p&gt;Requires a &lt;a href=&#34;../../../../../en/connecting-to/management-api/rest-apis-agent/verticaapikey/#&#34;&gt;VerticaAPIKey&lt;/a&gt; in the request header.&lt;/p&gt;

&lt;p&gt;The API key must have &lt;strong&gt;admin&lt;/strong&gt; level security.&lt;/p&gt;
&lt;h2 id=&#34;parameters&#34;&gt;Parameters&lt;/h2&gt;
&lt;p&gt;None.&lt;/p&gt;
&lt;h2 id=&#34;example-request&#34;&gt;Example request&lt;/h2&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;td &gt;
&lt;strong&gt;POST&lt;/strong&gt;&lt;/td&gt; 

&lt;td &gt;


&lt;code&gt;https://&amp;lt;NODE&amp;gt;:5444/licenses&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;p&gt;&lt;strong&gt;Response:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There is no HTTP body response for successful uploads. A successful upload returns an HTTP 200/OK header.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Connecting-To: GET licenses</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/licenses/get-licenses/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/licenses/get-licenses/</guid>
      <description>
        
        
        &lt;p&gt;Returns any license files that are used by this cluster when creating databases. License files must reside in &lt;code&gt;/opt/vertica/config/share&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;resource-url&#34;&gt;Resource URL&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://&amp;lt;NODE&amp;gt;:5444/licenses
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;authentication&#34;&gt;Authentication&lt;/h2&gt;
&lt;p&gt;Requires a &lt;a href=&#34;../../../../../en/connecting-to/management-api/rest-apis-agent/verticaapikey/#&#34;&gt;VerticaAPIKey&lt;/a&gt; in the request header.&lt;/p&gt;

&lt;p&gt;The API key must have &lt;strong&gt;restricted&lt;/strong&gt; level security or higher.&lt;/p&gt;
&lt;h2 id=&#34;parameters&#34;&gt;Parameters&lt;/h2&gt;
&lt;p&gt;None.&lt;/p&gt;
&lt;h2 id=&#34;example-request&#34;&gt;Example request&lt;/h2&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;td &gt;
&lt;strong&gt;GET&lt;/strong&gt;&lt;/td&gt; 

&lt;td &gt;


&lt;code&gt;https://&amp;lt;NODE&amp;gt;:5444/licenses&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;p&gt;&lt;strong&gt;Response:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{
    &amp;#34;body&amp;#34;: [
        {
            &amp;#34;comment&amp;#34;: &amp;#34;Vertica license is valid&amp;#34;,
            &amp;#34;end&amp;#34;: &amp;#34;Perpetual&amp;#34;,
            &amp;#34;grace&amp;#34;: &amp;#34;0&amp;#34;,
            &amp;#34;size&amp;#34;: &amp;#34;1TB CE Nodes 3&amp;#34;,
            &amp;#34;start&amp;#34;: &amp;#34;2011-11-22&amp;#34;,
            &amp;#34;status&amp;#34;: true,
            &amp;#34;vendor&amp;#34;: &amp;#34;Vertica&amp;#34;
        }
    ],
    &amp;#34;href&amp;#34;: &amp;#34;/license&amp;#34;,
    &amp;#34;links&amp;#34;: [],
    &amp;#34;mime-type&amp;#34;: &amp;#34;application/vertica.license.json-v2&amp;#34;
}
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
  </channel>
</rss>
