{ "id":"/axapi/v3/pki/create-oper", "type":"object", "node-type":"scalar", "title":"create-oper", "operation-not-allowed": ["PUT"], "operational":1, "description":"", "properties":{ "filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "optional":false }, "bits":{ "type":"string", "format":"enum", "default":"1024", "description":"'1024': 1024; '2048': 2048; '4096': 4096; ", "enum":[ "1024", "2048", "4096" ], "optional":true }, "common-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "optional":true }, "valid-days":{ "type":"number", "format":"number", "minimum":30, "maximum":3650, "default":730, "optional":true }, "division":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "optional":true }, "organization":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "optional":true }, "locality":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "optional":true }, "state-province":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "optional":true }, "country":{ "type":"string", "format":"string", "minLength":2, "maxLength":3, "optional":true }, "email":{ "type":"string", "format":"email-addr", "minLength":1, "maxLength":64, "optional":true }, "csr-generate":{ "type":"number", "format":"flag", "default":0, "optional":true } } }