{ "id":"/axapi/v3/system/shutdown/oper", "type":"object", "node-type":"scalar", "title":"shutdown", "description":"Operational Status for the object shutdown", "properties":{ "oper":{ "type":"object", "properties":{ "boot-scheduled":{ "type":"number", "format":"number" }, "boot-now":{ "type":"number", "format":"number" }, "epoch-time":{ "type":"string", "format":"string" }, "hour":{ "type":"string", "format":"string" }, "min":{ "type":"string", "format":"string" }, "uname":{ "type":"string", "format":"string" }, "hostname":{ "type":"string", "format":"string" }, "reason":{ "type":"string", "format":"string-rlx" } } } } }