I want to extract the data associated with the currently triggered alarms in vSphere, and I want to do it in an automated fashion with APIs or via PowerCLI. So far, I've only found cmdlets and functions to get the defintions and settings for alarms, but can't figure out how to get the actual alarms and their status and so on.
I want to use it to extract data to my external dashboard for automated monitoring of the platform.
Can someone help? We are using the REST APIs as well as the PowerCLI cmdlets, so anything like that works.
Thanks!