<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Nodes</title>
    <link>/en/connecting-to/management-api/rest-apis-agent/nodes/</link>
    <description>Recent content in Nodes on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/connecting-to/management-api/rest-apis-agent/nodes/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Connecting-To: GET nodes</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/nodes/get-nodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/nodes/get-nodes/</guid>
      <description>
        
        
        &lt;p&gt;Returns a list of nodes associated with this cluster.&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/nodes
&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/nodes&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;node0001&amp;#34;,
        &amp;#34;node0002&amp;#34;,
        &amp;#34;node0003&amp;#34;,
        &amp;#34;v_testdb_node0001&amp;#34;,
        &amp;#34;v_testdb_node0002&amp;#34;,
        &amp;#34;v_testdb_node0003&amp;#34;,
        &amp;#34;v_vmart_node0001&amp;#34;,
        &amp;#34;v_vmart_node0002&amp;#34;,
        &amp;#34;v_vmart_node0003&amp;#34;
    ],
    &amp;#34;href&amp;#34;: &amp;#34;/nodes&amp;#34;,
    &amp;#34;links&amp;#34;: [
        &amp;#34;/:nodeid&amp;#34;
    ],
    &amp;#34;mime-type&amp;#34;: &amp;#34;application/vertica.nodes.json-v2&amp;#34;
}
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Connecting-To: GET nodes/:nodeid</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/nodes/get-nodesnodeid/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/nodes/get-nodesnodeid/</guid>
      <description>
        
        
        &lt;p&gt;Returns details about the node identified by &lt;code&gt;:node_id&lt;/code&gt;. You can find the &lt;code&gt;:node_id&lt;/code&gt; for each node using &lt;a href=&#34;../../../../../en/connecting-to/management-api/rest-apis-agent/nodes/get-nodes/#&#34;&gt;GET nodes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the body field, the following information is detailed in comma-separated format:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Node Name&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Host Address&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog Directory&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Data Directory&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&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/nodes/:node_id
&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/nodes/v_vmart_node0001&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;v_vmart_node0001&amp;#34;,
        &amp;#34;10.20.100.247,/home/dbadmin,/home/dbadmin&amp;#34;
    ],
    &amp;#34;href&amp;#34;: &amp;#34;/nodes/v_vmart_node0001&amp;#34;,
    &amp;#34;links&amp;#34;: [],
    &amp;#34;mime-type&amp;#34;: &amp;#34;application/vertica.node.json-v2&amp;#34;
}
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
  </channel>
</rss>
