Upon performing an upgrade of a standalone VMware Aria Automation 8.18.x instance that has been imported into VCF Operations 9.x, the Network field within the upgrade interface fails to auto-populate or provide autocomplete options. Because this field is a mandatory requirement for the upgrade wizard, the process cannot proceed through the standard user interface.
VCF Automation 9.0.x
This issue occurs when the network attribute is missing from the environment's metadata within the Fleet Manager inventory.
To resolve this, manually inject the network property into the environment configuration using the Fleet Manager API via Swagger.
VCF Operations Fleet Manager API.NOTE: The API endpoints mentioned are internal-only API endpoints.
Swagger UI for Fleet Manager.GET request to retrieve the specific configuration details for the affected VCFA environment.GET response."network":"<your_portgroup_or_network_name>".PUT method in the API to update the environment with the modified JSON body.VCF Operations 9.x UI.Network field should now be auto-populated.Note: If an inventory sync occurs and removes the property again before you begin, repeat Step 2 and 3 specifically for the Fleet Manager entry to repopulate the field, then immediately proceed with the upgrade.