< Back

Get-AlarmActionTrigger

Sun Jan 19, 2020 6:48 pm

NAME Get-AlarmActionTrigger



SYNOPSIS

This cmdlet retrieves the actions that trigger the specified alarm actions.





SYNTAX

Get-AlarmActionTrigger [[-AlarmAction] <AlarmAction[]>] [<CommonParameters>]





DESCRIPTION

This cmdlet retrieves the actions that trigger the specified alarm actions.





PARAMETERS

-AlarmAction <AlarmAction[]>

Filters the trigger actions by the alarm actions they trigger.



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more AlarmActionTrigger objects







NOTES









-------------------------- Example 1 --------------------------



Get-AlarmAction -AlarmDefinition (Get-AlarmDefinition | select -First 1) | Get-AlarmActionTrigger



Retrieves the action triggers for the actions of the first returned alarm.



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... igger.html

Get-AlarmAction

Get-AlarmActionTrigger

Get-AlarmDefinition

Get-AlarmTrigger

New-AlarmAction

New-AlarmActionTrigger

New-AlarmDefinition

New-AlarmTrigger

Remove-AlarmAction

Remove-AlarmActionTrigger

Remove-AlarmDefinition

Set-AlarmDefinition

Get-Metric

Get-EventType