CiscoCisco
300-435 · Question #55
300-435 Question #55: Real Exam Question with Answer & Explanation
The correct answer is C: JSON payload delivered via POST. Webhooks generated by Cisco DNA Center are REST calls that deliver a JSON payload using the HTTP POST method to notify external systems of events.
Controller-Based Network Automation
Question
Webhook that are generated by Cisco DNA Center are REST calls with which properties?
Options
- AJSON payload delivered via PUT
- BXML payload delivered via POST
- CJSON payload delivered via POST
- DXML payload delivered via PUT
Explanation
Webhooks generated by Cisco DNA Center are REST calls that deliver a JSON payload using the HTTP POST method to notify external systems of events.
Common mistakes.
- A. Webhooks typically use the
POSTHTTP method to send event notifications, whereasPUTis generally reserved for updating an existing resource. - B. While
POSTis the correct HTTP method for webhooks, Cisco DNA Center webhooks, like most modern REST APIs, primarily utilizeJSONpayloads rather thanXML. - D. Both the
PUTHTTP method is incorrect for sending webhook notifications andXMLis not the primary payload format for Cisco DNA Center webhooks.
Concept tested. Cisco DNA Center webhook properties
Reference. https://developer.cisco.com/docs/dna-center/#!integration-applications-guide
Topics
#Cisco DNA Center webhooks#REST API properties#JSON payload#HTTP POST method
Community Discussion
No community discussion yet for this question.