<?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: Is there a way to list all the available REST endpoints via search query ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254216#M76126</link>
    <description>&lt;P&gt;Hi splunker12er,&lt;/P&gt;

&lt;P&gt;there is a list available within Splunk, call this URI &lt;CODE&gt;http[s]://YourSplunkServerHere:[YourSplunkPortHere]/en-GB/paths&lt;/CODE&gt;&lt;BR /&gt;
This will provide you a long list a endpoints, don't nail me down if there is one missing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2016 01:52:37 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2016-03-21T01:52:37Z</dc:date>
    <item>
      <title>Is there a way to list all the available REST endpoints via search query ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254213#M76123</link>
      <description>&lt;P&gt;When I search for :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it lists below endpoints available for server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://127.0.0.1:8089/services/server/control" target="test_blank"&gt;https://127.0.0.1:8089/services/server/control&lt;/A&gt;
&lt;A href="https://127.0.0.1:8089/services/server/info" target="test_blank"&gt;https://127.0.0.1:8089/services/server/info&lt;/A&gt;
&lt;A href="https://127.0.0.1:8089/services/server/introspection" target="test_blank"&gt;https://127.0.0.1:8089/services/server/introspection&lt;/A&gt;
&lt;A href="https://127.0.0.1:8089/services/server/logger" target="test_blank"&gt;https://127.0.0.1:8089/services/server/logger&lt;/A&gt;
&lt;A href="https://127.0.0.1:8089/services/server/roles" target="test_blank"&gt;https://127.0.0.1:8089/services/server/roles&lt;/A&gt;
&lt;A href="https://127.0.0.1:8089/services/server/settings" target="test_blank"&gt;https://127.0.0.1:8089/services/server/settings&lt;/A&gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but , it doesn't list the below : (i manually type "/status" to the search query to get the below endpoints)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://127.0.0.1:8089/services/server/status/dispatch-artifacts" target="test_blank"&gt;https://127.0.0.1:8089/services/server/status/dispatch-artifacts&lt;/A&gt;    
&lt;A href="https://127.0.0.1:8089/services/server/status/fishbucket" target="test_blank"&gt;https://127.0.0.1:8089/services/server/status/fishbucket&lt;/A&gt;
&lt;A href="https://127.0.0.1:8089/services/server/status/limits" target="test_blank"&gt;https://127.0.0.1:8089/services/server/status/limits&lt;/A&gt;    
&lt;A href="https://127.0.0.1:8089/services/server/status/partitions-space" target="test_blank"&gt;https://127.0.0.1:8089/services/server/status/partitions-space&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Neither I see the above endpoints in splunk docs&lt;BR /&gt;
Is there a way that I can list all the available endpoints via splunk search ??&lt;/P&gt;

&lt;P&gt;Version : 6.3.3&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 03:03:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254213#M76123</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2016-03-18T03:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the available REST endpoints via search query ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254214#M76124</link>
      <description>&lt;P&gt;try like :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/server/status| append [| rest /services/server/]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254214#M76124</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2016-03-18T10:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the available REST endpoints via search query ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254215#M76125</link>
      <description>&lt;P&gt;No. I need an answer to list all types of endpoints available in splunk.&lt;/P&gt;

&lt;P&gt;I mean that &lt;CODE&gt;/services/server/&lt;/CODE&gt; - doesn't list &lt;CODE&gt;/status&lt;/CODE&gt; endpoint. &lt;BR /&gt;
when I search explicitly /services/server/status it shows results.&lt;/P&gt;

&lt;P&gt;like this I there may be as many endpoints., Is there a way to list all ?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 01:19:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254215#M76125</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2016-03-21T01:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the available REST endpoints via search query ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254216#M76126</link>
      <description>&lt;P&gt;Hi splunker12er,&lt;/P&gt;

&lt;P&gt;there is a list available within Splunk, call this URI &lt;CODE&gt;http[s]://YourSplunkServerHere:[YourSplunkPortHere]/en-GB/paths&lt;/CODE&gt;&lt;BR /&gt;
This will provide you a long list a endpoints, don't nail me down if there is one missing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 01:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254216#M76126</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-03-21T01:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the available REST endpoints via search query ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254217#M76127</link>
      <description>&lt;P&gt;do we have any internal logs to get server role information using search query but not using rest command?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 06:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-list-all-the-available-REST-endpoints-via/m-p/254217#M76127</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2016-10-04T06:05:59Z</dc:date>
    </item>
  </channel>
</rss>

