Skip to main content

vw_connection_monitor_tests

Creates, updates, deletes, gets or lists a vw_connection_monitor_tests resource.

Overview

Namevw_connection_monitor_tests
TypeView
Idazure.peering.vw_connection_monitor_tests

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.sourceAgent') as "source_agent",
JSON_EXTRACT(properties, '$.destination') as "destination",
JSON_EXTRACT(properties, '$.destinationPort') as "destination_port",
JSON_EXTRACT(properties, '$.testFrequencyInSec') as "test_frequency_in_sec",
JSON_EXTRACT(properties, '$.isTestSuccessful') as "is_test_successful",
JSON_EXTRACT(properties, '$.path') as "path",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
peeringServiceName,
connectionMonitorTestName
FROM azure.peering.connection_monitor_tests
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND peeringServiceName = 'replace-me';