Cisco 300-435 Practice Test - Questions Answers, Page 4
Related questions
Which field must be completed in Cisco DNA Center when a network discovery is initiated?
SNMP read community string
Enable password
NETCONF port
Discovery type
Webhook that are generated by Cisco DNA Center are REST calls with which properties?
JSON payload delivered via PUT
XML payload delivered via POST
JSON payload delivered via POST
XML payload delivered via PUT
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
PUT /dna/intent/api/v1/network-device
PUT /dna/intent/api/v1/network-device/sync-all
PUT /dna/intent/api/v1/network-device/{networkDeviceId}/sync
PUT /dna/intent/api/v1/network-device/sync
POST /dna/intent/api/v1/network-device/{networkDeviceId}/sync
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?
/dna/intent/v1/issues
/dna/intent/api/v1/issues
/dna/intent/v1/issue-enrichment-details
/dna/api/v1/client-health/issues
Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)
site health
license compliance health
client health
Cisco APIC appliance health
Cisco DNA Center appliance health
In which direction does the Cisco DNA Center Intent API communicate?
westbound
eastbound
northbound
southbound
Which two features are characteristics of software-defined networks when compared to traditional infrastructure? (Choose two.)
configured box-by-box
changed manually
use overlay networks
designed to change
require software development experience to manage
Refer to the exhibit.
Cisco SD-WAN deployment must be troubleshooted using vManage APIs. A call to vEdge Hardware Health API returns the data in the exhibit (only a portion is shown). If this JSON is converted to a Python dictionary and assigned to the variable “d”, how the status is accessed that is indicated on line 16?
d[data][0][statusList][0][status]
d[‘data’][‘statusList’][‘status’]
d{‘data’}[0]{‘statusList’}[0]{‘status’}
d[‘data’][0][‘statusList’][0][‘status’]
Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312-cf96- 143b46db0211 using the Cisco SD-WAN vManage Administration APIs. The API documentation states that deviceId is a required request parameter. Fill in the blank to create the REST call.
?deviceId=
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
to generate a CSR
to allocate resources to the certificate server
to request a certificate from the certificate server
to enable vManage Center
Question