vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.
Apache License 2.0
1.02k stars 922 forks source link

What's the difference between GetAlarmState() and alarm.print_triggered_alarms()? #676

Open lazylazyboy opened 3 years ago

lazylazyboy commented 3 years ago

Hi, I found the function GetAlarmState under the alarmManager, while community samples use another way triggeredAlarmState. I'd like to fetch all the active alarms of all vms, which one is correct? Thanks in advance