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

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.