NetAppDocs / active-iq

https://docs.netapp.com/us-en/active-iq/
2 stars 5 forks source link

Document the start=1& requirement #141

Open binder1234 opened 11 months ago

binder1234 commented 11 months ago

Page URL

https://docs.netapp.com/us-en/active-iq/concept_overview_API_service.html#api-catalog

Page title

API Catalog

Summary

In order to limit the number of responses it requires using start=1& when making API calls against the api.activeiq.netapp.com

We recently had a customer attempting to limit the responses https://api.activeiq.netapp.com//v1/system/inventory/details/level/customer/id/?limit=50

The customer was informed that they had to modify the call to specify the start=1& https://api.activeiq.netapp.com//v1/system/inventory/details/level/customer/id/?start=1&limit=50

This requirement is not documented in any of the locations. https://docs.netapp.com/us-en/active-iq/concept_overview_API_service.html#api-catalog https://activeiq.netapp.com/catalog/internal/api-reference/activeiq-public/system/#get-v1-system-inventory-details-level-level-id-id https://aiq.netapp.com/catalog/internal/docs/introduction

Public issues must not contain sensitive information

netapp-manishc commented 11 months ago

Thank you for contacting us with your feedback. We are following up with the team to evaluate the inputs. After your inputs are researched internally, we will determine how best to address them and update the content at the earliest.

musings-from-marz commented 6 months ago

Was there a resolution to this issue? Was it code or documentation change?