<?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: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric in Prisma SD-WAN Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1236719#M307</link>
    <description>&lt;P&gt;There's no bulk API as far as I know, your script has to basically go over each site and circuit and aggregate as needed.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Aug 2025 13:57:24 GMT</pubDate>
    <dc:creator>VladFSousa</dc:creator>
    <dc:date>2025-08-26T13:57:24Z</dc:date>
    <item>
      <title>API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1235108#M294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fetching few metrics from API but I don't see separate APIEnd point for&amp;nbsp; Circuit health metric and Circuit Bandwidth Capacity metric.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help here ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at present able to fetch same data with API :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics" target="_blank"&gt;https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics&lt;/A&gt;&amp;nbsp;and appropriate Payload&amp;nbsp;&lt;BR /&gt;Also payload for&amp;nbsp;Circuit Bandwidth Capacity metric is different for each site and circuit path.&lt;/P&gt;
&lt;P&gt;Thus are there any separate and Bulk API to fetch there 2 metrics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 08:01:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1235108#M294</guid>
      <dc:creator>Renuka.Rudrappa</dc:creator>
      <dc:date>2025-07-31T08:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1235280#M297</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;there's are quite a few different metric endpoints you can find under:&lt;BR /&gt;&amp;nbsp;&lt;A href="https://pan.dev/sdwan/api/metrics/" target="_blank"&gt;https://pan.dev/sdwan/api/metrics/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;the one you mention is used to make multiple query types depending on the payload, examples:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;{"start_time":"2025-08-04T02:21:00.000Z","end_time":"2025-08-04T05:26:00.000Z","interval":"5min","metrics":[{"name":"BandwidthUsage","statistics":["average"],"unit":"Mbps"}],"view":{"individual":"direction"},"filter":{"site":["your_site_id"],"waninterface":["your_path_id"],"path":[]}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmPacketLoss","statistics":["average"],"unit":"Percentage"},{"name":"LqmPacketLossThreshold","statistics":["average"],"unit":"Percentage"},{"name":"LqmJitter","statistics":["average"],"unit":"milliseconds"},{"name":"LqmJitterThreshold","statistics":["average"],"unit":"milliseconds"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"],"direction":"Ingress"}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmPacketLoss","statistics":["average"],"unit":"Percentage"},{"name":"LqmPacketLossThreshold","statistics":["average"],"unit":"Percentage"},{"name":"LqmJitter","statistics":["average"],"unit":"milliseconds"},{"name":"LqmJitterThreshold","statistics":["average"],"unit":"milliseconds"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"],"direction":"Egress"}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmPacketLoss","statistics":["average"],"unit":"Percentage"},{"name":"LqmJitter","statistics":["average"],"unit":"milliseconds"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"],"direction":"Ingress"}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmPacketLoss","statistics":["average"],"unit":"Percentage"},{"name":"LqmJitter","statistics":["average"],"unit":"milliseconds"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"],"direction":"Egress"}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmMos","statistics":["average"],"unit":"count"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"],"direction":"Ingress"}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmMos","statistics":["average"],"unit":"count"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"],"direction":"Egress"}}
{"start_time":"2025-08-04T04:22:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"LqmLatency","statistics":["average"],"unit":"milliseconds"},{"name":"LqmLatencyThreshold","statistics":["average"],"unit":"milliseconds"}],"view":{},"filter":{"site":["your_site_id"],"path":["your_path_id"]}}
{"start_time":"2025-08-04T04:26:00.000Z","end_time":"2025-08-04T05:21:00.000Z","interval":"1min","metrics":[{"name":"Healthscore","statistics":["max"],"unit":"gauge"}],"filter":{"site":["your_site_id"],"waninterface":["your_path_id"],"anynet_link":["your_path_id"]}}
 &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 05:49:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1235280#M297</guid>
      <dc:creator>VladFSousa</dc:creator>
      <dc:date>2025-08-04T05:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1235339#M299</link>
      <description>&lt;P&gt;Thanks . In your reply are the payloads for different statistics .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wanted to know about Bandwidth Capacity.&lt;/P&gt;
&lt;P&gt;have payload&amp;nbsp; but its per site and per circuit basis . So is there any bulk API per site for&amp;nbsp;Bandwidth Capacity?&lt;/P&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/723058927"&gt;@Renuka.Rudrappa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fetching few metrics from API but I don't see separate APIEnd point for&amp;nbsp; Circuit health metric and Circuit Bandwidth Capacity metric.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help here ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at present able to fetch same data with API :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics" target="_blank" rel="noopener"&gt;https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics&lt;/A&gt;&amp;nbsp;and appropriate Payload&amp;nbsp;&lt;BR /&gt;Also payload for&amp;nbsp;Circuit Bandwidth Capacity metric is different for each site and circuit path.&lt;/P&gt;
&lt;P&gt;Thus are there any separate and Bulk API to fetch there 2 metrics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fetching few metrics from API but I don't see separate APIEnd point for&amp;nbsp; Circuit health metric and Circuit Bandwidth Capacity metric.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help here ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at present able to fetch same data with API :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics" target="_blank" rel="noopener"&gt;https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics&lt;/A&gt;&amp;nbsp;and appropriate Payload&amp;nbsp;&lt;BR /&gt;Also payload for&amp;nbsp;Circuit Bandwidth Capacity metric is different for each site and circuit path.&lt;/P&gt;
&lt;P&gt;Thus are there any separate and Bulk API to fetch there 2 metrics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 08:55:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1235339#M299</guid>
      <dc:creator>Renuka.Rudrappa</dc:creator>
      <dc:date>2025-08-04T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1236719#M307</link>
      <description>&lt;P&gt;There's no bulk API as far as I know, your script has to basically go over each site and circuit and aggregate as needed.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 13:57:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1236719#M307</guid>
      <dc:creator>VladFSousa</dc:creator>
      <dc:date>2025-08-26T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239049#M317</link>
      <description>&lt;P&gt;HI Renuka,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to API and trying to get the monitoring for SDWAN ION devices but i am not able to get the data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help me with correct API URLs or some sample to get the metrics&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the&amp;nbsp;&lt;A href="https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; but getting 404&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;API_URL&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;A href="https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/metrics" target="_blank"&gt;https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/metrics&lt;/A&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;payload&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"metrics"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;SPAN&gt;"agg_bw_usage"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"site_ids"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;SPAN&gt;"site_ID"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"duration"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"last_24_hours"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Authorization"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"Bearer &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;access_token&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Content-Type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"application/json"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;response&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;requests&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;post&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;API_URL&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;json&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;payload&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;response&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;status_code&lt;/SPAN&gt; &lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;200&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;json&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;dumps&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;response&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;json&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;indent&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"Error &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;response&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;status_code&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;response&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 02:04:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239049#M317</guid>
      <dc:creator>T.Jain081923</dc:creator>
      <dc:date>2025-09-30T02:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239085#M319</link>
      <description>&lt;P&gt;You will get a time series reply..but here you go...&amp;nbsp;&lt;A href="https://github.com/vladracs/prismasase/blob/main/scm_sdwan_sitebw_metrics.py" target="_blank"&gt;https://github.com/vladracs/prismasase/blob/main/scm_sdwan_sitebw_metrics.py&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 07:51:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239085#M319</guid>
      <dc:creator>VladFSousa</dc:creator>
      <dc:date>2025-09-30T07:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239138#M320</link>
      <description>&lt;P&gt;Thanks Vlad&lt;BR /&gt;I was earlier using same API URL -&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;METRICS_EP&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"/sdwan/monitor/v2.6/api/monitor/metrics" but was not getting appropriate output&lt;BR /&gt;While using the given script also I am getting same result&lt;BR /&gt;&lt;STRONG&gt;HTTP error: 404 Client Error: Not Found for url: &lt;A href="https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics" target="_blank"&gt;https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.6/api/monitor/metrics&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;My region is townsend, i did update the region but same output, any idea if palo have changed the URL or something?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Tushar&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Oct 2025 00:47:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239138#M320</guid>
      <dc:creator>T.Jain081923</dc:creator>
      <dc:date>2025-10-01T00:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for Circuit health metric and Circuit Bandwidth Capacity metric</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239159#M321</link>
      <description>&lt;P&gt;Hi Tushar,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;404 could come from an issue on the payload itself and not only the API endpoint.&lt;BR /&gt;&lt;BR /&gt;I just used this one against one of the tenants I have access too...&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;vfranca@M API_SCRIPTS % date&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Wed Oct&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;1 07:31:42 CEST 2025&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;vfranca@M API_SCRIPTS % python3 scm_sdwan_bw_metrics.py --site BERLIN | more&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Profile: xxx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;"_status_code": 200,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;"metrics": [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"series": [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"data": [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"statistics": "average",&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"datapoints": [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"value": 8.32e-05,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"time": "2025-10-01T02:30:00.000Z"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;},&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;did you use the script above 1:1?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 05:34:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-sd-wan-discussions/api-endpoint-for-circuit-health-metric-and-circuit-bandwidth/m-p/1239159#M321</guid>
      <dc:creator>VladFSousa</dc:creator>
      <dc:date>2025-10-01T05:34:05Z</dc:date>
    </item>
  </channel>
</rss>

