{ "id":"/axapi/v3/enable-password", "type":"object", "node-type":"scalar", "title":"enable-password", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Modify enable password parameters", "properties":{ "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"The password", "optional":true }, "encrypted":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specific an ENCRYPTED password string (The ENCRYPTED password string)", "optional":true } } }