Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 497
Calling a REST API returns a 404 error. What does this code represent?
Answer options
- A. A query parameter is missing.
- B. The URI being requested is incorrect.
- C. A header is missing.
- D. The payload is formatted incorrectly.
Correct answer: B
Explanation
A 404 error signifies that the server cannot find the requested URI, indicating that the URI being accessed is incorrect. The other options relate to different types of issues that would not specifically result in a 404 error, such as missing parameters or incorrectly formatted payloads.