MetricAlertAction Class
An alert action.
Constructor
MetricAlertAction(*, action_group_id: str | None = None, web_hook_properties: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
action_group_id
|
the id of the action group to use. Default value: None
|
|
web_hook_properties
|
This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook. Default value: None
|