nerdexam
Palo_Alto_Networks

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…

Automation and Orchestration

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)
  • A
    4% (1)
  • B
    16% (4)
  • C
    76% (19)
  • D
    4% (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

#SD-WAN Automation#REST API#Panorama Management#Path Quality Profiles

Community Discussion

No community discussion yet for this question.

Full NGFW-ENGINEER Practice