Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 24
Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
Answer options
- A. ג€monitor device action statusג€ GET API request with the device ID to display the status of the attach action
- B. ג€monitor device action statusג€ GET API request with the process ID to display the status of the attach action
- C. PUT call to initiate the attach action
- D. POST call to initiate the attach action
- E. GET call to initiate the attach action
Correct answer: B, D
Explanation
The correct options are B and D. Option B is necessary to check the status of the attach action using the process ID, while option D is the correct method to initiate the attach action. Options A and C are incorrect as they reference the device ID and PUT method, which do not fulfill the requirements for the task.