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

Action Groups - Create Or Update

创建新的操作组或更新现有操作组。

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}?api-version=2021-09-01

URI 参数

名称 必需 类型 说明
actionGroupName
path True

string

操作组的名称。

resourceGroupName
path True

string

资源组的名称。 此名称不区分大小写。

subscriptionId
path True

string

目标订阅的 ID。

api-version
query True

string

要用于此操作的 API 版本。

请求正文

名称 必需 类型 说明
location True

string

资源位置

properties.enabled True

boolean

指示是否启用此操作组。 如果未启用操作组,则其接收方不会接收通信。

properties.groupShortName True

string

操作组的短名称。 这将在短信中使用。

properties.armRoleReceivers

ArmRoleReceiver[]

属于此操作组的 ARM 角色接收器的列表。 角色是 Azure RBAC 角色,仅支持内置角色。

properties.automationRunbookReceivers

AutomationRunbookReceiver[]

属于此操作组的 AutomationRunbook 接收器的列表。

properties.azureAppPushReceivers

AzureAppPushReceiver[]

属于此操作组的 AzureAppPush 接收器的列表。

properties.azureFunctionReceivers

AzureFunctionReceiver[]

属于此操作组的 azure 函数接收器的列表。

properties.emailReceivers

EmailReceiver[]

属于此操作组的电子邮件收件人的列表。

properties.eventHubReceivers

EventHubReceiver[]

属于此操作组的事件中心接收器的列表。

properties.itsmReceivers

ItsmReceiver[]

属于此操作组的 ITSM 接收器的列表。

properties.logicAppReceivers

LogicAppReceiver[]

属于此操作组的逻辑应用接收器的列表。

properties.smsReceivers

SmsReceiver[]

属于此操作组的短信接收方列表。

properties.voiceReceivers

VoiceReceiver[]

属于此操作组的语音接收器列表。

properties.webhookReceivers

WebhookReceiver[]

属于此操作组的 Webhook 接收器的列表。

tags

object

资源标记

响应

名称 类型 说明
200 OK

ActionGroupResource

已成功更新现有操作组。

201 Created

ActionGroupResource

已成功创建新的操作组。

Other Status Codes

ErrorResponse

发生错误,无法创建或更新操作组。

安全性

azure_auth

Azure Active Directory OAuth2 流

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

Create or update an action group

Sample Request

PUT https://management.azure.com/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/Default-NotificationRules/providers/Microsoft.Insights/actionGroups/SampleActionGroup?api-version=2021-09-01

