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.RuleActionRuleWebhookAction
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.
Feedback
Submit and view feedback for