Question 111

Refer to the exhibit.

A RESTCONF GET request is sent to a Cisco IOS XE device. A portion of the response is shown in the exhibit.
Which module name corresponds to the YANG model referenced in the request?
  • Question 112

    Which HTTP request is valid to create a new wireless network called "Demo Wireless Network" in the organization "QASD-EROA-MKAW"?

  • Question 113

    Refer to the exhibit.

    A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named "d". A portion of the JSON is shown in the exhibit. Which code will complete the expression hostname= to access the hostname?
  • Question 114

    Webhook that are generated by Cisco DNA Center are REST calls with which properties?
  • Question 115

    Refer to the exhibit.

    The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called "send_to_application" is created, and this is the declaration:
    send_to_application(message)
    The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?