{ "id":"/axapi/v3/file/ssl-cert", "type":"object", "node-type":"scalar", "title":"ssl-cert", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"ssl certificate file information and management commands", "properties":{ "file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"ssl certificate local file name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'create': create; 'import': import; 'export': export; 'replace': replace; ", "enum":[ "create", "import", "export", "replace" ], "optional":true }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":300, "partition-visibility":"shared", "description":"full path of the uploaded file", "optional":true }, "certificate-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'pem': pem; 'der': der; 'pfx': pfx; 'p7b': p7b; ", "enum":[ "pem", "der", "pfx", "p7b" ], "optional":true }, "pfx-password":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"The password for certificate file (pfx type only)", "optional":true }, "pfx-password-export":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The password for exported certificate file (pfx type only)", "optional":true }, "dst-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"destination file name for copy and rename action", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }