Retrieving update patches bundles failed. Unable to retrieve aggregated LCM bundles: Error in getDomainBomVersion(): Encountered error requesting http://127.0.0.1/v1/system/upgradables api: Target VCF Version 5.2.x.x is lower than source VCF Version 9.0.x.x.Getting Upgradable API call failed. Target VCF Version 5.2.x.x is lower than source VCF Version 9.0.x.x.VMware Cloud Foundation 9.x
VMware Cloud Foundation 5.2.x
This issue occurs when a domain retains a stale target upgrade version that is lower than the current source version. The LCM service cannot resolve the upgrade path because the metadata indicates a version downgrade, which causes the bundle discovery process to hang or fail.
You can resolve this issue by identifying the affected domain ID and clearing the stale upgrade metadata through the SDDC Manager API.
Log in to VCF Operation and select Developer Center / API & SDKs .
Select the SDDC Manager API Explorer.
Locate the TargetUpgradeVersion section.
Expand the GET /v1/releases/domains endpoint and click Execute.
Review the DomainReleaseView in the API response.
Verify if the targetSddcManagerVersion field is empty for each domain.
Locate any domain entry where the version is lower than your current source version and record the domainId.
Stay within the TargetUpgradeVersion section of the API Explorer.
Locate the DELETE /v1/releases/domains/{domainId} endpoint.
Enter the domainId you retrieved in the previous step into the required field.
Click Execute to remove the stale upgrade record.
Verify the removal by running the GET request again to ensure the targetSddcManagerVersion is now clear.