Pipelined Functions for Report Query Building > Policy Auditing Functions
  
Version 10.2.01P10
Policy Auditing Functions
Use the following functions to monitor NetBackup policy changes.
Function
Description
Returns a list of NetBackup policies for which clients have changed.
Returns a list of NetBackup policies for which path names have changed.
Returns a list of NetBackup policies that have changed.
Returns a list of NetBackup schedules that have changed.
listClientChanges
This function returns a list of NetBackup policies in which clients have changed.
Note: In the SQL Template Designer query, the function name must be prefaced with: nbu_rtd.
listClientChanges(
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
cascade
Specify 1 to designate that you want to cascade through the host group hierarchy; Otherwise, set to 0.
listPathnameChanges
This function returns a list of NetBackup jobs for which policy path names have changed.
Note: In the SQL Template Designer query, the function name must be prefaced with: nbu_rtd.
listPathnameChanges(
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
cascade
Specify 1 to designate that you want to cascade through the host group hierarchy; Otherwise, set to 0.
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: nbu_rtd.
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
cascade
Specify 1 to designate that you want to cascade through the host group hierarchy; Otherwise, set to 0.
listScheduleChanges
This function returns a list of NetBackup jobs for which policy schedules have changed.
Note: In the SQL Template Designer query, the function name must be prefaced with: nbu_rtd.
listScheduleChanges(
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
cascade
Specify 1 to designate that you want to cascade through the host group hierarchy; Otherwise, set to 0.