listPolicyChanges
This function returns a list of NetBackup jobs for which policies have changed.
Note:
In the SQL Template Designer query, the function name must be prefaced with:
listPolicyChanges( startDate, finishDate, clientList, policyList, groupID, cascade)
Argument Name | Type |
|---|---|
startDate | DATE with the value derived from the Scope Selector |
finishDate | DATE with the value derived from the Scope Selector |
clientList | numberListType Example: numberListType(1,2,3) |
policyList | numberListType Example: numberListType(1,2,3) |
groupID | Host group ID. |
cascade | Specify 1 to designate that you want to cascade through the host group hierarchy; Otherwise, set to 0. |