nerdexam
Cisco

200-901 · Question #340

An engineer needs to collect information about 20,000 Bluetooth clients using the Cisco Meraki API. The API returns only 1,000 results. One of the HTTP response headers has the data: Link…

The correct answer is C. RFC 5005 - Feed Paging and Archiving. Paged feeds can be useful when the number of entries is very large, infinite, or indeterminate. Clients can "page" through the feed, only accessing a subset of the feed's entries as necessary.

Understanding and Using APIs

Question

An engineer needs to collect information about 20,000 Bluetooth clients using the Cisco Meraki API. The API returns only 1,000 results. One of the HTTP response headers has the data:

Link:

https://api.meraki.com.info/api/v0/networks/ABC/bluetoothClients?perPage=1000&startingAfter=1 000>;rel="next" Which RFC is implemented by the API to apply the restriction?

Options

  • ARFC 5988 - Web Linking
  • BRFC 5890 - Response Constraints
  • CRFC 5005 - Feed Paging and Archiving
  • DRFC 5446 - Content Limits

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    85% (22)
  • D
    8% (2)

Explanation

Paged feeds can be useful when the number of entries is very large, infinite, or indeterminate. Clients can "page" through the feed, only accessing a subset of the feed's entries as necessary.

Topics

#API Pagination#HTTP Headers#Web Linking#RFC Standards

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice