Performing CyberOps Using Cisco Security Technologies (CBRCOR) — Question 14
What is the HTTP response code when the REST API information requested by the authenticated user cannot be found?
Answer options
- A. 401
- B. 402
- C. 403
- D. 404
- E. 405
Correct answer: A
Explanation
The correct answer is 404, which indicates that the requested resource could not be found. Options 401, 402, 403, and 405 represent different issues such as unauthorized access, payment required, forbidden access, and method not allowed, respectively.