aam authentication server ocsp instance stats¶
Statistics for the object instance
instance Specification¶
Type Collection Collection Name instance-list Collection URI /axapi/v3/aam/authentication/server/ocsp/instance/{name} Element Name instance Element URI /axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats Element Attributes instance_attributes Schema instance schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Create List | POST | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Get Object | GET | /axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats | ||
Get List | GET | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Modify Object | POST | /axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats | ||
Replace Object | PUT | /axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats | ||
Replace List | PUT | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats |
instance-list¶
instance-list is JSON List of instance attributes
instance-list : [
]
instance attributes¶
name
Description Specify OCSP 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 Type object certificate-good
Description Good Certificate Response
Type: number
Format: counter
certificate-revoked
Description Revoked Certificate Response
Type: number
Format: counter
certificate-unknown
Description Unknown Certificate Response
Type: number
Format: counter
fail
Description Handle OCSP response failed
Type: number
Format: counter
request
Description Request
Type: number
Format: counter
stapling-certificate-good
Description OCSP Stapling Good Certificate Response
Type: number
Format: counter
stapling-certificate-revoked
Description OCSP Stapling Revoked Certificate Response
Type: number
Format: counter
stapling-certificate-unknown
Description OCSP Stapling Unknown Certificate Response
Type: number
Format: counter
stapling-fail
Description Handle OCSP response failed
Type: number
Format: counter
stapling-request
Description OCSP Stapling Request Send
Type: number
Format: counter
stapling-timeout
Description OCSP Stapling Timeout
Type: number
Format: counter
timeout
Description Timeout
Type: number
Format: counter