vinfra cluster auditlog show
Show details of an audit log entry:
usage: vinfra cluster auditlog show <auditlog>
<auditlog>
- Audit log ID
Example:
# vinfra cluster auditlog show 1 +--------------+----------------------------------+ | Field | Value | +--------------+----------------------------------+ | activity | User login | | cluster_id | | | cluster_name | | | component | Users | | details | [] | | id | 1 | | message | User "admin" login | | node_id | | | result | success | | task_id | 5686556295049300 | | timestamp | 2018-09-07T08:33:44.175797+00:00 | | type | LoginUser | | username | admin | +--------------+----------------------------------+
This command shows the details of the audit log entry with the ID 1
.