You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Resources | system | security | ocspStatistics

ocspStatistics

Specifies the OCSP statistics data.

Operational Data

ParameterDescription
profileName OCSP responder profile name.
ocspRequestAttempts Number of OCSP request attempts that have been made
ocspResponsesGood Number of OCSP Responses received with Good status
ocspResponsesRevoked Number of OCSP Responses received with Revoked status
ocspResponsesUnknown Number of OCSP Responses received with Unknown status
ocspMalformedRequests Number of malformedRequest responses
ocspInternalErrors Number of internalError responses
ocspTryLaters Number of tryLater responses
ocspSigRequired Number of sigRequired responses
ocspUnauthorized Number of unauthorized responses
ocspRepondersUnreachable Number of times OCSP responders are unreachable
ocspResponseTimeouts Number of times OCSP response timeouts are encountered
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/security/ocspStatistics/{profileName}

  • No labels