<?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: Programatically monitor the Dynatrace.status.io public status api in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304414#M1711</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/95981"&gt;@cusack_christop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;, another easy option is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ID is embedded in the HTML of &lt;A href="https://dynatrace.status.io/" target="_blank" rel="noopener"&gt;https://dynatrace.status.io/&lt;/A&gt;. To find it:&lt;/P&gt;&lt;P&gt;Open &lt;A href="https://dynatrace.status.io/" target="_blank" rel="noopener"&gt;https://dynatrace.status.io/&lt;/A&gt; in your browser,&amp;nbsp;Right-click → View Page Source&lt;BR /&gt;Search for statuspage_id, status_page_id&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sujit_k_singh_0-1789534480043.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/34261iB2F5A2B106F0B203/image-size/medium?v=v2&amp;amp;px=400" alt="sujit_k_singh_0-1789534480043.png" title="sujit_k_singh_0-1789534480043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.status.io/1.0/status/{YOUR_ID_HERE}" target="_blank" rel="noopener"&gt;https://api.status.io/1.0/status/{YOUR_ID_HERE}&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;This returns JSON with:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Overall status&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Per-component status&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Active incidents&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2026 04:57:02 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2026-09-16T04:57:02Z</dc:date>
    <item>
      <title>Programatically monitor the Dynatrace.status.io public status api</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304400#M1709</link>
      <description>&lt;P&gt;Anyone know the url to get the JSON back for the values in the public Dynatrace Status IO page?&amp;nbsp; Here is the page, rendering in HTML though,&amp;nbsp;&lt;A href="https://dynatrace.status.io/" target="_blank"&gt;https://dynatrace.status.io/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am looking to get the JSON response from what status.io calls its Public Status API&amp;nbsp;&lt;A href="https://kb.status.io/developers/public-status-api/" target="_blank"&gt;https://kb.status.io/developers/public-status-api/&lt;/A&gt;&amp;nbsp;but cannot find the correct path to get the Dynatrace status using this method.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any information,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 14:39:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304400#M1709</guid>
      <dc:creator>cusack_christop</dc:creator>
      <dc:date>2026-09-15T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically monitor the Dynatrace.status.io public status api</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304408#M1710</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/95981"&gt;@cusack_christop&lt;/a&gt;&amp;nbsp; You can try the below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET &lt;A href="https://dynatrace.status.io/1.0/status/" target="_blank"&gt;https://dynatrace.status.io/1.0/status/&lt;/A&gt;&amp;lt;statuspage_id&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -H "Accept: application/json" \
https://dynatrace.status.io/1.0/status/546d8cb6af8407b6730000cb&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2026 00:18:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304408#M1710</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2026-09-16T00:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically monitor the Dynatrace.status.io public status api</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304414#M1711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/95981"&gt;@cusack_christop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;, another easy option is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ID is embedded in the HTML of &lt;A href="https://dynatrace.status.io/" target="_blank" rel="noopener"&gt;https://dynatrace.status.io/&lt;/A&gt;. To find it:&lt;/P&gt;&lt;P&gt;Open &lt;A href="https://dynatrace.status.io/" target="_blank" rel="noopener"&gt;https://dynatrace.status.io/&lt;/A&gt; in your browser,&amp;nbsp;Right-click → View Page Source&lt;BR /&gt;Search for statuspage_id, status_page_id&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sujit_k_singh_0-1789534480043.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/34261iB2F5A2B106F0B203/image-size/medium?v=v2&amp;amp;px=400" alt="sujit_k_singh_0-1789534480043.png" title="sujit_k_singh_0-1789534480043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.status.io/1.0/status/{YOUR_ID_HERE}" target="_blank" rel="noopener"&gt;https://api.status.io/1.0/status/{YOUR_ID_HERE}&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;This returns JSON with:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Overall status&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Per-component status&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Active incidents&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2026 04:57:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Programatically-monitor-the-Dynatrace-status-io-public-status/m-p/304414#M1711</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-09-16T04:57:02Z</dc:date>
    </item>
  </channel>
</rss>

