Skip to main content

vw_fqdn_list_global_rulestacks

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

Overview

Namevw_fqdn_list_global_rulestacks
TypeView
Idazure_isv.paloalto.vw_fqdn_list_global_rulestacks

Fields

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

SQL Definition

SELECT
systemData as system_data,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.fqdnList') as "fqdn_list",
JSON_EXTRACT(properties, '$.etag') as "etag",
JSON_EXTRACT(properties, '$.auditComment') as "audit_comment",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
globalRulestackName,
name
FROM azure_isv.paloalto.fqdn_list_global_rulestacks
WHERE globalRulestackName = 'replace-me';