White Papers

Version 4.0.0 12
Properties
Requirement
Type
Description
RegisteredVersion
Mandatory
String
This property shall have a
value of “1.0.0”.
RegisteredOrganization
Mandatory
Uint16
This property shall have a value of 1 (Other).
OtherRegisteredOrganization
Mandatory
String
This property shall match “DCIM”
AdvertisedTypes[]
Mandatory
Uint16
This property array shall contain [1(Other), 1 (Other)].
AdvertiseTypeDescriptions[]
Mandatory
String
This property array shall contain ["WS
-Identify",
"Interop Namespace"].
ProfileRequireLicense[]
Mandatory
String
This property array shall describe the required licenses
for this profile.
If no license is required for the profile, the property shall
have value NULL.
ProfileRequireLicenseStatus[]
Mandatory
String
This property array shall contain the status for the
corresponding license
in the same element index of the
ProfileRequireLicense array property. Each array
element shall contain:
“LICENSED”
“NOT_LICENSED”
If no license is required for the profile, the property shall
have value NULL.
8. Methods
This section details the requirements for supporting intrinsic operations and extrinsic methods for the CIM
elements defined by this profile.
8.1. DCIM_EFConfigurationService.SetEventFilterByCategory()
A method used to set the action and notifications for all the event filters that belong to a particular category,
subcategory and severity. If category, subcategory and severity are not provided as input to the method then it
sets the action and notifications on ALL categories, ALL subcategories and ALL severities.
Table 9. DCIM_EFConfigurationService.SetEventFilterByCategory() Method: Return Code Values
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 10. DCIM_EFConfigurationService.SetEventFilterByCategory() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
Category
string
Category of event filter.
If value is given, it will try to set all
IN
SubCategory
string
SubCategory of event filter.
IN
Severity
string
Severity of event filter.
If value is given, it will try to set all
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.