300-435 Question 265
Single answerYou are managing a Cisco SD-WAN fabric and want to automate the addition of a new branch site using the vManage Configuration APIs. As part of the process, you need to create a new device template and attach it to a WAN Edge device. Which API endpoint would you use to attach the newly created template to the device?
- A
/device/action/attachtemplate
- B
/template/device/configuration
- C
/template/policy/definition
- D
/device/action/reboot
Show answer and explanation
Correct answer: A
Explanation
When automating the deployment of a new branch site in Cisco SD-WAN, the step of attaching a device template to a WAN Edge device requires the use of the vManage Configuration API endpoint '/device/action/attachtemplate'. This endpoint allows you to specify the template ID and the device to which it should be applied, ensuring the configuration is pushed to the device successfully.
- A. Correct.
This is the correct endpoint to attach a template to a device in Cisco SD-WAN using the vManage Configuration APIs.
- B. Incorrect.
This endpoint is used to manage or create device configuration templates but not to attach them to devices.
- C. Incorrect.
This endpoint is used to manage policy definitions, not device templates.
- D. Incorrect.
This endpoint is used to trigger device reboots, which is unrelated to attaching a template.