Got 1400 devices in my device inventory and looking periodically pulls a current "status" of all devices. The challenge is the 500 record return limit. Is there an API method of paging or setting an alternative "max limit" size similar to Cisco Prime?
APIC-EM API support pagination, so you can as for the next 200 (for example, with a max of 500) as
/api/v1/network-device/501/200
{index}/{count}
Comments
0 comments
Please sign in to leave a comment.