300-435 · Question #74
300-435 Question #74: Real Exam Question with Answer & Explanation
The correct answer is C: The client made a request for partial content matching a range header.. An HTTP 206 status code in a Cisco DNA Center intent API response indicates that the client successfully requested and received partial content by using a Range header.
Question
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?
Options
- AThe client authentication credentials that are included with the request are missing or invalid.
- BThe client made a request that has been received but not yet acted upon.
- CThe client made a request for partial content matching a range header.
- DThe client request was successful, but there is no content associated with the request.
Explanation
An HTTP 206 status code in a Cisco DNA Center intent API response indicates that the client successfully requested and received partial content by using a Range header.
Common mistakes.
- A. Missing or invalid client authentication credentials usually result in a 401 Unauthorized or 403 Forbidden status code.
- B. A request that has been received but not yet acted upon typically results in a 202 Accepted status code.
- D. A successful request with no content associated is usually indicated by a 204 No Content status code.
Concept tested. HTTP 206 status code meaning
Reference. https://datatracker.ietf.org/doc/html/rfc7233#section-4.1
Topics
Community Discussion
No community discussion yet for this question.