300-435 Exam Question 96

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

    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?
  • 300-435 Exam Question 98

    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?
  • 300-435 Exam Question 99

    Which two factors influence the location accuracy of a device using Scanning APIs? (Choose two.)
  • 300-435 Exam Question 100

    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?