aam authentication oauth authorization-server stats¶
Statistics for the object authorization-server
authorization-server Specification¶
Parameter
Value
Type
Collection
Collection Name
Collection URI
/axapi/v3/aam/authentication/oauth/authorization-server/{name}
Element Name
authorization-server
Element URI
/axapi/v3/aam/authentication/oauth/authorization-server/{name}/stats
Element Attributes
authorization-server_attributes
Partition Visibility
None
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/oauth/authorization-server/{name} | ||
Create List | POST | /axapi/v3/aam/authentication/oauth/authorization-server/{name} | ||
Get Object | GET | /axapi/v3/aam/authentication/oauth/authorization-server/{name}/stats | ||
Get List | GET | /axapi/v3/aam/authentication/oauth/authorization-server/{name} | ||
Modify Object | POST | /axapi/v3/aam/authentication/oauth/authorization-server/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/authentication/oauth/authorization-server/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/authentication/oauth/authorization-server/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/oauth/authorization-server/{name}/stats |
authorization-server-list¶
authorization-server-list is JSON List of authorization-server attributes
authorization-server-list : [
authorization-server attributes¶
name
Description Specify authorization server object name
Type: string
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
auth-error
Description some help string
Type: number
Format: counter
auth-fail
Description some help string
Type: number
Format: counter
auth-req
Description some help string
Type: number
Format: counter
auth-succ
Description some help string
Type: number
Format: counter
other-error
Description some help string
Type: number
Format: counter