Skip to main content

local_rules_counters

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

Overview

Namelocal_rules_counters
TypeResource
Idazure_isv.paloalto.local_rules_counters

Fields

NameDatatypeDescription
appSeenobjectData Type for App Seen
firewallNamestringfirewall name
hitCountintegerhit count
lastUpdatedTimestampstringlast updated timestamp
prioritystringpriority number
requestTimestampstringtimestamp of request
ruleListNamestringrule list name
ruleNamestringrule name
ruleStackNamestringrule Stack Name
timestampstringtimestamp of response

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocalRulestackName, priority, resourceGroupName, subscriptionIdGet counters

SELECT examples

Get counters

SELECT
appSeen,
firewallName,
hitCount,
lastUpdatedTimestamp,
priority,
requestTimestamp,
ruleListName,
ruleName,
ruleStackName,
timestamp
FROM azure_isv.paloalto.local_rules_counters
WHERE localRulestackName = '{{ localRulestackName }}'
AND priority = '{{ priority }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';