watchers_azure_reachability_reports
Creates, updates, deletes, gets or lists a watchers_azure_reachability_reports
resource.
Overview
Name | watchers_azure_reachability_reports |
Type | Resource |
Id | azure.network.watchers_azure_reachability_reports |
Fields
Name | Datatype | Description |
---|---|---|
aggregationLevel | string | The aggregation level of Azure reachability report. Can be Country, State or City. |
providerLocation | object | Parameters that define a geographic location. |
reachabilityReport | array | List of Azure reachability report items. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | networkWatcherName, resourceGroupName, subscriptionId, data__endTime, data__providerLocation, data__startTime | NOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions. |
SELECT
examples
NOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions.
SELECT
aggregationLevel,
providerLocation,
reachabilityReport
FROM azure.network.watchers_azure_reachability_reports
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__endTime = '{{ data__endTime }}'
AND data__providerLocation = '{{ data__providerLocation }}'
AND data__startTime = '{{ data__startTime }}';