Slot facets
Each slot definition includes a data type and can have specific attributes, called facets. Facets control the values that the slot can have or control aspects of the event’s processing. For example, the dup_detect
facet indicates whether the slot participates in duplicate event detection.
The following table lists the supported facet types.
Facet name | Description |
---|---|
mandatory | Indicates that the slot will be treated as mandatory while sending events. By default, Example of a class definition with the
|
| Indicates whether the slot is protected against modification by REST APIs or event policies. A slot with the Example of a class definition with the
|
hidden | Indicates whether the slot is displayed in the product console. Example of a class definition with the
|
dup_detect | Indicates whether the slot is used to determine duplicate events. For events to be considered duplicates, the following must be true:
The following out-of-the-box slots are defined to determine duplicate events:
Example of a class definition with the
|
topology_lookup | Indicates that the slot value holds the equivalent slot name that is used to look up topology information in BMC Helix Dynamic Service Modeling . While creating custom slots, you need to specify this facet for only those slots that are meant to be used for looking up topology information. Some out-of-the-box slots are already defined with this facet type. For example, If no facet slots are defined for a custom event class, the out-of-the-box facet slots are used for looking up the topology information. Important
Example of a class definition with the
|
Comments
Log in or register to comment.