{ "id":"/axapi/v3/system/ipmi/user", "type":"object", "node-type":"scalar", "title":"user", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Add, Change or Disable IPMI users", "properties":{ "add":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Add a new IPMI user (IPMI User Name)", "optional":true }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":17, "partition-visibility":"shared", "description":"Password", "optional":true }, "administrator":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Full control", "optional":true }, "callback":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Lowest privilege level", "optional":true }, "operator":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Most BMC commands are allowed", "optional":true }, "user":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Only 'benign' commands are allowed", "optional":true }, "disable":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Disable an existing IPMI user (IPMI User Name)", "optional":true }, "privilege":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Change an existing IPMI user privilege (IPMI User Name)", "optional":true }, "setname":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Change User Name (Current IPMI User Name)", "optional":true }, "newname":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"New IPMI User Name", "optional":true }, "setpass":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Change Password (IPMI User Name)", "optional":true }, "newpass":{ "type":"string", "format":"password", "minLength":1, "maxLength":17, "partition-visibility":"shared", "description":"New Password", "optional":true } } }