Functions and Views for All Products > Policy Auditing Functions
  
Version 10.0.01
Policy Auditing Functions
Use the following functions to monitor NetBackup policy changes.
listClientChanges
listPathnameChanges
listPolicyChanges
listScheduleChanges
listClientChanges
This function returns a list of NetBackup jobs for which policy clients have changed.
Note that 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 that 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 that 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 that 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.