aam authentication server ldap instance stats¶
Statistics for the object instance
instance Specification¶
Parameter
Value
Type
Collection
Collection Name
Collection URI
/axapi/v3/aam/authentication/server/ldap/instance/{name}
Element Name
instance
Element URI
/axapi/v3/aam/authentication/server/ldap/instance/{name}/stats
Element Attributes
instance_attributes
Partition Visibility
None
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/server/ldap/instance/{name} | ||
Create List | POST | /axapi/v3/aam/authentication/server/ldap/instance/{name} | ||
Get Object | GET | /axapi/v3/aam/authentication/server/ldap/instance/{name}/stats | ||
Get List | GET | /axapi/v3/aam/authentication/server/ldap/instance/{name} | ||
Modify Object | POST | /axapi/v3/aam/authentication/server/ldap/instance/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/authentication/server/ldap/instance/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/authentication/server/ldap/instance/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/server/ldap/instance/{name}/stats |
instance-list¶
instance-list is JSON List of instance attributes
instance-list : [
]
instance attributes¶
name
Description Specify LDAP authentication server name
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification
Value
Type
object
admin-bind-failure
Description Admin Bind Failure
Type: number
Format: counter
admin-bind-success
Description Admin Bind Success
Type: number
Format: counter
authorize-failure
Description Authorization Failure
Type: number
Format: counter
authorize-success
Description Authorization Success
Type: number
Format: counter
bind-failure
Description User Bind Failure
Type: number
Format: counter
bind-success
Description User Bind Success
Type: number
Format: counter
other-error
Description Other Error
Type: number
Format: counter
pw_change_failure
Description Password change failure
Type: number
Format: counter
pw_change_success
Description Password change success
Type: number
Format: counter
pw_expiry
Description Password expiry
Type: number
Format: counter
request
Description Request
Type: number
Format: counter
search-failure
Description Search Failure
Type: number
Format: counter
search-success
Description Search Success
Type: number
Format: counter
ssl-session-created
Description TLS/SSL Session Created
Type: number
Format: counter
ssl-session-failure
Description TLS/SSL Session Failure
Type: number
Format: counter
timeout-error
Description Timeout
Type: number
Format: counter