{ "id":"/axapi/v3/slb/ssl-cert/oper", "type":"object", "node-type":"scalar", "title":"ssl-cert", "description":"Operational Status for the object ssl-cert", "properties":{ "oper":{ "type":"object", "properties":{ "sortby-name":{ "type":"number", "format":"flag" }, "sortby-exp":{ "type":"number", "format":"flag" }, "ssl-certs":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "name":{ "type":"string", "format":"string" }, "type":{ "type":"string", "format":"string" }, "serial":{ "type":"string", "format":"string" }, "notbefore":{ "type":"string", "format":"string" }, "notafter":{ "type":"string", "format":"string" }, "common-name":{ "type":"string", "format":"string" }, "organization":{ "type":"string", "format":"string" }, "subject":{ "type":"string", "format":"string" }, "issuer":{ "type":"string", "format":"string" }, "notafter-number":{ "type":"number", "format":"number" }, "status":{ "type":"string", "format":"string" }, "keysize":{ "type":"number", "format":"number" } } } ] }, "partition":{ "type":"string", "format":"string" }, "exact-match":{ "type":"number", "format":"flag" } } } } }