White Papers

11 Version 1.0.0
Table 4 DCIM_LCService.SetAttribute() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 5 DCIM_LCService.SetAttribute() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
AttributeName
string
DCIM_LCAttribute.AttributeName
IN
AttributeValue
string [ ]
Pending or Current value to be set
OUT
SetResult
string
Invoking the SetAttribute may result in the
CurrentValue or PendingValue property
being set. A value of “2” means
CurrentValue property is set, and a value of
“3” means PendingValue property is set
OUT
RebootRequired
string
A value of Yes” means a reboot is required
to set this value, and a value of “No” means
a reboot is not required to set this value
OUT
(optional)
MessageID
string
Error Message ID- can be used to index into
Dell Message registry files
OUT
(optional)
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