Ze command
Description
Show who did what and when on this box.
Returns audit log entries with timestamps, actors, and actions.
Filters (all optional, combinable): action <type>, actor <name>,
surface <name> (cli, web, api), since/until <RFC3339>, count <N>.
Actions include config-commit, login, peer-teardown, and more.
Arguments
| Name | Type | Required |
|---|---|---|
action | string | no |
actor | string | no |
count | uint | no |
since | string | no |
surface | string | no |
until | string | no |