White Papers

32 Version 1.2.0
Table 27 DCIM_JobService.CreateJob() Method: Return Code Values
507
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
3
Error Job of this type already exists. Only one job of this type
can have a status of new or scheduled.
Table 24 DCIM_JobService.CreateJob() Method: Parameters
508
Qualifiers
Name
Type
Description/Values
IN
JobType
Int16
Input parameter identifies the type of job
to be created..
0 Shutdown
IN
JobParameterNames[]
String
This parameter specifies any job type
specific parameters required to create
the job
Ex: FQDD
IN
JobParameterValues[]
String
This parameter specifies any job type
specific parameter required to create the
job
Ex: RAID.Integrated.1
OUT
Message
string
Error Message
OUT
MessageID
string
Error Message ID- can be used to index
into Dell Message registry files
OUT
MessageArguments
string[]
Substitution variables for dynamic error
messages
OUT
Job
DCIM_LifecycleJob
REF
Returns the created job.
Table 28 DCIM_JobService.CreateRebootJob() Method: Standard Messages
509
MessageID (OUT parameter)
Message
MessageArguments[]
JCP010
The command was successful
JCP011
Invalid parameter value
JCP012
Resource allocation failure
JCP013
Required parameter not found
JCP029
Only one job for JobType
<JobType> is allowed at a time.
Shutdown
SUP022
JobQueue Exceeds the size limit.
Delete unwanted JobID(s)
510