{ "id":"/axapi/v3/aam/authentication/server/ocsp/instance/{name}", "type":"object", "node-type":"list", "title":"instance", "partition-visibility":"shared", "description":"Specify OCSP authentication server name", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify OCSP authentication server name", "optional":false }, "url":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify the OCSP server's address (Format: http://host[:port]/) (The OCSP server's address(Format: http://host[:port]/))", "optional":true }, "responder-ca":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Specify the trusted OCSP responder's CA cert filename", "optional":true }, "responder-cert":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Specify the trusted OCSP responder's cert filename", "optional":true }, "health-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"health-check-disable", "description":"Check server's health status", "optional":true }, "health-check-string":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/health/monitor", "description":"Health monitor name", "optional":true }, "health-check-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"health-check", "description":"Disable configured health check configuration", "optional":true }, "port-health-check":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/health/monitor", "not":"port-health-check-disable", "description":"Check port's health status", "optional":true }, "port-health-check-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"port-health-check", "description":"Disable configured port health check configuration", "optional":true }, "http-version":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set HTTP version (default 1.0)", "optional":true }, "version-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'1.1': HTTP version 1.1; ", "enum":[ "1.1" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'request': Request; 'certificate-good': Good Certificate Response; 'certificate-revoked': Revoked Certificate Response; 'certificate-unknown': Unknown Certificate Response; 'timeout': Timeout; 'fail': Handle OCSP response failed; 'stapling-request': OCSP Stapling Request Send; 'stapling-certificate-good': OCSP Stapling Good Certificate Response; 'stapling-certificate-revoked': OCSP Stapling Revoked Certificate Response; 'stapling-certificate-unknown': OCSP Stapling Unknown Certificate Response; 'stapling-timeout': OCSP Stapling Timeout; 'stapling-fail': Handle OCSP response failed; ", "enum":[ "all", "request", "certificate-good", "certificate-revoked", "certificate-unknown", "timeout", "fail", "stapling-request", "stapling-certificate-good", "stapling-certificate-revoked", "stapling-certificate-unknown", "stapling-timeout", "stapling-fail" ] } } } ] }, "packet-capture-template":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ocsp-inst-tmpl", "description":"Name of the packet capture template to be bind with this object", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }