vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lazylazyboy opened this issue · comments

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