你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Smart Detector Alert Rules - Patch

修补特定的智能检测器警报规则。

PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}?api-version=2019-06-01

URI 参数

名称 必需 类型 说明
alertRuleName
path True

string

警报规则的名称。

resourceGroupName
path True

string

资源组的名称。

subscriptionId
path True

string

目标订阅的 ID。

api-version
query True

string

客户端 API 版本。

请求正文

名称 类型 说明
properties.actionGroups

ActionGroupsInformation

警报规则操作。

properties.description

string

警报规则说明。

properties.frequency

string

ISO8601格式的警报规则频率。 时间粒度必须为分钟,最小值为 5 分钟。

properties.severity

Severity

警报规则严重性。

properties.state

AlertRuleState

警报规则状态。

properties.throttling

ThrottlingInformation

警报规则限制信息。

tags

object

资源标记。

响应

名称 类型 说明
200 OK

AlertRule

已成功请求修补智能检测器警报规则。

Other Status Codes

SmartDetectorErrorResponse

描述操作失败原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 流

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

Patch alert rules

示例请求

PATCH https://management.azure.com/subscriptions/b368ca2f-e298-46b7-b0ab-012281956afa/resourceGroups/MyAlertRules/providers/microsoft.alertsManagement/smartDetectorAlertRules/MyAlertRule?api-version=2019-06-01

{
  "tags": {
    "newKey": "newVal"
  },
  "properties": {
    "description": "New description for patching",
    "frequency": "PT1M"
  }
}

示例响应

{
  "id": "/subscriptions/b368ca2f-e298-46b7-b0ab-012281956afa/resourceGroups/MyAlertRules/providers/microsoft.alertsManagement/smartDetectorAlertRules/MyAlertRule",
  "type": "Microsoft.AlertsManagement/smartDetectorAlertRules",
  "name": "MyAlertRule",
  "location": "global",
  "tags": {
    "newKey": "newVal"
  },
  "properties": {
    "description": "New description for patching",
    "state": "Enabled",
    "severity": "Sev3",
    "frequency": "PT1M",
    "detector": {
      "id": "VMMemoryLeak"
    },
    "scope": [
      "/subscriptions/b368ca2f-e298-46b7-b0ab-012281956afa/resourceGroups/MyVms/providers/Microsoft.Compute/virtualMachines/vm1"
    ],
    "actionGroups": [
      {
        "actionGroupId": "/subscriptions/b368ca2f-e298-46b7-b0ab-012281956afa/resourcegroups/actionGroups/providers/microsoft.insights/actiongroups/MyActionGroup"
      }
    ],
    "throttling": {
      "duration": "PT20M"
    }
  }
}

定义

名称 说明
ActionGroupsInformation

警报规则使用的“操作组”信息。

AlertRule

警报规则信息

AlertRulePatchObject

警报规则修补程序信息

AlertRuleState

警报规则状态。

Detector

检测器信息。 默认情况下,除非在 expandDetector 中指定了它,否则不会填充它

Severity

警报规则严重性。

SmartDetectorErrorResponse

描述错误响应的格式。

ThrottlingInformation

警报规则的可选限制信息。

ActionGroupsInformation

警报规则使用的“操作组”信息。

名称 类型 说明
customEmailSubject

string

在 电子邮件通知 中使用的可选自定义电子邮件主题。

customWebhookPayload

string

在 Web 挂钩通知中使用的可选自定义 Web 挂钩有效负载。

groupIds

string[]

操作组资源 ID。

AlertRule

警报规则信息

名称 类型 默认值 说明
id

string

资源 ID。

location

string

global

资源位置。

name

string

资源名称。

properties.actionGroups

ActionGroupsInformation

警报规则操作。

properties.description

string

警报规则说明。

properties.detector

Detector

警报规则的检测器。

properties.frequency

string

ISO8601格式的警报规则频率。 时间粒度必须为分钟,最小值为 5 分钟。

properties.scope

string[]

警报规则资源范围。

properties.severity

Severity

警报规则严重性。

properties.state

AlertRuleState

警报规则状态。

properties.throttling

ThrottlingInformation

警报规则限制信息。

tags

object

资源标记。

type

string

资源类型。

AlertRulePatchObject

警报规则修补程序信息

名称 类型 说明
id

string

资源 ID。

name

string

资源名称。

properties.actionGroups

ActionGroupsInformation

警报规则操作。

properties.description

string

警报规则说明。

properties.frequency

string

ISO8601格式的警报规则频率。 时间粒度必须为分钟,最小值为 5 分钟。

properties.severity

Severity

警报规则严重性。

properties.state

AlertRuleState

警报规则状态。

properties.throttling

ThrottlingInformation

警报规则限制信息。

tags

object

资源标记。

type

string

资源类型。

AlertRuleState

警报规则状态。

名称 类型 说明
Disabled

string

Enabled

string

Detector

检测器信息。 默认情况下,除非在 expandDetector 中指定了它,否则不会填充它

名称 类型 说明
description

string

智能检测器说明。 默认情况下,除非在 expandDetector 中指定了它,否则不会填充它

id

string

检测器 ID。

imagePaths

string[]

智能检测器图像路径。 默认情况下,除非在 expandDetector 中指定了它,否则不会填充它

name

string

智能检测器名称。 默认情况下,除非在 expandDetector 中指定了它,否则不会填充它

parameters

object

检测器的参数。

supportedResourceTypes

string[]

智能检测器支持的资源类型。 默认情况下,除非在 expandDetector 中指定了它,否则不会填充它

Severity

警报规则严重性。

名称 类型 说明
Sev0

string

Sev1

string

Sev2

string

Sev3

string

Sev4

string

SmartDetectorErrorResponse

描述错误响应的格式。

名称 类型 说明
code

string

错误代码

message

string

指示操作失败原因的错误消息。

ThrottlingInformation

警报规则的可选限制信息。

名称 类型 说明
duration

string

所需的持续时间 (ISO8601格式) 等待,然后再再次通知警报规则。 时间粒度必须为分钟,最小值为 0 分钟