{ "id":"/axapi/v3/system/enable-disk-encryption", "type":"object", "node-type":"scalar", "title":"enable-disk-encryption", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Disk encryption config", "properties":{ "cipher":{ "type":"string", "format":"enum", "default":"aes", "partition-visibility":"shared", "description":"'aes': cipher aes; 'serpent': cipher serpent; 'twofish': cipher twofish; ", "enum":[ "aes", "serpent", "twofish" ], "optional":true }, "passphrase":{ "type":"string", "format":"password", "minLength":16, "maxLength":64, "partition-visibility":"shared", "description":"Enter phassphrase in plain text format", "optional":true }, "passphrase-base64":{ "type":"string", "format":"password", "minLength":16, "maxLength":64, "partition-visibility":"shared", "description":"Enter phassphrase in base64 format", "optional":true } } }