Reference Guide

2.12.2 Task Start Time Consideration
If the schedule field is set as part of the payload, then particular attention needs to be paid to the repeating
time field of the schedule.
For example, if the schedule is specified as 46 22 */1 * * *, it would translate as follows:
46: minute
22: hour
*/1: day of month
*: weekly
*: monthly
*: yearly
Therefore, the example translates to executing the task every day at 22:46 UTC. What this means is that
particular attention needs to be paid to the locale where this REST command is executed and the
necessary conversion to the hour field needs to be performed (conversion to UTC according to the locale)
so that the right execution hour is persisted in the database.
2.12.3 Power Control Type Enumeration
The attributes associated with the power control type enumeration are defined in the following table.
Attribute Name
Description
None
0
Shutdown
1
PowerCycle
2
Reset
3
PowerOn
4
46 REST API Guide OpenManage Essentials | Revision A02