NGFW-ENGINEER · Question #117
An automation engineer is developing a Python script to standardize SD-WAN deployments across multiple customer tenants in Panorama. A key requirement is to programmatically create path quality…
The correct answer is C. POST request to the SDWanPathQualityProfiles object endpoint via the REST API on Panorama. Path quality profiles for SD-WAN are created and managed centrally in Panorama using the REST API, and the SDWanPathQualityProfiles object endpoint is specifically designed to programmatically define latency, jitter, and packet-loss thresholds for SD-WAN monitoring across…
Question
An automation engineer is developing a Python script to standardize SD-WAN deployments across multiple customer tenants in Panorama. A key requirement is to programmatically create path quality profiles to monitor link performance based on latency, jitter, and packet loss. Which API call is required for this task?
Options
- AXML API command with an xpath of config/devices/entry/vsys/entry/path-quality-profiles on
- BXML API command with an xpath of sdwan/path-quality-profiles on a managed firewall
- CPOST request to the SDWanPathQualityProfiles object endpoint via the REST API on Panorama
- DPOST request to the pathMonitoringProfiles object endpoint via the REST API on a managed
How the community answered
(25 responses)- A4% (1)
- B16% (4)
- C76% (19)
- D4% (1)
Explanation
Path quality profiles for SD-WAN are created and managed centrally in Panorama using the REST API, and the SDWanPathQualityProfiles object endpoint is specifically designed to programmatically define latency, jitter, and packet-loss thresholds for SD-WAN monitoring across multiple tenants and devices.
Topics
Community Discussion
No community discussion yet for this question.