{ "id":"/axapi/v3/fan-speed", "type":"object", "node-type":"scalar", "title":"fan-speed", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Control FAN Speed setting", "properties":{ "action":{ "type":"string", "format":"enum", "default":"auto", "partition-visibility":"shared", "description":"'auto': Set FAN Speed to automatic based on system temperature; '50': Set FAN Speed to 50% of maximum speed (approx); '75': Set FAN Speed to 75% of maximum speed (approx); '100': Set FAN Speed to 100% full hardware speed; ", "enum":[ "auto", "50", "75", "100" ], "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 } } }