nerdexam
Cisco

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.

Controller-Based Network Automation

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?

Exhibit

300-435 question #74 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)
  • A
    5% (1)
  • C
    85% (17)
  • D
    10% (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.

AThe client authentication credentials that are included with the request are missing or invalid.

Missing or invalid client authentication credentials usually result in a 401 Unauthorized or 403 Forbidden status code.

BThe client made a request that has been received but not yet acted upon.

A request that has been received but not yet acted upon typically results in a 202 Accepted status code.

CThe client made a request for partial content matching a range header.Correct

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.

DThe client request was successful, but there is no content associated with the 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

#HTTP Status Codes#Cisco DNA Center API#REST API#Partial Content

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice