{ "id":"/axapi/v3/file/ssl-cert-poc", "type":"object", "node-type":"scalar", "title":"ssl-cert-poc", "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; 'copy': copy; 'rename': rename; 'check': check; 'replace': replace; 'delete': delete; ", "enum":[ "create", "import", "export", "copy", "rename", "check", "replace", "delete" ], "optional":true }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":2048, "partition-visibility":"shared", "description":"public-key", "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 }, "dst-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"destination file name for copy and rename action", "optional":true } } }