Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 95
When the Cisco DNA Center Intent API is used as part of an automation process, what prompts receiving a HTTP 206 status code on a call?
Answer options
- A. The client authentication credentials that are included with the request are missing or invalid
- B. The client made a request for partial content matching a range header
- C. The client request was successful, but there is no content associated with the request
- D. The client made a request that has been received but not yet acted upon
Correct answer: B
Explanation
The correct answer is B because a HTTP 206 status code indicates that the server is delivering only part of the resource as requested by the client through a range header. Option A is incorrect as it would typically result in a 401 or 403 error, option C would return a 204 No Content status, and option D would result in a 202 Accepted status indicating the request is pending processing.