What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
Refer to the exhibit.
An engineer needs to remove the device with serialQ134_06776318 FROM THE NETWORK ‘ENAUTO by utilizing Meraki APIs. Which line of code must be added to the box where the code is missing to complete the python request?
Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)
Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. Not all options are used.
A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts, or suggested actions for the resolution?
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?
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?
Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?
Refer to the exhibit.
The configuration commands are entered in CLI config mode to configure a static telemetry
subscription on a Cisco IOS XE device. The commands are accepted by the device, but the consumer receives
no telemetry data. Which change must be made to ensure that the consumer receives the telemetry data?
Refer to the exhibit.
An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which string completes the code?
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
When accessing the /device-detail endpoint in cisco DNA Center, what is an acceptable searchBy parameter value?
Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
Which field must be completed in Cisco DNA Center when a network discovery is initiated?
When API request are implement for Cisco DNA Centre, which two response are returned in the JSON response when HTTP GET call is made to obtain site health? (choose two)
Refer to the exhibit.
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.
Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?
Refer to the exhibit. A Python script is used to configure a Cisco IOS XE router. The Loopback2 interface currently has a description of Management2 and an IP address/netmask of 10.222.34.22/32. What is the result of executing the script?
The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available. Which API call must be used to retrieve the site identifier so that the device can be properly added to the network?
Drag and drop the steps from the left into the order on the right to create an end-to-end flow for Meraki Splash Screen using EXCAP.
A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts, or suggested actions for the resolution?
A programmer is creating a Meraki webhook python script to send a message to webex teams. Which two elements should be configured to create this script? (Choose two.)