Azure Monitor · Schema

RuleAction

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
odata.type string Specifies the type of action. Possible values include RuleEmailAction and RuleWebhookAction.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-ruleaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuleAction",
  "title": "RuleAction",
  "type": "object",
  "required": [
    "odata.type"
  ],
  "properties": {
    "odata.type": {
      "type": "string",
      "description": "Specifies the type of action. Possible values include RuleEmailAction and RuleWebhookAction."
    }
  }
}