nerdexam
Cisco

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.

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

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    90% (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.

AJSON payload delivered via PUT

Webhooks typically use the `POST` HTTP method to send event notifications, whereas `PUT` is generally reserved for updating an existing resource.

BXML payload delivered via POST

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`.

CJSON payload delivered via POSTCorrect

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.

DXML payload delivered via PUT

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

#Cisco DNA Center webhooks#REST API properties#JSON payload#HTTP POST method

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice