global_rulestack_change_logs
Creates, updates, deletes, gets or lists a global_rulestack_change_logs
resource.
Overview
Name | global_rulestack_change_logs |
Type | Resource |
Id | azure_isv.paloalto.global_rulestack_change_logs |
Fields
Name | Datatype | Description |
---|---|---|
changes | array | list of changes |
lastCommitted | string | lastCommitted timestamp |
lastModified | string | lastModified timestamp |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | globalRulestackName | Get changelog |
SELECT
examples
Get changelog
SELECT
changes,
lastCommitted,
lastModified
FROM azure_isv.paloalto.global_rulestack_change_logs
WHERE globalRulestackName = '{{ globalRulestackName }}';