{ "id":"/axapi/v3/single-board-mode", "type":"object", "node-type":"scalar", "title":"single-board-mode", "partition-visibility":"shared", "description":"chassis single board mode config", "properties":{ "forced":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"fallback", "description":"Run the chasis in single board mode only.", "optional":true }, "fallback":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"forced", "description":"Run the chasis in single board mode if no communication with the blade board.", "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 } } }