{
  "location": "Global",
  "tags": {},
  "properties": {
    "groupShortName": "sample",
    "enabled": true,
    "emailReceivers": [
      {
        "name": "John Doe's email",
        "emailAddress": "johndoe@email.com",
        "useCommonAlertSchema": false
      },
      {
        "name": "Jane Smith's email",
        "emailAddress": "janesmith@email.com",
        "useCommonAlertSchema": true
      }
    ],
    "smsReceivers": [
      {
        "name": "John Doe's mobile",
        "countryCode": "1",
        "phoneNumber": "1234567890"
      },
      {
        "name": "Jane Smith's mobile",
        "countryCode": "1",
        "phoneNumber": "0987654321"
      }
    ],
    "webhookReceivers": [
      {
        "name": "Sample webhook 1",
        "serviceUri": "http://www.example.com/webhook1",
        "useCommonAlertSchema": true
      },
      {
        "name": "Sample webhook 2",
        "serviceUri": "http://www.example.com/webhook2",
        "useCommonAlertSchema": true,
        "useAadAuth": true,
        "objectId": "d3bb868c-fe44-452c-aa26-769a6538c808",
        "identifierUri": "http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a",
        "tenantId": "68a4459a-ccb8-493c-b9da-dd30457d1b84"
      }
    ],
    "itsmReceivers": [
      {
        "name": "Sample itsm",
        "workspaceId": "5def922a-3ed4-49c1-b9fd-05ec533819a3|55dfd1f8-7e59-4f89-bf56-4c82f5ace23c",
        "connectionId": "a3b9076c-ce8e-434e-85b4-aff10cb3c8f1",
        "ticketConfiguration": "{\"PayloadRevision\":0,\"WorkItemType\":\"Incident\",\"UseTemplate\":false,\"WorkItemData\":\"{}\",\"CreateOneWIPerCI\":false}",
        "region": "westcentralus"
      }
    ],
    "azureAppPushReceivers": [
      {
        "name": "Sample azureAppPush",
        "emailAddress": "johndoe@email.com"
      }
    ],
    "automationRunbookReceivers": [
      {
        "automationAccountId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/runbookTest/providers/Microsoft.Automation/automationAccounts/runbooktest",
        "runbookName": "Sample runbook",
        "webhookResourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/runbookTest/providers/Microsoft.Automation/automationAccounts/runbooktest/webhooks/Alert1510184037084",
        "isGlobalRunbook": false,
        "name": "testRunbook",
        "serviceUri": "<serviceUri>",
        "useCommonAlertSchema": true
      }
    ],
    "voiceReceivers": [
      {
        "name": "Sample voice",
        "countryCode": "1",
        "phoneNumber": "1234567890"
      }
    ],
    "logicAppReceivers": [
      {
        "name": "Sample logicApp",
        "resourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp",
        "callbackUrl": "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w",
        "useCommonAlertSchema": false
      }
    ],
    "azureFunctionReceivers": [
      {
        "name": "Sample azureFunction",
        "functionAppResourceId": "/subscriptions/5def922a-3ed4-49c1-b9fd-05ec533819a3/resourceGroups/aznsTest/providers/Microsoft.Web/sites/testFunctionApp",
        "functionName": "HttpTriggerCSharp1",
        "httpTriggerUrl": "http://test.me",
        "useCommonAlertSchema": true
      }
    ],
    "armRoleReceivers": [
      {
        "name": "Sample armRole",
        "roleId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635",
        "useCommonAlertSchema": true
      }
    ],
    "eventHubReceivers": [
      {
        "name": "Sample eventHub",
        "eventHubNameSpace": "testEventHubNameSpace",
        "eventHubName": "testEventHub",
        "subscriptionId": "187f412d-1758-44d9-b052-169e2564721d",
        "tenantId": "68a4459a-ccb8-493c-b9da-dd30457d1b84"
      }
    ]
  }
}

Sample Response

