{ "id":"/axapi/v3/file/ssl-cert-key", "type":"object", "node-type":"scalar", "title":"ssl-cert-key", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"ssl certificate and key 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 }, "secured":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Mark keys as non-exportable", "optional":true } } }