<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Webhooks</title>
    <link>/en/connecting-to/management-api/rest-apis-agent/webhooks/</link>
    <description>Recent content in Webhooks on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/connecting-to/management-api/rest-apis-agent/webhooks/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Connecting-To: GET webhooks</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/webhooks/get-webhooks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/webhooks/get-webhooks/</guid>
      <description>
        
        
        &lt;p&gt;Returns a list of active webhooks for 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/webhooks
&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/webhooks&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;host&amp;#34;: &amp;#34;192.168.232.1&amp;#34;,
            &amp;#34;id&amp;#34;: &amp;#34;79c1c8a18be02804b3d2f48ea6462909&amp;#34;,
            &amp;#34;port&amp;#34;: 80,
            &amp;#34;timestamp&amp;#34;: &amp;#34;2014-07-20 22:54:09.829642&amp;#34;,
            &amp;#34;url&amp;#34;: &amp;#34;/gettest.htm&amp;#34;
        },
        {
            &amp;#34;host&amp;#34;: &amp;#34;192.168.232.1&amp;#34;,
            &amp;#34;id&amp;#34;: &amp;#34;9c32cb0f3d2f9a7cb10835f1732fd4a7&amp;#34;,
            &amp;#34;port&amp;#34;: 80,
            &amp;#34;timestamp&amp;#34;: &amp;#34;2014-07-20 22:54:09.829707&amp;#34;,
            &amp;#34;url&amp;#34;: &amp;#34;/getwebhook.php&amp;#34;
        }
    ],
    &amp;#34;href&amp;#34;: &amp;#34;/webhooks&amp;#34;,
    &amp;#34;links&amp;#34;: [
        &amp;#34;/subscribe&amp;#34;,
        &amp;#34;/:subscriber_id&amp;#34;
    ],
    &amp;#34;mime-type&amp;#34;: &amp;#34;application/vertica.webhooks.json-v2&amp;#34;
}
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Connecting-To: POST webhooks/subscribe</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/webhooks/post-webhookssubscribe/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/webhooks/post-webhookssubscribe/</guid>
      <description>
        
        
        &lt;p&gt;Creates a subscription for a webhook.&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/webhooks/subscribe
&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;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;url&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
A URL to an application that accepts JSON messages from this cluster.&lt;/td&gt;&lt;/tr&gt;&lt;/table&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://&lt;NODE&gt;:5444//webhooks/subscribe?url=http%3A%2F%2F&lt;span class=&#34;code-variable&#34;&gt;example.com&lt;/span&gt;%2F&lt;span class=&#34;code-variable&#34;&gt;getwebhook.php&lt;/span&gt;&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;The response is not JSON encoded. The only text response is the ID of the webhook subscription. Additionally, an HTTP 200/OK header indicates success.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;79c1c8a18be02804b3d2f48ea6462909
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Connecting-To: DELETE webhooks/:subscriber_id</title>
      <link>/en/connecting-to/management-api/rest-apis-agent/webhooks/delete-webhookssubscriber-id/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/connecting-to/management-api/rest-apis-agent/webhooks/delete-webhookssubscriber-id/</guid>
      <description>
        
        
        &lt;p&gt;Deletes the webhook identified by &lt;code&gt;:subscriber_id&lt;/code&gt;. The &lt;code&gt;:subscriber_id&lt;/code&gt; is the value of the &lt;em&gt;id&lt;/em&gt; field that the &lt;a href=&#34;../../../../../en/connecting-to/management-api/rest-apis-agent/webhooks/get-webhooks/#&#34;&gt;GET webhooks&lt;/a&gt; command returns.&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/webhooks/:subscriber_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;DELETE&lt;/strong&gt;&lt;/td&gt; 

&lt;td &gt;


&lt;code&gt;https://&amp;lt;NODE&amp;gt;:5444/webhooks/79c1c8a18be02804b3d2f48ea6462909&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 deletes. A successful delete returns an HTTP 200/OK header.&lt;/p&gt;

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