- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-25-2025 08:02 PM
We are currently working on bandwidth monitoring for our SD-WAN using the following API endpoint: /sdwan/monitor/v2.0/api/monitor/network_point_metrics_bw
So far, we have been able to successfully retrieve ingress and egress bandwidth use data using the "BandwidthUsage" metric in the request payload.
08-26-2025 07:00 AM - last edited on 02-26-2026 03:47 AM by kiwi
Do you have the reference to all API calls?
Here is the metrics section:
https://pan.dev/sdwan/api/metrics/
Here is the aggregate bandwidth call:
https://pan.dev/sdwan/api/post-sdwan-monitor-v-2-0-api-monitor-aggregatebandwidth-query/
08-26-2025 07:00 AM - last edited on 02-26-2026 03:47 AM by kiwi
Do you have the reference to all API calls?
Here is the metrics section:
https://pan.dev/sdwan/api/metrics/
Here is the aggregate bandwidth call:
https://pan.dev/sdwan/api/post-sdwan-monitor-v-2-0-api-monitor-aggregatebandwidth-query/
08-26-2025 08:12 AM
Hi Team,
We are currently using the following API to retrieve bandwidth metrics:https://api.sase.paloaltonetworks.com/sdwan/monitor/v2.0/api/monitor/network_point_metrics_bw
We're successfully receiving the bandwidth usage data; however, the response does not include the bandwidth capacityas expected.
Could you please clarify whether the API supports returning bandwidth capacity? If so, are there any specific parameters or configurations required to retrieve it?
02-26-2026 07:24 AM
Try:
https://pan.dev/sdwan/api/get-sdwan-v-2-9-api-sites-site-id-waninterfaces-wan-interface-id/
Key Fields in Response:
link_bw_up: The upstream capacity in Mbps.
link_bw_down: The downstream capacity in Mbps.
bw_config_mode: Indicates if the capacity is set to auto or manual.
If you want capacity prediction:
https://pan.dev/sdwan/api/post-sdwan-monitor-v-2-0-api-monitor-aiops-forecast/
You will probably need a WAN Clarity Reporting license to get predictive data like this.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

