Cisco 300-435 Practice Test - Questions Answers, Page 5

List of questions
Question 41

Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
Question 42

What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
Question 43

Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.
Question 44

Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
Question 45

During a network outage, a network administrator used the Cisco SD-WAN vManage Troubleshooting Dashboard APIs to troubleshoot the cause of the issue. Which detail is captured during troubleshooting with these APIs?
Question 46

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 47

Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router.
Question 48

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?
Question 49

A configuration has been made to add to every switch port a new port description. The script worked initially, but after a few seconds, an HTTP 429 status code was received. What causes this error message from the Meraki cloud?
Question 50

Which Python snippet receives a Meraki webhook request?
Question