RuleWebhookAction Class

Specifies the action to post to service when the rule condition is evaluated. The discriminator is always RuleWebhookAction in this case.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.monitor.v2015_07_01.models._models_py3.RuleAction
RuleWebhookAction

Constructor

RuleWebhookAction(*, service_uri: Optional[str] = None, properties: Optional[Dict[str, str]] = None, **kwargs)

Variables

odata_type
str

Required. specifies the type of the action. There are two types of actions: RuleEmailAction and RuleWebhookAction.Constant filled by server.

service_uri
str

the service uri to Post the notification when the alert activates or resolves.

properties
dict[str, str]

the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.