{ "id":"/axapi/v3/file/csr", "type":"object", "node-type":"scalar", "title":"csr", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"ssl certificate signing request file", "properties":{ "file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Specify the File Name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'export': export; ", "enum":[ "export" ], "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 }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }