az internet-analyzer

Note

This reference is part of the internet-analyzer extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az internet-analyzer command. Learn more about extensions.

Commands to manage internet analyzer.

Commands

Name Description Type Status
az internet-analyzer preconfigured-endpoint

Commands to manage preconfigured endpoints.

Extension GA
az internet-analyzer preconfigured-endpoint list

List preconfigured endpoints.

Extension GA
az internet-analyzer profile

Commands to manage internet analyzer profile.

Extension GA
az internet-analyzer profile create

Create internet analyzer profile.

Extension GA
az internet-analyzer profile delete

Delete internet analyzer profile.

Extension GA
az internet-analyzer profile list

List internet analyzer profiles.

Extension GA
az internet-analyzer profile show

Show internet analyzer profile.

Extension GA
az internet-analyzer profile update

Update internet analyzer profile.

Extension GA
az internet-analyzer show-scorecard

Show latency scorecard for a test.

Extension GA
az internet-analyzer show-timeseries

Show timeseries for a test.

Extension GA
az internet-analyzer test

Commands to manage tests.

Extension GA
az internet-analyzer test create

Create test.

Extension GA
az internet-analyzer test delete

Delete test.

Extension GA
az internet-analyzer test list

List tests.

Extension GA
az internet-analyzer test show

Show test.

Extension GA
az internet-analyzer test update

Update test.

Extension GA

az internet-analyzer show-scorecard

Show latency scorecard for a test.

az internet-analyzer show-scorecard --aggregation-interval
                                    --profile-name
                                    --resource-group
                                    --test-name
                                    [--country]
                                    [--end-date-time-utc]

Required Parameters

--aggregation-interval

The aggregation interval of the Latency Scorecard.

--profile-name

The name of the Internet Analyzer profile under which the test exists.

--resource-group -g

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

--test-name

The name of the Internet Analyzer test.

Optional Parameters

--country

The country associated with the Latency Scorecard. Values are country ISO codes as specified here - https://www.iso.org/iso-3166-country-codes.html.

--end-date-time-utc

The end DateTime of the Latency Scorecard in UTC.

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 internet-analyzer show-timeseries

Show timeseries for a test.

az internet-analyzer show-timeseries --aggregation-interval
                                     --end-date-time-utc
                                     --endpoint
                                     --profile-name
                                     --resource-group
                                     --start-date-time-utc
                                     --test-name
                                     --timeseries-type
                                     [--country]

Required Parameters

--aggregation-interval

The aggregation interval of the Timeseries.

--end-date-time-utc

The end DateTime of the Timeseries in UTC.

--endpoint

The specific endpoint.

--profile-name

The name of the Internet Analyzer profile under which the test exists.

--resource-group -g

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

--start-date-time-utc

The start DateTime of the Timeseries in UTC.

--test-name

The name of the Internet Analyzer test.

--timeseries-type

The type of Timeseries.

Optional Parameters

--country

The country associated with the Latency Scorecard. Values are country ISO codes as specified here - https://www.iso.org/iso-3166-country-codes.html.

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.