VMware PowerCLI

The Best User Interface for your VMware Datacenter!

Alarm Management Natively in PowerCLI

Right now one has to jump through the API hoops to perform Alarm Management (CRUD) and I think it would be much simpler just to have a New-Alarm, Get-Alarm, Set-Alarm, etc that would also allow one to manage triggers and actions.

  • Guest
  • Aug 13 2018
  • Delivered
  • Attach files
  • Guest commented
    September 12, 2018 03:13

    I agree.

    It should be a one to many type of one-liner.

    get-cluster mycluster | get-vmhost | set-Alarmaction -Enabled:$false

    OR

    get-cluster mycluster | get-vmhost | disable-Alarmaction -Confirm:$false