{ "id":"/axapi/v3/slb/ssl-expire-check/exception", "type":"object", "node-type":"scalar", "title":"exception", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Config the exception which will not be checked", "properties":{ "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'add': Add an exception; 'delete': Delete an exception; 'clean': Delete all exception; ", "enum":[ "add", "delete", "clean" ], "optional":true }, "certificate-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"The certificate name", "optional":true } } }