White Papers

629
Table 36 DCIM_FCService.CreateTargetedConfigJob( ) Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the FC
IN
RebootJobType
Uint16
Shall contain the requested reboot type:
1 - PowerCycle
2 - Graceful Reboot without forced
shutdown
3 - Graceful Reboot with forced
shutdown.
IN
ScheduledStartTime
String
Start time for the job execution in format:
yyyymmddhhmmss.
The string "TIME_NOW" means immediate.
IN
UntilTime
String
End time for the job execution in format:
yyyymmddhhmmss. :
If this parameter is not NULL, then
ScheduledStartTime parameter shall also be
specified.
OUT
Job
1
CIM_ConcreteJob
Reference to the newly created pending value
REF
application job.
1
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
630 NOTE: 1 If return code is 4096 (Job Created), the newly created job will not execute if the LC core services are not
631 running (DCIM_LCEnumeration with AttributeName equal to “LifecycleControllerState” has the CurrentValue property
632 equal to “Disabled”).
633
634
Table 37 DCIM_FCService.CreateTargetedConfigJob( ) Method: Standard Messages
MessageID (OUT parameter)
Message
MessageArguments[]
FC001
The command was successful
FC002
Resource allocation failure
FC003
Missing required parameter
Invalid parameter value for
FC004
<parameter name>
Parameter
Mismatch in AttributeName and
FC005
AttributeValue count
Configuration job already created,
cannot set attribute on specified
target until existing job is completed
FC006
or is cancelled
Configuration job already created,
cannot create another config job on
specified target until existing job is
FC007
completed or is cancelled
No pending data is present to create
FC008
a Configuration job
Lifecycle Controller is currently in
FC009
use.