White Papers
587
Table 29 – DCIM_FCService.SetAttribute( ) Method: Return Code Values
Value
Description
0
Completed with no error
2
Failed
588
Table 30 – DCIM_FCService.SetAttribute( ) Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the FC
IN, REQ
AttributeName
String
Shall contain the AttributeName property value for the
attribute to be modified.
IN, REQ
AttributeValue[]
String
Shall contain the desired attribute value.
If the value is valid, the CurrentValue or PendingValue
property of the specified attribute will be modified.
OUT
SetResult
String
Returns:
"Set CurrentValue property" when the attributes
current value is set.
“Set PendingValue” when the attributes pending
value is set.
OUT
RebootRequired
String
Returns:
“Yes” if reboot is required,
“No” if reboot is not required.
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
589
Table 31 – DCIM_FCService.SetAttribute( ) 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.
Lifecycle Controller is not enabled,