Skip to main content

vw_web_tests

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

Overview

Namevw_web_tests
TypeView
Idazure.application_insights.vw_web_tests

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
kind as kind,
JSON_EXTRACT(properties, '$.SyntheticMonitorId') as "synthetic_monitor_id",
JSON_EXTRACT(properties, '$.Name') as "name",
JSON_EXTRACT(properties, '$.Description') as "description",
JSON_EXTRACT(properties, '$.Enabled') as "enabled",
JSON_EXTRACT(properties, '$.Frequency') as "frequency",
JSON_EXTRACT(properties, '$.Timeout') as "timeout",
JSON_EXTRACT(properties, '$.Kind') as "kind",
JSON_EXTRACT(properties, '$.RetryEnabled') as "retry_enabled",
JSON_EXTRACT(properties, '$.Locations') as "locations",
JSON_EXTRACT(properties, '$.Configuration') as "configuration",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.Request') as "request",
JSON_EXTRACT(properties, '$.ValidationRules') as "validation_rules",
subscriptionId,
resourceGroupName,
webTestName
FROM azure.application_insights.web_tests
WHERE subscriptionId = 'replace-me';