350-401 · Question #467
Refer to the exhibit. POSTMAN is showing an attempt to retrieve network device information from Cisco DNA Center API. What is the issue?
The correct answer is A. The URI string is incorrect. Explanation Option A is correct because the URI string for retrieving network device information from Cisco DNA Center should follow the format /dna/intent/api/v1/network-device, and any deviation - such as a typo, incorrect version number, or malformed path - will result in a fa
Question
Exhibits
Options
- AThe URI string is incorrect
- BThe token has expired.
- CAuthentication has failed
- DThe JSON payload contains the incorrect UUID
How the community answered
(41 responses)- A73% (30)
- B5% (2)
- C12% (5)
- D10% (4)
Explanation
Explanation
Option A is correct because the URI string for retrieving network device information from Cisco DNA Center should follow the format /dna/intent/api/v1/network-device, and any deviation - such as a typo, incorrect version number, or malformed path - will result in a failed request, typically returning a 404 Not Found or similar error that Postman would display. Option B is incorrect because an expired token would produce a 401 Unauthorized response, not the error shown. Option C is also incorrect for the same reason - authentication failure generates a 401 error, whereas a URI problem generates a 404, and the question implies the token was successfully obtained beforehand. Option D is incorrect because retrieving a list of network devices does not require a UUID in the payload; a UUID would only be needed when targeting a specific device endpoint.
Memory Tip
Think "404 = Wrong Door" - if you knock on the wrong URI, the server simply can't find the resource. Always double-check the Cisco DNA Center API path structure: /dna/intent/api/v1/ is the required base path before any resource endpoint.
Topics
Community Discussion
No community discussion yet for this question.

