White Papers

Version 1.3.0 77
1453
8.5 DCIM_iDRACCardService.ApplyAttributes()
1454
The ApplyAttributes() method is used to set or change the value of a iDRAC Card attribute.
1455
NOTE: If setting numerous attributes at the same time, please make sure that WSMAN client has a timeout of at
1456
least 120 seconds.
1457
Table 78 ApplyAttributes() Method: Return Code Values
1458
Value
Description
2
Error
4096
Job Created
Table 79 ApplyAttributes() Method: Parameters
1459
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the iDRAC Card
IN, REQ
AttributeName[]
String
An array of values, where each value shall be
formatted in the following way:
<GroupID property value>#<AttributeName
property value>.
Example: “MyGroup#MyAttribute”
IN, REQ
AttributeValue[]
String
Shall contain the desired attribute values.
If the value is valid, the CurrentValue or
PendingValue property of the specified attribute
will be modified.
OUT
Job
CIM_ConcreteJob
REF
Returned to keep track of concrete job status
OUT
MessageID[]
String
Error message IDs may be used to look-up in the
Dell Message registry files. For more information,
see Error Message Registry.
OUT
Message[]
String
Error messages in English corresponding to
MessageID is returned if an attribute set fails
Table 80 ApplyAttributes( ) Method: Standard Messages
1460
MessageID (OUT parameter)
Message
MessageArguments[]
RAC001
The command was succesful
RAC002
General failure
RAC003
Missing required <parameter>
AttributeName, AttributeValue,
Target
RAC004
Invalid parameter value for
<parameter>
AttributeName, AttributeValue,
Target
RAC005
Mismatch in AttributeName and
AttributeValue count
RAC006
AttributeValue cannot be changed for
ReadOnly Attrinbute Name
RAC007
Input out of range
RAC008
Invalid boolean Value
RAC009
String Exceeds max length
RAC010
Invalid character value