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

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.