{ "id":"/axapi/v3/system/ipmi-service", "type":"object", "node-type":"scalar", "title":"ipmi-service", "partition-visibility":"shared", "description":"Disable IPMI on box", "properties":{ "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable IPMI on platform", "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 } } }