VMware NSX
This ability to resolve, acknowledge or suppress alarms is disabled on the NSX Standby Global Manager.
This is a condition that may occur in a VMware NSX environment.
Workaround:
Use API call to change the alarm status. This should be implemented once confirming the issue reported by the alarm is resolved.
List Alarms API call
GET https://<standby-gm-ip>/api/v1/alarms
Resolve Alarm
POST https://<standby-gm-ip>/api/v1/alarms/<alarm-uuid>?action=set_status&new_status=RESOLVED
Acknowledge Alarm
POST https://<standby-gm-ip>/api/v1/alarms/<alarm-uuid>?action=set_status&new_status=ACKNOWLEDGED
Suppress Alarm
POST https://<standby-gm-ip>/api/v1/alarms/<alarm-uuid>?action=set_status&new_status=SUPPRESSED
API Reference guide for setting alarm status
https://developer.broadcom.com/xapis/nsx-t-data-center-rest-api/latest/method_UpdateAlarmStatus.html