Cisco (300-435-ENAUTO) Exam Questions And Answers page 5
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)
disableMyMerakiCom
type
tags
organizationId
Automate APIs and Protocols
Cisco Meraki Programmability
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 shown in the exhibit. What is the YANG data node that is referenced in the response?
route is a leaf list
static-routes is a container
static-routes is a list
routing-instance is a container
Automate APIs and Protocols
Network Device Programmability
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 shown in the exhibit. What is the YANG data node that is referenced in the response?
route is a leaf list
static-routes is a container
static-routes is a list
routing-instance is a container
Automate APIs and Protocols
Network Device Programmability
An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the master branch. Which commands create the new feature in a separate branch called feature and check out the new version?
Network Programmability Foundation
Network Device Programmability
Drag and drop the characteristic from the left onto the monitoring type described on the right.
Automate APIs and Protocols
Network Device Programmability
Which HTTP request is valid to create a new wireless network called Demo Wireless Network in the organization QASD-EROA-MKAW ?
Automate APIs and Protocols
Network Device Programmability
What Are the Key Features of RPC API Calls?
Multiple Choice
What are two characteristics of RPC API calls? (Choose two.)
They can be used only on network devices.
They use only UDP for communications.
Parameters can be passed to the calls.
They must use SSL/TLS.
They call a single function or service.
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. 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?
Automate APIs and Protocols
Network Device Programmability
What is the expected output of this Python code?
Single Choice
Refer to the exhibit. What is the expected output from the Python code?
Automate APIs and Protocols
Network Device Programmability
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?
VPN health
public cloud resources
connections summary
OMP connection health
Automate APIs and Protocols
Cisco SD-WAN Programmability
Comments