Action Groups - Enable Receiver
在動作群組中啟用接收者。 這會將接收者的狀態從 [已停用] 變更為 [已啟用]。 只有 Email 或SMS接收者才支援這項作業。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}/subscribe?api-version=2021-09-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
action
|
path | True |
string |
動作群組的名稱。 |
resource
|
path | True |
string |
資源群組的名稱。 名稱不區分大小寫。 |
subscription
|
path | True |
string |
目標訂用帳戶的標識碼。 |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
receiverName | True |
string |
要重新訂閱的接收者名稱。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
已成功啟用接收者。 |
|
Other Status Codes |
接收者已在動作群組中啟用。 |
|
Other Status Codes |
發生錯誤且無法啟用接收者,例如:404:找不到動作群組,或在動作群組中找不到相符的接收者。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Enable the receiver
範例要求
範例回覆
定義
名稱 | Description |
---|---|
Enable |
描述應重新訂閱的接收者。 |
Error |
描述錯誤回應的格式。 |
EnableRequest
描述應重新訂閱的接收者。
名稱 | 類型 | Description |
---|---|---|
receiverName |
string |
要重新訂閱的接收者名稱。 |
ErrorResponse
描述錯誤回應的格式。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼 |
message |
string |
指出作業失敗原因的錯誤訊息。 |