White Papers

Version 1.3.0 55
Qualifiers
Name
Type
Description/Values
IN
RebootJobType
uint16
Creates a specific reboot job to power
cycle the host system. This parameter only
creates the RebootJob and does not
schedule it.
Shall contain the requested reboot type:
1 - PowerCycle
2 - Graceful Reboot without forced
shutdown
3 - Graceful Reboot with forced shutdown.
NOTE: This parameter only creates the
RebootJob and does not schedule it.
IN
ScheduledStartTime
string
Schedules the configuration job and the
optional reboot job at the specified start
time. A special value of “TIME_NOW”
schedules the job(s) immediately.
Start time for the job execution in format:
yyyymmddhhmmss. The string
"TIME_NOW" means immediate.
IN
UntilTime
string
Defines a time window for scheduling the
job(s). However, this parameter is
dependent on “ScheduledStartTime” and
“ScheduledStartTime” parameters. Once
scheduled, jobs will be executed within the
time window.
End time for the job execution in format:
yyyymmddhhmmss. :
If this parameter is not NULL, then
ScheduledStartTime parameter shall also
be specified.
OUT
Job
CIM_ConcreteJob
REF
Reference to the newly created pending
value application job.
1
OUT
MessageID
string
Error Message ID- can be used to index
into Dell Message registry files
OUT
Message
string
Error Message in English corresponding to
MessageID is returned if the method fails
to execute
OUT
MessageArguments[]
string
Substitution variables for dynamic error
messages
NOTE: 1 If return code is 4096 (Job Created), the newly created job will not execute if the LC core services are not
796
running (DCIM_LCEnumeration with AttributeName equal to “LifecycleControllerState” has the CurrentValue property
797
equal to “Disabled”).
798
NOTE: If CreateTargetedConfigJob method is executed without the 3 optional parameters discussed above, the
799
configuration job is created but not scheduled. However, this configuration job can be scheduled later using the
800
DCIM_JobService.SetupJobQueue () method from the “Job Control Profile”. For more information, see “Job Control
801
Profile”.
802
803