{
  "id": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/Default-NotificationRules/providers/microsoft.insights/actionGroups/SampleActionGroup",
  "type": "Microsoft.Insights/ActionGroups",
  "name": "SampleActionGroup",
  "location": "Global",
  "tags": {},
  "properties": {
    "groupShortName": "sample",
    "enabled": true,
    "emailReceivers": [
      {
        "name": "John Doe's email",
        "emailAddress": "johndoe@email.com",
        "status": "Enabled",
        "useCommonAlertSchema": false
      },
      {
        "name": "Jane Smith's email",
        "emailAddress": "janesmith@email.com",
        "status": "Enabled",
        "useCommonAlertSchema": true
      }
    ],
    "smsReceivers": [
      {
        "name": "John Doe's mobile",
        "countryCode": "1",
        "phoneNumber": "1234567890",
        "status": "Enabled"
      },
      {
        "name": "Jane Smith's mobile",
        "countryCode": "1",
        "phoneNumber": "0987654321",
        "status": "Enabled"
      }
    ],
    "webhookReceivers": [
      {
        "name": "Sample webhook 1",
        "serviceUri": "http://www.example.com/webhook1",
        "useCommonAlertSchema": true
      },
      {
        "name": "Sample webhook 2",
        "serviceUri": "http://www.example.com/webhook2",
        "useCommonAlertSchema": true,
        "useAadAuth": true,
        "objectId": "d3bb868c-fe44-452c-aa26-769a6538c808",
        "identifierUri": "http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a",
        "tenantId": "68a4459a-ccb8-493c-b9da-dd30457d1b84"
      }
    ],
    "itsmReceivers": [
      {
        "name": "Sample itsm",
        "workspaceId": "5def922a-3ed4-49c1-b9fd-05ec533819a3|55dfd1f8-7e59-4f89-bf56-4c82f5ace23c",
        "connectionId": "a3b9076c-ce8e-434e-85b4-aff10cb3c8f1",
        "ticketConfiguration": "{\"PayloadRevision\":0,\"WorkItemType\":\"Incident\",\"UseTemplate\":false,\"WorkItemData\":\"{}\",\"CreateOneWIPerCI\":false}",
        "region": "westcentralus"
      }
    ],
    "azureAppPushReceivers": [
      {
        "name": "Sample azureAppPush",
        "emailAddress": "johndoe@email.com"
      }
    ],
    "automationRunbookReceivers": [
      {
        "automationAccountId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/runbookTest/providers/Microsoft.Automation/automationAccounts/runbooktest",
        "runbookName": "Sample runbook",
        "webhookResourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/runbookTest/providers/Microsoft.Automation/automationAccounts/runbooktest/webhooks/Alert1510184037084",
        "isGlobalRunbook": false,
        "name": "testRunbook",
        "serviceUri": "<serviceUri>",
        "useCommonAlertSchema": true
      }
    ],
    "voiceReceivers": [
      {
        "name": "Sample voice",
        "countryCode": "1",
        "phoneNumber": "1234567890"
      }
    ],
    "logicAppReceivers": [
      {
        "name": "Sample logicApp",
        "resourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp",
        "callbackUrl": "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w",
        "useCommonAlertSchema": false
      }
    ],
    "azureFunctionReceivers": [
      {
        "name": "Sample azureFunction",
        "functionAppResourceId": "/subscriptions/5def922a-3ed4-49c1-b9fd-05ec533819a3/resourceGroups/aznsTest/providers/Microsoft.Web/sites/testFunctionApp",
        "functionName": "HttpTriggerCSharp1",
        "httpTriggerUrl": "<httpTriggerUrl>",
        "useCommonAlertSchema": true
      }
    ],
    "armRoleReceivers": [
      {
        "name": "Sample armRole",
        "roleId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635",
        "useCommonAlertSchema": true
      }
    ],
    "eventHubReceivers": [
      {
        "name": "Sample eventHub",
        "eventHubNameSpace": "testEventHubNameSpace",
        "eventHubName": "testEventHub",
        "subscriptionId": "187f412d-1758-44d9-b052-169e2564721d",
        "tenantId": "68a4459a-ccb8-493c-b9da-dd30457d1b84",
        "useCommonAlertSchema": false
      }
    ]
  }
}
{
  "id": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/Default-NotificationRules/providers/microsoft.insights/actionGroups/SampleActionGroup",
  "type": "Microsoft.Insights/ActionGroups",
  "name": "SampleActionGroup",
  "location": "Global",
  "tags": {},
  "properties": {
    "groupShortName": "sample",
    "enabled": true,
    "emailReceivers": [
      {
        "name": "John Doe's email",
        "emailAddress": "johndoe@email.com",
        "status": "Enabled",
        "useCommonAlertSchema": false
      },
      {
        "name": "Jane Smith's email",
        "emailAddress": "janesmith@email.com",
        "status": "Enabled",
        "useCommonAlertSchema": true
      }
    ],
    "smsReceivers": [
      {
        "name": "John Doe's mobile",
        "countryCode": "1",
        "phoneNumber": "1234567890",
        "status": "Enabled"
      },
      {
        "name": "Jane Smith's mobile",
        "countryCode": "1",
        "phoneNumber": "0987654321",
        "status": "Enabled"
      }
    ],
    "webhookReceivers": [
      {
        "name": "Sample webhook 1",
        "serviceUri": "http://www.example.com/webhook1",
        "useCommonAlertSchema": true
      },
      {
        "name": "Sample webhook 2",
        "serviceUri": "http://www.example.com/webhook2",
        "useCommonAlertSchema": true,
        "useAadAuth": true,
        "objectId": "d3bb868c-fe44-452c-aa26-769a6538c808",
        "identifierUri": "http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a",
        "tenantId": "68a4459a-ccb8-493c-b9da-dd30457d1b84"
      }
    ],
    "itsmReceivers": [
      {
        "name": "Sample itsm",
        "workspaceId": "5def922a-3ed4-49c1-b9fd-05ec533819a3|55dfd1f8-7e59-4f89-bf56-4c82f5ace23c",
        "connectionId": "a3b9076c-ce8e-434e-85b4-aff10cb3c8f1",
        "ticketConfiguration": "{\"PayloadRevision\":0,\"WorkItemType\":\"Incident\",\"UseTemplate\":false,\"WorkItemData\":\"{}\",\"CreateOneWIPerCI\":false}",
        "region": "westcentralus"
      }
    ],
    "azureAppPushReceivers": [
      {
        "name": "Sample azureAppPush",
        "emailAddress": "johndoe@email.com"
      }
    ],
    "automationRunbookReceivers": [
      {
        "automationAccountId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/runbookTest/providers/Microsoft.Automation/automationAccounts/runbooktest",
        "runbookName": "Sample runbook",
        "webhookResourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/runbookTest/providers/Microsoft.Automation/automationAccounts/runbooktest/webhooks/Alert1510184037084",
        "isGlobalRunbook": false,
        "name": "testRunbook",
        "serviceUri": "<serviceUri>",
        "useCommonAlertSchema": true
      }
    ],
    "voiceReceivers": [
      {
        "name": "Sample voice",
        "countryCode": "1",
        "phoneNumber": "1234567890"
      }
    ],
    "logicAppReceivers": [
      {
        "name": "Sample logicApp",
        "resourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp",
        "callbackUrl": "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w",
        "useCommonAlertSchema": false
      }
    ],
    "azureFunctionReceivers": [
      {
        "name": "Sample azureFunction",
        "functionAppResourceId": "/subscriptions/5def922a-3ed4-49c1-b9fd-05ec533819a3/resourceGroups/aznsTest/providers/Microsoft.Web/sites/testFunctionApp",
        "functionName": "HttpTriggerCSharp1",
        "httpTriggerUrl": "<httpTriggerUrl>",
        "useCommonAlertSchema": true
      }
    ],
    "armRoleReceivers": [
      {
        "name": "Sample armRole",
        "roleId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635",
        "useCommonAlertSchema": true
      }
    ],
    "eventHubReceivers": [
      {
        "name": "Sample eventHub",
        "eventHubNameSpace": "testEventHubNameSpace",
        "eventHubName": "testEventHub",
        "subscriptionId": "187f412d-1758-44d9-b052-169e2564721d",
        "tenantId": "68a4459a-ccb8-493c-b9da-dd30457d1b84",
        "useCommonAlertSchema": false
      }
    ]
  }
}

