{ "id":"/axapi/v3/clock/set", "type":"object", "node-type":"scalar", "title":"set", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Set the Time and Date", "properties":{ "time-cfg":{ "type":"object", "properties":{ "time":{ "type":"string", "format":"time", "partition-visibility":"shared", "description":"Current Time" }, "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" ] }, "day-of-month-2":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month" }, "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" ] }, "day-of-month":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month" }, "year":{ "type":"number", "format":"number", "minimum":2005, "maximum":2035, "partition-visibility":"shared", "description":"Year" } } } } }