Skip to main content

global_rulestack_change_logs

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

Overview

Nameglobal_rulestack_change_logs
TypeResource
Idazure_isv.paloalto.global_rulestack_change_logs

Fields

The following fields are returned by SELECT queries:

The request has succeeded.

NameDatatypeDescription
changesarraylist of changes (x-cadl-name: string[])
lastCommittedstring (date-time)lastCommitted timestamp
lastModifiedstring (date-time)lastModified timestamp

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectglobalRulestackNameGet changelog

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
globalRulestackNamestringGlobalRulestack resource name

SELECT examples

Get changelog

SELECT
changes,
lastCommitted,
lastModified
FROM azure_isv.paloalto.global_rulestack_change_logs
WHERE globalRulestackName = '{{ globalRulestackName }}' -- required
;