<?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: Splunk Rest API call in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128619#M26394</link>
    <description>&lt;P&gt;Hi - Have you seen the saved search REST API docs?  &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Fdispatch"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Fdispatch&lt;/A&gt;  &lt;/P&gt;

&lt;P&gt;We also have examples in our SDKs. &lt;/P&gt;

&lt;P&gt;Java:  &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEKY#runsavedargs"&gt;http://dev.splunk.com/view/java-sdk/SP-CAAAEKY#runsavedargs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
C#:  &lt;A href="http://dev.splunk.com/view/csharp-sdk/SP-CAAAEQF#runsavedargs"&gt;http://dev.splunk.com/view/csharp-sdk/SP-CAAAEQF#runsavedargs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2013 03:33:03 GMT</pubDate>
    <dc:creator>psanford_splunk</dc:creator>
    <dc:date>2013-11-05T03:33:03Z</dc:date>
    <item>
      <title>Splunk Rest API call</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128618#M26393</link>
      <description>&lt;P&gt;We need to have a rest service to our saved searches, where we can pass the start time and end time and the name of the search and it can trigger the the search. and it should send an email too..will this be possible?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 00:21:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128618#M26393</guid>
      <dc:creator>sibanandapani</dc:creator>
      <dc:date>2013-11-05T00:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest API call</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128619#M26394</link>
      <description>&lt;P&gt;Hi - Have you seen the saved search REST API docs?  &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Fdispatch"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Fdispatch&lt;/A&gt;  &lt;/P&gt;

&lt;P&gt;We also have examples in our SDKs. &lt;/P&gt;

&lt;P&gt;Java:  &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEKY#runsavedargs"&gt;http://dev.splunk.com/view/java-sdk/SP-CAAAEKY#runsavedargs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
C#:  &lt;A href="http://dev.splunk.com/view/csharp-sdk/SP-CAAAEQF#runsavedargs"&gt;http://dev.splunk.com/view/csharp-sdk/SP-CAAAEQF#runsavedargs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 03:33:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128619#M26394</guid>
      <dc:creator>psanford_splunk</dc:creator>
      <dc:date>2013-11-05T03:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest API call</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128620#M26395</link>
      <description>&lt;P&gt;The mentioned doc explains how to create/update/delete "saved search". But seems like that API does not allow to enable/disable action.email and enable/disable a schedule of that search. Am I missing something or I have to go to Web UI and check the checkboxes in order to enable/disable those options ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 22:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128620#M26395</guid>
      <dc:creator>mhorbul</dc:creator>
      <dc:date>2014-02-05T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest API call</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128621#M26396</link>
      <description>&lt;P&gt;For scheduling: Check out these links:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Freschedule"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Freschedule&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Fscheduled_times"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Fscheduled_times&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Check the scheduled_times attribute for a list of epoch times.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2014 00:44:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128621#M26396</guid>
      <dc:creator>psanford_splunk</dc:creator>
      <dc:date>2014-02-06T00:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest API call</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128622#M26397</link>
      <description>&lt;P&gt;I am not talking about rescheduling but about enabling "Schedule Alert" feature&lt;/P&gt;

&lt;P&gt;&lt;A href="http://goo.gl/n9OKfu"&gt;http://goo.gl/n9OKfu&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and also "Enable Email" checkbox inside&lt;/P&gt;

&lt;P&gt;&lt;A href="http://goo.gl/7dTI3x"&gt;http://goo.gl/7dTI3x&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2014 01:40:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Rest-API-call/m-p/128622#M26397</guid>
      <dc:creator>mhorbul</dc:creator>
      <dc:date>2014-02-06T01:40:40Z</dc:date>
    </item>
  </channel>
</rss>

