commandsprotected list

List protected hosts or users.

Usage

protected (host|user) list [change]

where
hosts list protected hosts.
users list protected users.
change id of protected hosts/users as list by protected changes, or relative change index.

read on /_beyondcron/acl/protected

Examples

List protected hosts

BeyondCron % protected host list

Host --------- localhost firewall 127.0.0.1

List details of an earlier version of the protected hosts

BeyondCron % protected host changes

Time Change Action User Host ------------------- -------- -- ------- ------ ---------------- 15:44:31 today 422e6e61 0 Updated admin demo.example.com 13:37:19 22/01/2020 b7ad96e8 -1 Updated admin demo.example.com 13:36:49 22/01/2020 3760787f -2 Updated admin demo.example.com 10:25:12 22/01/2020 967b29b4 -3 Import server demo.example.com

BeyondCron % protected host list b7ad96e8

Host --------- 127.0.0.1 localhost

List details of an earlier version of the protected hosts using a relative change index

Versions of protected hosts/users can also be referenced using their relative change index, with 0 being the current version, -1 being the previous version, etc…

BeyondCron % protected host list -1

Host --------- 127.0.0.1 localhost

See also