{ "id":"/axapi/v3/pki/ssli/revoke", "type":"object", "node-type":"scalar", "title":"revoke", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Revoke an SSLi certificate", "properties":{ "vip-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"VIP name", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":0, "maximum":65534, "partition-visibility":"shared", "description":"port number", "optional":true }, "serial":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Serial number in hex", "optional":true } } }