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