aam authentication oauth authorization-server stats¶
Statistics for the object authorization-server
authorization-server Specification¶
Type Collection Collection Name authorization-server-list 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 Schema authorization-server 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 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