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
The aggregation interval of the Latency Scorecard.
The name of the Internet Analyzer profile under which the test exists.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Internet Analyzer test.
Optional Parameters
The country associated with the Latency Scorecard. Values are country ISO codes as specified here - https://www.iso.org/iso-3166-country-codes.html.
The end DateTime of the Latency Scorecard in UTC.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
The aggregation interval of the Timeseries.
The end DateTime of the Timeseries in UTC.
The specific endpoint.
The name of the Internet Analyzer profile under which the test exists.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The start DateTime of the Timeseries in UTC.
The name of the Internet Analyzer test.
The type of Timeseries.
Optional Parameters
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
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.