Hi folks,
I am trying to get the inventory details containing rack and blade servers information from Cisco UCS using the REST API endpoint /nuova. For getting the blade servers, I can use classId=computeBlade and for rack servers, I can use classId=computeRackUnit.
Additionally, I can use classId=computeItem to get all the servers altogether.
For fetching this information, is there a way to implement pagination to retrieve the servers in chunks to reduce the response size using the API? I would also like to know if there is any better approach to fetch the servers information from UCS Manager.
Thanks
Darsh Mehta