White Papers

14 Version 1.0.2
Table 7 DCIM_EFConfigurationService.SetEventFilterByCategory() Method: Return Code Values
200
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 8 DCIM_EFConfigurationService.SetEventFilterByCategory() Method: Parameters
201
Qualifiers
Name
Type
Description/Values
IN, REQ
Category
string
Category of event filter.
IN, REQ
SubCategory
string
SubCategory of event filter.
IN, REQ
Severity
string
Severity of event filter.
IN, REQ
RequestedAction
uint16
Action requested to be set for the event
filter. Refer mof for values.
IN, REQ
RequestedNotification[]
uint16
Notifications requested to be set for the
event filter. Refer mof for values.
OUT
MessageID
string
Error Message ID- can be used to index into
Dell Message registry files
OUT
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
Table 9 DCIM_EFConfigurationService.SetEventFilterByCategory() Method: Standard Messages
202
MessageID (OUT parameter)
Message
MessageArguments[]
RAC038
The command failed
RAC039
Invalid parameter value for %s
RequestedNotification, Category,
Severity, SubCategory
RequestedAction
RAC040
Missing parameter(s) %s
RequestedNotification, Category,
Severity, SubCategory
RequestedAction
RAC041
The Set operation on the event
filter(s) failed
RAC042
Invalid number of input parameters
RAC043
Method failed to update some of
the event filter settings.
RAC044
Method failed to update all the
event filter settings.
RAC045
Event filter does not exist for input
parameter combination
203
204