AIQUM 9.18P2 API Gateway strips quota report data on collection GET to /storage/quota/reports
Applies to
- Active IQ Unified Manager 9.18P2
- OnCommand Unified Manager
- API Gateway
- ONTAP REST API /storage/quota/reports
Issue
- After upgrading Active IQ Unified Manager (AIQUM) to 9.18P2, a REST collection GET through the API Gateway to
/storage/quota/reports?volume.name=*&fields=*&type=tree&return_records=truereturns onlysvm,volume, andindex. - Inline quota details such as qtree name, soft/hard limits, used space, used percent, and file usage are missing from the collection response, even when
fields=*is specified. - Query parameters such as
max_recordsmay also appear to be ignored on 9.18P2. - The same call against ONTAP directly, and via the AIQUM 9.18 GA API Gateway, returns the full inline quota data.
- A single-record GET via the 9.18P2 gateway still returns full quota details:
/api/gateways/{gateway_uuid}/storage/quota/reports/{volume.uuid}/{index}
