az monitor action-group test-notifications
アクション グループのテスト通知を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az monitor action-group test-notifications create |
アクション グループのテスト通知を作成します。 |
コア | GA |
az monitor action-group test-notifications create
アクション グループのテスト通知を作成します。
az monitor action-group test-notifications create --action-group
--alert-type
--resource-group
[--add-action]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
例
アクション グループを使用してアクション グループのテスト通知を作成する
az monitor action-group test-notifications create --action-group MyActionGroup --resource-group MyResourceGroup -a email alice alice@example.com usecommonalertsChema --alert-type budget
必須のパラメーター
アクション グループの名前。
サポートされているアラートの種類の値。 サポートされているアラートの種類の値は、servicehealth、metricstaticthreshold、metricsdynamicthreshold、logalertv2、smartalert、webtestalert、logalertv1numresult、logalertv1metricmeasurement、resourcehealth、activitylog、budget です。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
省略可能のパラメーター
受信者をアクション グループに追加します。
使用法: --add-action TYPE NAME [ARG ...]Email: Format: --add-action email NAME EMAIL_ADDRESS [usecommonalertschema] Example: --add-action email bob bob@contoso.com SMS: Format: --add-action sms NAME COUNTRY_CODE PHONE_NUMBER Example: --add-action sms charli 1 5551234567 Webhook: Format: --add-action webhook NAME URI [useaadauth OBJECT_ID IDENTIFIER URI] [usecommonalertschema] Example: --add-action https://www.contoso.com/alert useaadauth testobj http://identifier usecommonalertschema Arm Role: Format: --add-action armrole NAME ROLE_ID [usecommonalertschema] Example: --add-action armole owner_role 8e3af657-a8ff-443c-a75c-2fe8c4bcb635 Azure App Push: Format: --add-action azureapppush NAME EMAIL_ADDRESS例: --add-action azureapppush test_apppush bob@contoso.com ITSM: Format: --add-action itsm NAME WORKSPACE_ID CONNECTION_ID TICKET_CONFIGURATION REGION 例: --add-action itsm test_itsm test_workspace test_conn ticket_blob useast Automation Runbook: Format: --add-action automationrunbook NAME AUTOMATION_ACCOUNT_ID RUNBOOK_NAME WEBHOOK_RESOURCE_ID SERVICE_URI[isglobalrunbook][usecommonalertschema]例: --add-action automationrunbook test_runbook test_acc test_book test_webhook test_rsrc http://example.com isglobalrunbook usecommonalertschema Voice: Format: --add-action voice NAME COUNTRY_CODE PHONE_NUMBER 例: --add-action voice charli 1 4441234567 Logic アプリ: 形式: --add-action logicapp NAME RESOURCE_ID CALLBACK_URL [usecommonalertschema] 例: --add-action logicapp test_logicapp test_rsrc http://callback Azure 関数: 形式: --add-action azurefunction NAME FUNCTION_APP_RESOURCE_ID FUNCTION_NAMEHTTP_TRIGGER_URL [usecommonalertschema] 例: --add-action azurefunction test_function test_rsrc test_func http://trigger usecommonalertschema Event Hub: Format: --action eventhub NAME SUBSCRIPTION_ID EVENT_HUB_NAME_SPACE EVENT_HUB_NAME [usecommonalertschema] Example: --action eventhub test_eventhub 5def922a-3ed4-49c1-b9fd-05ec533819a3 eventhubNameSpace testEventHubName usecommonalertschema 複数のアクションは、複数の --add-action
引数を使用して指定できます。
'useaadauth'、'isglobalrunbook' および 'usecommonalertschema' は省略可能な引数であり、それぞれのパラメーターを True に設定するためにのみ渡す必要があります。
'useaadauth' 引数が渡された場合は、OBJECT_ID値とIDENTIFIER_URI値も必要です。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
実行時間の長い操作が完了するまで待つ必要はありません。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
Azure CLI