To get information such as "owner" and "SYSTEM" on a Smarts SAM Notification list filter using Smarts dmctl, do the following:
- Using dmctl> get..., get the properties of ICS_NotificationList for the relationship called Scope.
- The Scope relationship should return an instance of ICF_Criteria, which should be the filter for that notification list.
- Use the dmctl> get... on the ICF_Criteria instance to return the properties of the Smarts SAM Notification list filter.
An example of the dmctl command sequence is as follows:
dmctl> get ICS_NotificationList::ICS_NL-Default::Scope
{ ICF_Criteria::ICF-Criteria-ICS_NL-Default-0 }
dmctl> get ICF_Criteria::ICF-Criteria-ICS_NL-Default-0
Properties of ICF_Criteria::ICF-Criteria-ICS_NL-Default-0:
CreationClassName = ICF_Criteria
Description =
DisplayName =
Name = ICF-Criteria-ICS_NL-Default-0
PartOf = { }
ServiceName =
criteria = {
{
Owner
~SYSTEM
}
}
full_criteria = {
}
isaCriterion = ICIM_Notification