Cisco (300-435-ENAUTO) Exam Questions And Answers page 14
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.
Network Device Programmability
Cisco Meraki Programmability
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?
The stream type must be set to YANG.
The update policy period must be shortened.
The sender IP address must be set.
Automate APIs and Protocols
Network Device Programmability
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?
/dna/intent/api/site/siteId
/dna/intent/api/site
/dna/intent/api/v1/site
/dna/intent/api/v1/site/siteName
Automate APIs and Protocols
Network Device Programmability
An engineer needs to create a new network using the Meraki API. Which HTTP action to the URL https://api.meraki.com/api/v0/organizations//networks will result in a 201 response code?
GET
POST
PUT
ADD
Automate APIs and Protocols
Cisco Meraki Programmability
What Are Two Characteristics of Synchronous API Calls?
Multiple Choice
Setting is used for the dampening period when configuring an on-change publication for YANG-push versus OpenConfig.
What are two characteristics of synchronous calls to APIs? (Choose two.)
What are two characteristics of synchronous calls to APIs? (Choose two.)
They block until a response is returned from the servers
They make an application less portable, so asynchronous calls are preferred
They add perceived latency to an application if data is not received
Calls are limited to specific programming languages
They do not block while waiting for the API to be processed
Automate APIs and Protocols
Network Device Programmability
Comments