Audit Commands

uac audit

Audit commands for retrieving audit logs and information

uac audit [OPTIONS] COMMAND [ARGS]...

list

Get a list of audits

uac audit list [OPTIONS] auditType=value source=value status=value
               createdBy=value tableName=value tableRecordName=value
               updatedTimeType=value updatedTime=value tableKey=value
               includeChildAudits=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

-f, --format <table>

Output format (json or table). Defaults to output_options.default_stdout_format in config.yml.

Options:

json | table

-c, --columns <table_fields>

Comma-separated list of field names to display in table output. Supports dot notation for nested fields (e.g. name.label). Example: name,description,type

Arguments

auditType=value source=value status=value createdBy=value tableName=value tableRecordName=value updatedTimeType=value updatedTime=value tableKey=value includeChildAudits=value

Optional argument(s)