定义

名称 说明
ActionGroupResource

操作组资源。

ArmRoleReceiver

一个 arm 角色接收器。

AutomationRunbookReceiver

Azure 自动化 Runbook 通知接收器。

AzureAppPushReceiver

Azure 移动应用推送通知接收器。

AzureFunctionReceiver

Azure 函数接收器。

EmailReceiver

电子邮件接收者。

ErrorResponse

描述错误响应的格式。

EventHubReceiver

事件中心接收器。

ItsmReceiver

Itsm 接收器。

LogicAppReceiver

逻辑应用接收器。

ReceiverStatus

指示接收方的状态。 未启用的接收方不会接收任何通信。

SmsReceiver

短信接收方。

VoiceReceiver

语音接收器。

WebhookReceiver

Webhook 接收器。

ActionGroupResource

操作组资源。

名称 类型 默认值 说明
id

string

Azure 资源 ID

location

string

资源位置

name

string

Azure 资源名称

properties.armRoleReceivers

ArmRoleReceiver[]

属于此操作组的 ARM 角色接收器的列表。 角色是 Azure RBAC 角色,仅支持内置角色。

properties.automationRunbookReceivers

AutomationRunbookReceiver[]

属于此操作组的 AutomationRunbook 接收器的列表。

properties.azureAppPushReceivers

AzureAppPushReceiver[]

属于此操作组的 AzureAppPush 接收器的列表。

properties.azureFunctionReceivers

AzureFunctionReceiver[]

属于此操作组的 Azure 函数接收器的列表。

properties.emailReceivers

EmailReceiver[]

属于此操作组的电子邮件收件人的列表。

properties.enabled

boolean

True

指示是否启用此操作组。 如果未启用操作组,则其任何接收方都不会接收通信。

properties.eventHubReceivers

EventHubReceiver[]

属于此操作组的事件中心接收器的列表。

properties.groupShortName

string

操作组的短名称。 这将在短信中使用。

properties.itsmReceivers

ItsmReceiver[]

属于此操作组的 ITSM 接收器的列表。

properties.logicAppReceivers

LogicAppReceiver[]

属于此操作组的逻辑应用接收器的列表。

properties.smsReceivers

SmsReceiver[]

属于此操作组的短信接收方列表。

properties.voiceReceivers

VoiceReceiver[]

