When navigating the VCF Operations UI (Build > Lifecycle > VCF Instances > Select VCF instance name), the following error is displayed:
"Service or view is not available for the selected object. Try again later. Should the issue continue please check the adapter Collection Status."
/storage/log/vcops/log/web-vcf.log file confirms a certificate validation failure:org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://<REDACTED_HOSTNAME>/plugin/metadata.json": Certificate for <<REDACTED_HOSTNAME>> doesn't match any of the subject alternative names: [<REDACTED_HOSTNAME>]
at org.springframework.web.client.RestTemplate.createResourceAccessException(RestTemplate.java:926)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:906)<REDACTED_HOSTNAME>) in the hostName column, rather than the required Fully Qualified Domain Name (FQDN):curl http://localhost/inventory/sddcmanagercontrollersOutput:
[ {"domainId":"", "vmName": "<REDACTED_HOSTNAME>", "ceipStatus": "ENABLED", "id":"", "status": "ACTIVE", "version":"9.1.0.0.25371088","hostName":"<REDACTED_HOSTNAME>"}]
VCF Operations 9.1
The SDDC Manager local inventory API is improperly configured to return the alias hostname of the appliance rather than the required Fully Qualified Domain Name (FQDN). This mismatch causes a certificate Subject Alternative Name (SAN) validation failure when VCF Operations attempts to securely communicate with the SDDC Manager API, thereby preventing the Lifecycle plugin from successfully registering and loading the view.
To proceed with updating the FQDN in SDDC Database, please contact Broadcom Support and open a support case referencing KB: 446194