az monitor action-group

Manage action groups.

Commands

az monitor action-group create

Create a new action group.

az monitor action-group delete

Delete an action group.

az monitor action-group enable-receiver

Enable a receiver in an action group.

az monitor action-group list

List action groups under a resource group or the current subscription.

az monitor action-group show

Show the details of an action group.

az monitor action-group test-notifications

Manage action groups test-notifications.

az monitor action-group test-notifications create

Create an action group test-notifications.

az monitor action-group update

Update an action group.

az monitor action-group wait

Place the CLI in a waiting state.

az monitor action-group create

Create a new action group.

az monitor action-group create --name
                               --resource-group
                               [--action]
                               [--location]
                               [--short-name]
                               [--tags]

Examples

Create a new action group (autogenerated)

az monitor action-group create --action webhook MyActionName https://alerts.contoso.com apiKey={APIKey} type=HighCPU --name MyActionGroup --resource-group MyResourceGroup

Required Parameters

--name -n

The name of the action group. Required.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--action -a

Add receivers to the action group during the creation.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--short-name

The short name of the action group.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

az monitor action-group delete

Delete an action group.

az monitor action-group delete [--ids]
                               [--name]
                               [--resource-group]
                               [--subscription]

Optional Parameters

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name -n

The name of the action group. Required.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

az monitor action-group enable-receiver

Enable a receiver in an action group.

This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.

az monitor action-group enable-receiver --name
                                        [--action-group]
                                        [--ids]
                                        [--resource-group]
                                        [--subscription]

Required Parameters

--name -n

The name of the receiver to resubscribe.

Optional Parameters

--action-group

The name of the action group.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

az monitor action-group list

List action groups under a resource group or the current subscription.

az monitor action-group list [--resource-group]

Optional Parameters

--resource-group -g

Name of the resource group under which the action groups are being listed. If it is omitted, all the action groups under the current subscription are listed.

az monitor action-group show

Show the details of an action group.

az monitor action-group show [--ids]
                             [--name]
                             [--resource-group]
                             [--subscription]

Examples

Show the details of an action group (commonly used with --output and --query). (autogenerated)

az monitor action-group show --name MyActionGroup --resource-group MyResourceGroup

Optional Parameters

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name -n

The name of the action group. Required.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

az monitor action-group update

Update an action group.

az monitor action-group update [--add]
                               [--add-action]
                               [--force-string]
                               [--ids]
                               [--name]
                               [--remove]
                               [--remove-action]
                               [--resource-group]
                               [--set]
                               [--short-name]
                               [--subscription]
                               [--tags]

Examples

Update an action group (autogenerated)

az monitor action-group update --name MyActionGroup --resource-group MyResourceGroup --set retentionPolicy.days=365 --subscription MySubscription

Optional Parameters

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

default value: []
--add-action -a

Add receivers to the action group.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

default value: False
--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name -n

The name of the action group. Required.

--remove

Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.

default value: []
--remove-action -r

Remove receivers from the action group. Accept space-separated list of receiver names.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=.

default value: []
--short-name

Update the group short name of the action group.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

az monitor action-group wait

Place the CLI in a waiting state.

az monitor action-group wait [--created]
                             [--custom]
                             [--deleted]
                             [--exists]
                             [--ids]
                             [--interval]
                             [--name]
                             [--resource-group]
                             [--subscription]
                             [--timeout]
                             [--updated]

Optional Parameters

--created

Wait until created with 'provisioningState' at 'Succeeded'.

default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Wait until deleted.

default value: False
--exists

Wait until the resource exists.

default value: False
--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--interval

Polling interval in seconds.

default value: 30
--name -n

The name of the action group. Required.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--timeout

Maximum wait in seconds.

default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

default value: False