az sapmonitor provider-instance

Note

This reference is part of the sap-hana extension for the Azure CLI (version 2.0.46 or higher). The extension will automatically install the first time you run an az sapmonitor provider-instance command. Learn more about extensions.

Manage the provider instance for the SAP Monitor.

Commands

Name Description Type Status
az sapmonitor provider-instance create

Create a new provider instance for the SAP Monitor.

Extension GA
az sapmonitor provider-instance delete

Delete a provider instance from the SAP Monitor.

Extension GA
az sapmonitor provider-instance list

List provider instances for the SAP Monitor.

Extension GA
az sapmonitor provider-instance show

Get the details of a provider instance for the SAP Monitor.

Extension GA

az sapmonitor provider-instance create

Create a new provider instance for the SAP Monitor.

az sapmonitor provider-instance create --monitor-name
                                       --provider-instance-name
                                       --provider-instance-properties
                                       --provider-instance-type
                                       --resource-group
                                       [--provider-instance-metadata]

Required Parameters

--monitor-name -n

The name of the SAP monitor.

--provider-instance-name

The name of the provider instance.

--provider-instance-properties

The properties of the provider instance (Should be of JSON format).

--provider-instance-type

The type of the provider instance.

--resource-group -g

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

Optional Parameters

--provider-instance-metadata

The metadata of the provider instance (Should be of JSON format).

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az sapmonitor provider-instance delete

Delete a provider instance from the SAP Monitor.

az sapmonitor provider-instance delete --monitor-name
                                       --provider-instance-name
                                       --resource-group

Required Parameters

--monitor-name -n

The name of the SAP monitor.

--provider-instance-name

The name of the provider instance.

--resource-group -g

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az sapmonitor provider-instance list

List provider instances for the SAP Monitor.

az sapmonitor provider-instance list --monitor-name
                                     --resource-group

Required Parameters

--monitor-name -n

The name of the SAP monitor.

--resource-group -g

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az sapmonitor provider-instance show

Get the details of a provider instance for the SAP Monitor.

az sapmonitor provider-instance show --monitor-name
                                     --provider-instance-name
                                     --resource-group

Required Parameters

--monitor-name -n

The name of the SAP monitor.

--provider-instance-name

The name of the provider instance.

--resource-group -g

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

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

--verbose

Increase logging verbosity. Use --debug for full debug logs.