{ "id":"/axapi/v3/reboot", "type":"object", "node-type":"scalar", "title":"reboot", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Reboot the System", "properties":{ "device":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Reboot a specific device when VCS is enabled (device id)", "optional":true }, "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Reboot all devices when VCS is enabled, or only this device itself if VCS is not enabled", "optional":true }, "at":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Reboot at a Specific time/date", "optional":true }, "in":{ "type":"string", "format":"time-hhmm", "partition-visibility":"shared", "description":"Reboot after a time interval (Time in hours and minutes)", "optional":true }, "cancel":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Cancel Pending Reboot", "optional":true }, "reason":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Reason for Reboot", "optional":true }, "time":{ "type":"string", "format":"time-hhmm", "partition-visibility":"shared", "description":"Time to Reboot (hh:mm)", "optional":true }, "month":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'January': Month of the year; 'February': Month of the year; 'March': Month of the year; 'April': Month of the year; 'May': Month of the year; 'June': Month of the year; 'July': Month of the year; 'August': Month of the year; 'September': Month of the year; 'October': Month of the year; 'November': Month of the year; 'December': Month of the year; ", "enum":[ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ], "optional":true }, "day-of-month":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month", "optional":true }, "reason-2":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Reason for Reboot", "optional":true }, "month-2":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'January': Month of the year; 'February': Month of the year; 'March': Month of the year; 'April': Month of the year; 'May': Month of the year; 'June': Month of the year; 'July': Month of the r; 'August': Month of the year; 'September': Month of the year; 'October': Month of the year; 'November': Month of the year; 'December': Month of the year; ", "enum":[ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ], "optional":true }, "reason-3":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Reason for Reboot", "optional":true }, "day-of-month-2":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month", "optional":true } } }