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?
Correct Answer:A
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?
Correct Answer:B
Refer to the exhibit. An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested. Which string completes the highlighted areas in the exhibit?
Correct Answer:A
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
Correct Answer:A
What are two characteristics of synchronous calls to APIs? (Choose two.)
Correct Answer:CE
What are two characteristics of RPC API calls? (Choose two.)
Correct Answer:AC