When querying the internal VMware Aria Operations API endpoint /internal/ at the Datacenter or vCenter level, the returned JSON payload truncates the list of orphaned disks.
The API response only returns orphaned disks for a single datastore within the queried Datacenter.
The Aria Operations UI (Optimize > Reclaim > Orphaned Disks) correctly displays all orphaned disks across multiple datastores.
VCF Operations/Automation (formerly VMware Aria Suite)
The /internal/optimization/{id}/reclaim endpoint is an undocumented, internal API designed specifically to populate high-level capacity views within the Aria Operations UI. To prevent memory exhaustion and UI timeout issues when processing large environments, this internal API enforces a hardcoded limit on the array size it returns and lacks pagination. When queried at a high-level container level (such as a Datacenter UUID), it truncates the payload by design.
Internal APIs are unsupported for external automation scripts and general data extraction. To obtain the complete list of orphaned disks without encountering truncation limits, utilize the method below:
Utilize Supported UI CSV Export: The UI export function operates outside the internal API array constraints and will successfully generate the full dataset.
Log in to the VMware Aria Operations UI.
Navigate to Optimize > Reclaim.
Select the target Data Center.
Locate the Orphaned Disks table.
Click EXPORT ALL to export the complete, untruncated list of orphaned disks into a CSV file.
To request that Orphaned Disk data be fully exposed via the supported public Suite-API (with native pagination), please submit a Feature Request or post in the Broadcom Ideas Portal