White Papers

Version 1.0.2 15
8.2 DCIM_EFConfigurationService.SetEventFilterByInstanceIDs()
205
A method used to set the action and notifications for all the event filters that belong to a particular set of
206
InstanceIDs.
207
The method shall return 2 (Error Occurred), if a DCIM_EventFilter instance referenced by the
208
EFInstanceID parameter has PossibleActions property value equal to 0 (None).
209
210
Table 10 DCIM_EFConfigurationService.SetEventFilterByInstanceIDs() Method: Return Code
211
Values
212
Value
Description
0
Request was successfully executed.
2
Error occurred
213
Table 11 DCIM_EFConfigurationService.SetEventFilterByInstanceIDs() Method: Parameters
214
Qualifiers
Name
Type
Description/Values
IN, REQ
EFInstanceIDs[]
string
InstanceIDs of the event filter instances.
IN, REQ
RequestedAction
uint16
Action requested to be set for the event
filter. Refer mof for values.
If the RequestedNotification is NULL or
blank, this parameter shall not be NULL or
blank.
IN, REQ
RequestedNotification[]
uint16
Notifications requested to be set for the
event filter. Refer mof for values.
If the RequestedAction is NULL or blank,
this parameter shall not be NULL or blank.
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
215