{ "id":"/axapi/v3/vpn/revocation/{name}", "type":"object", "node-type":"list", "title":"revocation", "partition-visibility":"shared", "description":"IPsec VPN revocation settings", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Revocation name", "optional":false }, "ca":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Certificate Authority file name", "optional":true }, "crl":{ "type":"object", "properties":{ "crl-pri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Primary CRL URL (http://www.example.com/ocsp) (only .der filetypes)" }, "crl-sec":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Secondary CRL URL (http://www.example.com/ocsp) (only .der filetypes)" } } }, "ocsp":{ "type":"object", "properties":{ "ocsp-pri":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/aam/authentication/server/ocsp/instance", "description":"Primary OCSP Authentication Server" }, "ocsp-sec":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/aam/authentication/server/ocsp/instance", "description":"Secondary OCSP Authentication Server" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }