Cisco (300-435-ENAUTO) Exam Questions And Answers page 2
Which REST endpoint is used to create a Cisco Meraki network?
PATCH /networks{networkId}
PUT /organizations/{organizationId}/networks
POST /networks{networkId}
Automate APIs and Protocols
Cisco Meraki Programmability
Refer to the exhibit. Cisco SD-WAN deployment must be fixed using vManage APIs. A call to vEdge Hardware Health API returns the data in the exhibit (only a portion is shown). If the JSON shown in the exhibit is converted to a Python dictionary named d , how is the status property referenced?
d[ data ][ statusList ][ status ]
nbvnbvvnbhg
d{ data }[0]{ statusList }[0]{ status }
d[data][0][statusList][0][status]
Cisco SD-WAN Programmability
Refer to the exhibit. Which type of YANG container is described by the JSON instance provided?
interface-configurations
active
interface-name
description
Automate APIs and Protocols
Network Device Programmability
FILL BLANK
Fill in the blanks to complete this API request against the Cisco SD_WAN vManage Statistics API, which specified a deviceId of 260faff9-2d31-4312-cf96-143b46db0211, a local-color of biz-internet, and a remote-color of gold.
Fill in the blanks to complete this API request against the Cisco SD_WAN vManage Statistics API, which specified a deviceId of 260faff9-2d31-4312-cf96-143b46db0211, a local-color of biz-internet, and a remote-color of gold.
Automate APIs and Protocols
Cisco SD-WAN Programmability
Refer to the exhibit. NTP server 10.1.1.20 must be configured on the target Cisco IOS XE device without using authentication and logging. Which state should be added on a new line at the end of the Ansible task?
state: true
state: started
state: present
state: installed
Automate APIs and Protocols
Network Device Programmability
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?
d[ data ][0][ host-name ]
d[data][0][host-name]
d( data )[0]( host-name )
d[ host-name ][ data ]{ 0 }
Cisco SD-WAN Programmability
FILL BLANK
Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.
Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.
Cisco SD-WAN Programmability
What is the result when running the Python scripts?
Single Choice
Refer to the exhibit. What is the result when running the Python scripts?
s1
s2
s1, s2, s3
s3
Automate APIs and Protocols
Network Device Programmability
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?
The wrong API key is used to query the data.
The rate limit of the Cisco Meraki API is exceeded.
The API key has expired.
The device goes offline while you poll the API dashboard.
Network Device Programmability
Cisco Meraki Programmability
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 interface description remains the same.
The router rejects all commands and the configuration remains the same.
The interface is removed from the configuration.
The interface description is removed from the configuration.
Automate APIs and Protocols
Network Device Programmability
Comments