🔥 3-day streak
Cisco CCNP Automation AUTOCOR (350-901)99 / 136
Question 99 of 136

You are writing a Python script that queries a controller's REST API to build an asset-management inventory of all network devices. The API documentation states that GET /api/v1/devices returns at most 50 records per response and includes a top-level JSON field "next" containing the URL of the following page (null when there are no more pages). Your first request returns 50 devices, but your inventory only ever contains those 50. Which change correctly retrieves the complete device list?

Reviewed for accuracy · Report an issueNext question