<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sending  HTTP DELETE request using splunk's 'rest' command in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178031#M35698</link>
    <description>&lt;P&gt;Splunk REST will return xml in ODATA format...&lt;BR /&gt;
For example, &lt;A href="https://localhost:8089/servicesNS/-/search/saved/searches"&gt;https://localhost:8089/servicesNS/-/search/saved/searches&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This search will return list of saved searches..&lt;BR /&gt;
One  **** tag for each saved searches&lt;BR /&gt;
Each entry tag contains child tags **** (More than one) , these tag contains URLs related to that particular saved search and the relation is defined by the attribute "&lt;STRONG&gt;rel"&lt;/STRONG&gt;.. &lt;BR /&gt;
Pick the one with "rel" as "remove" and send a ajax request with &lt;STRONG&gt;http_method DELETE&lt;/STRONG&gt; or use any REST Clients (Post Man REST client plugin for chrome).. you can remove it&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 12:10:51 GMT</pubDate>
    <dc:creator>paramagurukarth</dc:creator>
    <dc:date>2016-05-03T12:10:51Z</dc:date>
    <item>
      <title>Sending  HTTP DELETE request using splunk's 'rest' command</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178027#M35694</link>
      <description>&lt;P&gt;Please let me know if there any way to send a HTTP request to splunk REST end point using splunk's &lt;EM&gt;rest&lt;/EM&gt; (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/SearchReference/Rest"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/SearchReference/Rest&lt;/A&gt;) command with  &lt;STRONG&gt;HTTP DELETE&lt;/STRONG&gt; method&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 07:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178027#M35694</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2015-03-17T07:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  HTTP DELETE request using splunk's 'rest' command</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178028#M35695</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
If I've understood what you need, I will like to let You know that you can set this stanza &lt;CODE&gt;[:]&lt;/CODE&gt; in the &lt;CODE&gt;restmap.conf.spec&lt;/CODE&gt;  file.  Applicable to all REST stanzas&lt;BR /&gt;
 Stanza definitions below may supply additional information for these.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   [&amp;lt;rest endpoint name&amp;gt;:&amp;lt;endpoint description string&amp;gt;]
 * match=&amp;lt;path&amp;gt; to  Specify the URI that calls the handler.
 * capability.&amp;lt;post|delete|get|put&amp;gt;=&amp;lt;capabilityName&amp;gt;
 * Depending on the HTTP method, check capabilitieson the authenticated session user.
 * If you use 'capability.post|delete|get|put,' then the associated
   method is checked
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;` &lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178028#M35695</guid>
      <dc:creator>Patient</dc:creator>
      <dc:date>2015-03-17T09:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  HTTP DELETE request using splunk's 'rest' command</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178029#M35696</link>
      <description>&lt;P&gt;I downvoted this post because not related to the question&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 09:51:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178029#M35696</guid>
      <dc:creator>gwobben</dc:creator>
      <dc:date>2016-05-03T09:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  HTTP DELETE request using splunk's 'rest' command</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178030#M35697</link>
      <description>&lt;P&gt;The  &lt;CODE&gt;rest&lt;/CODE&gt; command in Splunk can only do GET requests&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 09:52:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178030#M35697</guid>
      <dc:creator>gwobben</dc:creator>
      <dc:date>2016-05-03T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sending  HTTP DELETE request using splunk's 'rest' command</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178031#M35698</link>
      <description>&lt;P&gt;Splunk REST will return xml in ODATA format...&lt;BR /&gt;
For example, &lt;A href="https://localhost:8089/servicesNS/-/search/saved/searches"&gt;https://localhost:8089/servicesNS/-/search/saved/searches&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This search will return list of saved searches..&lt;BR /&gt;
One  **** tag for each saved searches&lt;BR /&gt;
Each entry tag contains child tags **** (More than one) , these tag contains URLs related to that particular saved search and the relation is defined by the attribute "&lt;STRONG&gt;rel"&lt;/STRONG&gt;.. &lt;BR /&gt;
Pick the one with "rel" as "remove" and send a ajax request with &lt;STRONG&gt;http_method DELETE&lt;/STRONG&gt; or use any REST Clients (Post Man REST client plugin for chrome).. you can remove it&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 12:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-HTTP-DELETE-request-using-splunk-s-rest-command/m-p/178031#M35698</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2016-05-03T12:10:51Z</dc:date>
    </item>
  </channel>
</rss>

