Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 10
Webhooks that are generated by Cisco DNA Center are REST calls with which properties?
Answer options
- A. JSON payload delivered via PUT
- B. XML payload delivered via POST
- C. JSON payload delivered via POST
- D. XML payload delivered via PUT
Correct answer: A
Explanation
The correct answer is A because Cisco DNA Center webhooks indeed deliver a JSON payload using the PUT method. Options B and D are incorrect as they involve XML and the wrong HTTP methods, while option C uses the correct payload format but the incorrect method.