White Papers

Version 1.0.0 23
Table 23 CreateTargetedConfigJob() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the NIC
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
CIM_ConcreteJ
ob REF
Reference to the newly created pending value
application job.
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
8.4 DCIM_NICService.DeletePendingConfiguration()
The DeletePendingConfiguration() method is used to cancel the pending values created by the
SetAttribute and SetAttributes methods. The DeletePendingConfiguration() method cancels the pending
configuration changes made before the configuration job is created with CreateTargetedConfigJob(). This
method only operates on the pending changes prior to CreateTargetedConfigJob() being called. After the
configuration job is created, the pending changes can only be canceled by calling DeleteJobQueue()
method in the Job Control profile.
Return code values for the DeletePendingConfiguration() method are specified in Table 24, and
parameters are specified in Table 25.
Table 24 DeletePendingConfiguration() Method: Return Code Values
Value
Description
0
Success
1
Not supported
2
Failed
Table 25 DeletePendingConfiguration() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the NIC
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message