Q: 11
Refer to the exhibit.
A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration
APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and
that “policyId” is a required request parameter. Which line of Python code makes this call, assuming
the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?
A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration
APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and
that “policyId” is a required request parameter. Which line of Python code makes this call, assuming
the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?Options
Discussion
C or D, both seem plausible given the use of POST with policyId, but not totally sure.
Be respectful. No spam.

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?

A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL of the request and the
response in XML format are shows in the exhibit. what is the YANG data node that is referenced in
the response?
Refer to the exhibit. The lab group consists of four Cisco IOS XE routers named pod-11,pod-12, and
pod-22. What is the result of running the Ansible playbook to reset the lab?
Refer to the exhibit. Interfaces named Loopback0, Loopback1, and Loopback2 must be created and
enabled on a Cisco IOS XE target device in the lab group. Which loop must be added to the end of the
Ansible “create int” task?