属于此操作组的语音接收器列表。

properties.webhookReceivers

WebhookReceiver[]

属于此操作组的 Webhook 接收器的列表。

tags

object

资源标记

type

string

Azure 资源类型

ArmRoleReceiver

一个 arm 角色接收器。

名称 类型 默认值 说明
name

string

arm 角色接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

roleId

string

arm 角色 ID。

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。

AutomationRunbookReceiver

Azure 自动化 Runbook 通知接收器。

名称 类型 默认值 说明
automationAccountId

string

保存此 Runbook 并验证 Azure 资源的 Azure 自动化帐户 ID。

isGlobalRunbook

boolean

指示此实例是否为全局 Runbook。

name

string

指示 Webhook 的名称。

runbookName

string

此 Runbook 的名称。

serviceUri

string

应在其中发送 Webhook 的 URI。

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。

webhookResourceId

string

链接到此 Runbook 的 Webhook 的资源 ID。

AzureAppPushReceiver

Azure 移动应用推送通知接收器。

名称 类型 说明
emailAddress

string

为 Azure 移动应用注册的电子邮件地址。

name

string

Azure 移动应用推送接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

AzureFunctionReceiver

Azure 函数接收器。

名称 类型 默认值 说明
functionAppResourceId

string

函数应用的 azure 资源 ID。

functionName

string

函数应用中的函数名称。

httpTriggerUrl

string

http 请求发送到的 http 触发器 URL。

name

string

azure 函数接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。

EmailReceiver

电子邮件接收者。

名称 类型 默认值 说明
emailAddress

string

此接收方的电子邮件地址。

name

string

电子邮件接收方的名称。 名称在操作组内的所有接收方中必须是唯一的。

status

ReceiverStatus

电子邮件的接收方状态。

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。

ErrorResponse

描述错误响应的格式。

名称 类型 说明
code

string

错误代码

message

string

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

EventHubReceiver

事件中心接收器。

名称 类型 默认值 说明
eventHubName

string

特定事件中心队列的名称

eventHubNameSpace

string

事件中心命名空间

name

string

事件中心接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

subscriptionId

string

包含此事件中心的订阅的 ID

tenantId

string

包含此事件中心的订阅的租户 ID

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。

ItsmReceiver

Itsm 接收器。

名称 类型 说明
connectionId

string

在上述工作区中定义的多个之间唯一标识 ITSM 连接。

name

string

Itsm 接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

region

string

工作区所在的区域。 支持的值:'centralindia'、'japaneast'、'southeastasia'、'australiasoutheast'、'uksouth'、'westcentralus'、'canadacentral'、'eastus'、'westeurope'

ticketConfiguration

string

ITSM 操作配置的 JSON Blob。 CreateMultipleWorkItems 选项也将是此 Blob 的一部分。

workspaceId

string

OMS LA 实例标识符。

LogicAppReceiver

逻辑应用接收器。

名称 类型 默认值 说明
callbackUrl

string

http 请求发送到的回调 URL。

name

string

逻辑应用接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

resourceId

string

逻辑应用接收器的 azure 资源 ID。

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。

ReceiverStatus

指示接收方的状态。 未启用的接收方不会接收任何通信。

名称 类型 说明
Disabled

string

Enabled

string

NotSpecified

string

SmsReceiver

短信接收方。

名称 类型 说明
countryCode

string

短信接收方的国家/地区代码。

name

string

短信接收方的名称。 名称在操作组内的所有接收方中必须是唯一的。

phoneNumber

string

短信接收方的电话号码。

status

ReceiverStatus

接收方的状态。

VoiceReceiver

语音接收器。

名称 类型 说明
countryCode

string

语音接收器的国家/地区代码。

name

string

语音接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

phoneNumber

string

语音接收器的电话号码。

WebhookReceiver

Webhook 接收器。

名称 类型 默认值 说明
identifierUri

string

指示 aad 身份验证的标识符 URI。

name

string

Webhook 接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。

objectId

string

指示 aad 身份验证的 Webhook 应用对象 ID。

serviceUri

string

应在其中发送 Webhook 的 URI。

tenantId

string

指示 aad 身份验证的租户 ID。

useAadAuth

boolean

False

指示是否使用 AAD 身份验证。

useCommonAlertSchema

boolean

False

指示是否使用通用警报架构。