Skip to main content

vw_prefix_list_global_rulestacks

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

Overview

Namevw_prefix_list_global_rulestacks
TypeView
Idazure_isv.paloalto.vw_prefix_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, '$.prefixList') as "prefix_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.prefix_list_global_rulestacks
WHERE globalRulestackName = 'replace-me';