300-435 · Question #74
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?
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
Exhibit
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.
How the community answered
(20 responses)- A5% (1)
- C85% (17)
- D10% (2)
Why each option
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.
Missing or invalid client authentication credentials usually result in a 401 Unauthorized or 403 Forbidden status code.
A request that has been received but not yet acted upon typically results in a 202 Accepted status code.
An HTTP 206 Partial Content status code is returned when a client makes a request for only a portion of a resource, typically by including a `Range` header in the HTTP request. This indicates the server has successfully fulfilled the partial request.
A successful request with no content associated is usually indicated by a 204 No Content status code.
Concept tested: HTTP 206 status code meaning
Source: https://datatracker.ietf.org/doc/html/rfc7233#section-4.1
Topics
Community Discussion
No community discussion yet for this question.
