This table provides a many-many relationship between a metric instance and an sla.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sla_metric_instance_id | integer | not null | Unique identity for the sla_metric_instance entity |
| sla_instance_id | integer | with null | The identity of the associated sla instance |
| sla_config_id | varchar(50) | with null | The identity of the sla configuration |
| slo_instance_id | integer | with null | The identity of the associated slo_instance |
| metric_instance_id | integer | with null | Unique identifier for the associated metric instnace |
| use_calendar_events | char(1) | with null | . |
| contract_id | integer | with null | Unique identity for the contract |
| dm_profile_id | integer | with null |
Product Name: Unicenter Service Management
Table Type: Table