UserActivity

Description

API


    GET /api/useractivity
    GET /api/useractivity/<key>

CLI


    show useractivity <key>

Data

UserActivity

uuid

Type
string
Category
optional
Description

name

Type
string
Category
optional
Description
Name of the user this object refers to.

previous_password

Type
string
Category
repeated
Description
Stores the previous n passwords where n is ControllerProperties.max_password_history_count.

failed_login_attempts

Type
uint32
Category
optional
Description
Number of failed login attempts before a successful login.
Default
0

last_login_ip

Type
string
Category
optional
Description
IP of the machine the user was last logged in from.

last_login_timestamp

Type
string
Category
optional
Description
Timestamp of last login.

logged_in

Type
bool
Category
optional
Description
Indicates whether the user is logged in or not.

concurrent_sessions

Type
uint32
Category
optional
Description
Number of concurrent user sessions open.
Default
0

last_password_update

Type
string
Category
optional
Description
Timestamp of last password update.

References

Sub Objects