admin-lockout¶
Admin user lockout configuration
admin-lockout Specification¶
Parameter Value Type Configuration Resource Element Name admin-lockout Element URI /axapi/v3/admin-lockout Element Attributes admin-lockout_attributes Partition Visibility shared Schema admin-lockout schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/admin-lockout | ||
Get Object | GET | /axapi/v3/admin-lockout | ||
Modify Object | POST | /axapi/v3/admin-lockout | ||
Replace Object | PUT | /axapi/v3/admin-lockout | ||
Delete Object | DELETE | /axapi/v3/admin-lockout |
admin-lockout attributes¶
duration
Description Admin user lockout duration, in minutes, by default 10 (Admin user lockout duration in minutes, 0 means forever)
Type: number
Range: 0-1440
Default: 10
enable
Description Enable admin user lockout
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
reset-time
Description After how long to reset the lockout counter, in minutes, by default 10 (Time in minutes after which to reset the lockout counter)
Type: number
Range: 1-1440
Default: 10
threshold
Description Admin user lockout threshold, by default 5
Type: number
Range: 1-10
Default: 5
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters