Tag Archives: returned

You created an event subscription via the Core API and it returned a page identifier of "170322-439 0"

You created an event subscription via the Core API and it returned a page identifier of “170322-439 0” along with the subscription ID.However, when you run a subsequent “Get Events” request using that subscription ID and same page identifier, the following is returned within the JSON-formatted response:What is a valid reason why the “items” parameter is empty? A.… Read More »

Which mechanism is used to consume a RESTful API design when large amounts of data are returned?

A. data sets B. scrolling C. pagination D. blobs Answer: Option C. Explanation:  Reference: https://nordicapis.com/everything-you-need-to-know-about-api-pagination/ Show AnswerDiscussion The post Which mechanism is used to consume a RESTful API design when large amounts of data are returned? appeared first on Majanto.

An engineer writes a Python script that uses two different API calls to query Cisco DNA Center for the number of interfaces on a device. The engineer notices that the two API calls produce different results. Why are fewer interfaces returned for the same device when the ‘get_all_interfaces’ API call is used?

Refer to the exhibit. An engineer writes a Python script that uses two different API calls to query Cisco DNA Center for the number of interfaces on a device. The engineer notices that the two API calls produce different results. Why are fewer interfaces returned for the same device when the ‘get_all_interfaces’ API call is used? A. times… Read More »