300-435 · Question #55
Webhook that are generated by Cisco DNA Center are REST calls with which properties?
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.
Question
Options
- AJSON payload delivered via PUT
- BXML payload delivered via POST
- CJSON payload delivered via POST
- DXML payload delivered via PUT
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C90% (28)
Why each option
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.
Webhooks typically use the `POST` HTTP method to send event notifications, whereas `PUT` is generally reserved for updating an existing resource.
While `POST` is the correct HTTP method for webhooks, Cisco DNA Center webhooks, like most modern REST APIs, primarily utilize `JSON` payloads rather than `XML`.
Webhooks generated by Cisco DNA Center are standard REST calls that typically use the HTTP `POST` method to send notifications, and the event data is included in the request body as a `JSON` payload, which is the industry standard for modern webhooks.
Both the `PUT` HTTP method is incorrect for sending webhook notifications and `XML` is not the primary payload format for Cisco DNA Center webhooks.
Concept tested: Cisco DNA Center webhook properties
Source: https://developer.cisco.com/docs/dna-center/#!integration-applications-guide
Topics
Community Discussion
No community discussion yet for this question.