aam authentication server ocsp instance¶
Specify OCSP authentication server name
instance Specification¶
Type
Collection
Object Key(s)
name
Collection Name
Collection URI
/axapi/v3/aam/authentication/server/ocsp/instance
Element Name
instance
Element URI
/axapi/v3/aam/authentication/server/ocsp/instance/{name}
Element Attributes
instance_attributes
Statistics Data URI
/axapi/v3/aam/authentication/server/ocsp/instance/{name}/stats
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/aam/authentication/server/ocsp/instance | ||
Create List | POST | /axapi/v3/aam/authentication/server/ocsp/instance | ||
Get Object | GET | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Get List | GET | /axapi/v3/aam/authentication/server/ocsp/instance | ||
Modify Object | POST | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Replace Object | PUT | /axapi/v3/aam/authentication/server/ocsp/instance/{name} | ||
Replace List | PUT | /axapi/v3/aam/authentication/server/ocsp/instance | ||
Delete Object | DELETE | /axapi/v3/aam/authentication/server/ocsp/instance/{name} |
instance-list¶
instance-list is JSON List of instance attributes
instance-list : [
]
instance attributes¶
health-check
Description Check server’s health status
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: health-check and health-check-disable are mutually exclusive
health-check-disable
Description Disable configured health check configuration
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: health-check-disable and health-check are mutually exclusive
health-check-string
Description Health monitor name
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
Refernce Object: /axapi/v3/health/monitor
http-version
Description Set HTTP version (default 1.0)
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
name
Description Specify OCSP authentication server name
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
port-health-check
Description Check port’s health status
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
Mutual Exclusion: port-health-check and port-health-check-disable are mutually exclusive
Refernce Object: /axapi/v3/health/monitor
port-health-check-disable
Description Disable configured port health check configuration
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: port-health-check-disable and port-health-check are mutually exclusive
responder-ca
Description Specify the trusted OCSP responder’s CA cert filename
Type: string
Maximum Length: 245 characters
Maximum Length: 1 characters
responder-cert
Description Specify the trusted OCSP responder’s cert filename
Type: string
Maximum Length: 245 characters
Maximum Length: 1 characters
url
Description Specify the OCSP server’s address (Format: http://host[:port]/) (The OCSP server’s address(Format: http://host[:port]/))
Type: string
Format: string-rlx
Maximum Length: 255 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
version-type
Description ‘1.1’: HTTP version 1.1;
Type: string
Supported Values: 1.1
stats data¶
Counter |
Size |
Description |
|
---|---|---|---|
stapling-timeout |
8 |
OCSP Stapling Timeout |
|
stapling-fail |
8 |
Handle OCSP response failed |
|
certificate-revoked |
8 |
Revoked Certificate Response |
|
request |
8 |
Request |
|
stapling-certificate-revoked |
8 |
OCSP Stapling Revoked Certificate Response |
|
certificate-unknown |
8 |
Unknown Certificate Response |
|
stapling-certificate-unknown |
8 |
OCSP Stapling Unknown Certificate Response |
|
stapling-certificate-good |
8 |
OCSP Stapling Good Certificate Response |
|
timeout |
8 |
Timeout |
|
fail |
8 |
Handle OCSP response failed |
|
certificate-good |
8 |
Good Certificate Response |
|
stapling-request |
8 |
OCSP Stapling Request Send |