This command displays an audit report generated from the audit database.
Enter the command using the syntax shown below. Available options are shown in brackets.
zosadmin auditreport [--username=] [--from=] [--to=] [--limit=] [--grid=] [--childjobs] [--table=]
When you add an option, use the syntax in the command line as shown above (where options are shown in their long form). Short and long options for this command are listed below.
Specify the username of the user who ran the job (default is all users).
Select jobs submitted on or after this date. For example, Fri, 12 Oct 2007 or Fri, 12 Oct 2007 13:30:00. The default day is the current day.
Select jobs submitted on or before this date. For example, Fri, 12 Oct 2007 or Fri, 12 Oct 2007 13:30:00. The default day is the current time.
Limit the number of jobs reported (the default is 500).
Specify a different grid (by ID). Use ‘*’ to match all. Include the single quotes only in a shell environment.
Include child jobs (the default is root jobs only).
Specify the table (workflow, actions). The default is “workflow.”
Turn on debug output during this operation.
Turn on verbose output during this operation.
Display a help message for this operation.
To display a report of job records for the logged in grid, use the following command:
zosadmin auditreport
To display a report of action status records for the logged in grid, use the following command:
zosadmin auditreport --table=actions