<?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 REST API for returning a dashboard's share URL? in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/741266#M11807</link>
    <description>&lt;P&gt;Hi, you can actually get the URL Pieces via the API.&lt;/P&gt;&lt;P&gt;When you share a dashboard, you create a securitytoken, which you can get using the standard Dashboard API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;API:&amp;nbsp;&lt;A href="https://&amp;lt;Controller" target="_blank"&gt;https://&amp;lt;Controller&lt;/A&gt;&amp;nbsp;FQDN&amp;gt;/controller/restui/dashboards/getDashboard/&amp;lt;Dashboard ID&amp;gt;&lt;/P&gt;&lt;P&gt;The response will contain a securitytoken if it has been shared.&lt;/P&gt;&lt;P&gt;All you then do is build the shared URL with that token&lt;/P&gt;&lt;P&gt;https://&lt;A href="https://&amp;lt;Controller" target="_blank"&gt;&amp;lt;Controller&lt;/A&gt;&amp;nbsp;FQDN&amp;gt;/controller/dashboards.jsp?desktopView=false#/location=DASHBOARD_VIEWER&amp;amp;token=&amp;lt;securitytoken&amp;gt;&amp;amp;timeRange=last_1_hour.BEFORE_NOW.-1.-1.60&lt;/P&gt;&lt;P&gt;Adjust time range to whatever you need for your dashboard as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this doesn't work for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 07:38:41 GMT</pubDate>
    <dc:creator>Morelz</dc:creator>
    <dc:date>2025-03-10T07:38:41Z</dc:date>
    <item>
      <title>Is there a REST API for returning a dashboard's share URL?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/732733#M8112</link>
      <description>&lt;P&gt;I am running AppDynamics OnPrem 24.4.2. I am able to import custom dashboards on the fly but unable to export the dashboard share URL once it is created and shared manually in the console.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was assuming that the configuration would be part of the exported json file from a dashboard that had already been shared and was working, but I do not see it anywhere.&lt;/P&gt;&lt;P&gt;Is there an API to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Share a dashboard programmatically&lt;/LI&gt;&lt;LI&gt;Export/GET the URL once it has been shared.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 24 Feb 2025 19:37:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/732733#M8112</guid>
      <dc:creator>Daryl_Mercadel</dc:creator>
      <dc:date>2025-02-24T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for returning a dashboard's share URL?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/732734#M8113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/173114"&gt;@Daryl.Mercadel&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for asking your question on the Community. Here are some APIs you can look into:&amp;nbsp;&lt;A href="https://docs.appdynamics.com/appd/onprem/24.x/latest/en/extend-appdynamics/splunk-appdynamics-apis" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/onprem/24.x/latest/en/extend-appdynamics/splunk-appdynamics-apis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 17:42:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/732734#M8113</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2025-02-25T17:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for returning a dashboard's share URL?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/732735#M8114</link>
      <description>&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;Thank you for the quick reply. It looks like there is no way, via an API, to pull the Dashboard's share URL. I am pursuing a possible solution with an SQL query to the appD database and see what that can provide.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 15:25:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/732735#M8114</guid>
      <dc:creator>Daryl_Mercadel</dc:creator>
      <dc:date>2025-02-27T15:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for returning a dashboard's share URL?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/740904#M11804</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255507"&gt;@dardar&lt;/a&gt;&amp;nbsp;, its complicated. in essence yes there is an API, as everything that you can see in the controller UI has a restui API behind it. However while restui APIs are used (eg Dexter uses them, my rapport app uses them) they are not documented and subject to change.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 10:04:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/740904#M11804</guid>
      <dc:creator>open768</dc:creator>
      <dc:date>2025-03-05T10:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for returning a dashboard's share URL?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/741266#M11807</link>
      <description>&lt;P&gt;Hi, you can actually get the URL Pieces via the API.&lt;/P&gt;&lt;P&gt;When you share a dashboard, you create a securitytoken, which you can get using the standard Dashboard API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;API:&amp;nbsp;&lt;A href="https://&amp;lt;Controller" target="_blank"&gt;https://&amp;lt;Controller&lt;/A&gt;&amp;nbsp;FQDN&amp;gt;/controller/restui/dashboards/getDashboard/&amp;lt;Dashboard ID&amp;gt;&lt;/P&gt;&lt;P&gt;The response will contain a securitytoken if it has been shared.&lt;/P&gt;&lt;P&gt;All you then do is build the shared URL with that token&lt;/P&gt;&lt;P&gt;https://&lt;A href="https://&amp;lt;Controller" target="_blank"&gt;&amp;lt;Controller&lt;/A&gt;&amp;nbsp;FQDN&amp;gt;/controller/dashboards.jsp?desktopView=false#/location=DASHBOARD_VIEWER&amp;amp;token=&amp;lt;securitytoken&amp;gt;&amp;amp;timeRange=last_1_hour.BEFORE_NOW.-1.-1.60&lt;/P&gt;&lt;P&gt;Adjust time range to whatever you need for your dashboard as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this doesn't work for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 07:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-there-a-REST-API-for-returning-a-dashboard-s-share-URL/m-p/741266#M11807</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2025-03-10T07:38:41Z</dc:date>
    </item>
  </channel>
</rss>

