300-435 Question 266
Single answerYou are tasked with automating the configuration of a Cisco SD-WAN fabric to apply a new policy to limit bandwidth for specific applications. Which API endpoint and method should you use to modify the configuration successfully?
- A
POST /dataservice/template/policy/vsmart
- B
PUT /dataservice/device/config
- C
POST /dataservice/template/config/device
- D
PATCH /dataservice/template/policy/definition
Show answer and explanation
Correct answer: A
Explanation
To modify the SD-WAN fabric configuration for applying new policies, the correct API endpoint is POST /dataservice/template/policy/vsmart. This endpoint allows the automation of policy application on vSmart controllers, which manage and enforce policies across the SD-WAN fabric. Other endpoints are either used for device-level configurations or defining policies but not for applying them.
- A. Correct.
This is the correct API endpoint and method to configure policies on vSmart controllers in Cisco SD-WAN. Policies are applied using the vSmart policy templates.
- B. Incorrect.
This endpoint is used to modify device configurations directly, not for applying policies in the Cisco SD-WAN fabric.
- C. Incorrect.
This endpoint is used for device template configurations, not for policy configurations. It is not relevant for the scenario.
- D. Incorrect.
PATCH is not a valid method for modifying SD-WAN policies, and this endpoint is used for defining policy details, not for applying them to the fabric.