{ "id":"/axapi/v3/shutdown", "type":"object", "node-type":"scalar", "title":"shutdown", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Shutdown the System", "properties":{ "at":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Shutdown at a specific time/date", "optional":true }, "in":{ "type":"string", "format":"time-hhmm", "partition-visibility":"shared", "description":"Delay before Shutdown (Time in hours and minutes)", "optional":true }, "cancel":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Cancel Pending Shutdown", "optional":true }, "reason":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Reason for Shutdown", "optional":true }, "time":{ "type":"string", "format":"time-hhmm", "partition-visibility":"shared", "description":"Time to Shutdown (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 Shutdown", "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 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 }, "reason-3":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Reason for Shutdown", "optional":true }, "day-of-month-2":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month", "optional":true } } }