Contains defined attribute values for a given event instance. The attribute values itself references the usm_metric_attr_value table.
The attribute values for an event instance is defined when the event instance is created. They are derived from the metric_attr_spec of the selected metric to be instantiated together with the values provided by the user.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| event_instance_value_id | integer | not null | The identity of the event instance value |
| metric_attribute_value_id | integer | with null | Unique identity of the attribute value |
| event_instance_id | integer | with null | The event instance to which this value belongs |
Product Name: Unicenter Service Management
Table Type: Table