ExamGecko
Question list
Search
Search

Related questions











Question 828 - 350-401 discussion

Report
Export

Refer to the exhibit.

Which HTTP request produced the REST API response that was returned by Cisco DNA Center?

A.

fetch /network-device?macAddress=ac:4a:56:6c:7c:00

Answers
A.

fetch /network-device?macAddress=ac:4a:56:6c:7c:00

B.

POST/network-device?macAddress=ac:4a:56:6c:7c:00

Answers
B.

POST/network-device?macAddress=ac:4a:56:6c:7c:00

C.

GET/network-device?macAddress=ac:4a:56:6c:7c:00

Answers
C.

GET/network-device?macAddress=ac:4a:56:6c:7c:00

Suggested answer: C

Explanation:

This is because the REST API response shows the details of a network device with the specified MAC address. The GET method is used to retrieve information from the Cisco DNA Center server. The network-device resource is used to access the network device inventory. The macAddress parameter is used to filter the results by the MAC address of the device. The source of this answer is the Cisco ENCOR v1.1 course, module 8, lesson 8.4: Implementing REST API.

asked 10/10/2024
Danilo Paolucci
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first