aam jwt-authorization stats¶
Statistics for the object jwt-authorization
jwt-authorization Specification¶
Type Collection Collection Name jwt-authorization-list Collection URI /axapi/v3/aam/jwt-authorization/{name} Element Name jwt-authorization Element URI /axapi/v3/aam/jwt-authorization/{name}/stats Element Attributes jwt-authorization_attributes Schema jwt-authorization schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/jwt-authorization/{name} | ||
Create List | POST | /axapi/v3/aam/jwt-authorization/{name} | ||
Get Object | GET | /axapi/v3/aam/jwt-authorization/{name}/stats | ||
Get List | GET | /axapi/v3/aam/jwt-authorization/{name} | ||
Modify Object | POST | /axapi/v3/aam/jwt-authorization/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/jwt-authorization/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/jwt-authorization/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/jwt-authorization/{name}/stats |
jwt-authorization-list¶
jwt-authorization-list is JSON List of jwt-authorization attributes
jwt-authorization-list : [
]
jwt-authorization attributes¶
name
Description Specify JWT authorization template 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 jwt-authorize-failure
Description JWT Authorize Failure
Type: number
Format: counter
jwt-authorize-success
Description JWT Authorize Success
Type: number
Format: counter
jwt-missing-claim
Description JWT Missing Claim
Type: number
Format: counter
jwt-missing-token
Description JWT Missing Token
Type: number
Format: counter
jwt-other-error
Description JWT Other Error
Type: number
Format: counter
jwt-request
Description JWT Request
Type: number
Format: counter
jwt-signature-failure
Description JWT Signature Failure
Type: number
Format: counter
jwt-token-expired
Description JWT Token Expired
Type: number
Format: counter