Cisco (300-435-ENAUTO) Exam Questions And Answers page 13
In which direction does the Cisco DNA Center Intent API communicate?
eastbound
northbound
southbound
Automate APIs and Protocols
Network Device Programmability
A Cisco DNA Center script must be written to retrieve a list of interfaces on a switch. Drag and drop the API calls that are needed to return the list of interfaces using the Command Running APIs from the left into the correct sequence on the right.
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. A RESTCONF GET request is sent to a Cisco IOS XE device. A portion of the response is shown in the exhibit. Which module name corresponds to the YANG model referenced in the request?
ietf-interfaces:ietf-ipv4
iana-if-type:ethernetCsmacd
ietf-interfaces:interfaces
ietf-interfaces
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)
tags
timeZone
type
disableMyMerakiCom
name
Automate APIs and Protocols
Cisco Meraki Programmability
When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?
Basic ITSM CMDB Synchronization
DNA Center Rest API
Network Events for REST API Endpoint
Network Issue Monitor and Enrichment for ITSM
Automate APIs and Protocols
Network Device Programmability
What is a benefit of developing an application in a Python virtual environment?
The application operates in multiple target systems simultaneously.
The application supports concurrency or multithreading.
The application operates across systems that have different operating systems.
The development environment is isolated from Python projects that already exist.
Automate APIs and Protocols
Network Device Programmability
Which script binds a network to a template?
Network Device Programmability
Cisco SD-WAN Programmability
FILL BLANK
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.
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.
Cisco SD-WAN Programmability
Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
from urllib.request import Viptela
from viptela.devices import Viptela
from viptela.viptela import Viptela
from viptela.library import Viptela
Network Device Programmability
Cisco SD-WAN Programmability
Refer to the exhibit. Which NETCONF protocol operation is used to interact with the YANG model?
Network Programmability Foundation
Automate APIs and Protocols
Comments