Build -> Lifecycle -> Upgrade, performing update pre-check for VCF Operations fails at the task: "Validating there are no Active Self Monitoring Alerts existing on the cluster" with the following errors:Objects are not receiving data from adapter instanceNotification event-Auto configured VCF SSO configuration for Operations ApplianceNotification event-Auto removed VCF SSO configuration for Operations Appliance
VMware Cloud Foundation 9.1.x
stuck" in the backend.Follow the steps below to cancel the alerts via the API:
https://<VCF_OPs_FQDN>/suite-api/doc/swagger-ui.html
'Authorize' and enter the admin credentials.'Alerts' section.'POST /api/alerts/query' endpoint and select 'Try it out'.{ "activeOnly": true }
'Execute'.
'alertId' for the alerts listed in the pre-check error from the response body.'POST /api/alerts' endpoint and select 'Try it out'.{ "action": "cancel", "uuids": [ "alertId" ] }
'Execute'.For more information, refer: