Defines a Service Level Objective which is part of the SLA package
| Column Name | Column Datatype | Column Null Option | Column Comment |
| slo_instance_id | integer | not null | |
| slo_instance_parent_id | integer | with null | The parent slo from multi tiered slos |
| check_interval | varchar(10) | with null | |
| level | integer | with null | |
| operator | varchar(2) | with null | |
| report_interval | integer | with null | |
| slo_type | varchar(4) | with null | |
| threshold | float | with null | |
| unit | nvarchar(20) | with null | |
| group_user | integer | with null | |
| sla_instance_id | integer | with null | |
| sla_instance_ruleid | integer | with null | THe sla instance to which this slo instance belongs |
| metric_category_id | integer | with null | Unique identity identifying the metric category |
| slo_template_id | integer | with null | The slo template from which this slo instance is derived |
| slo_weight | integer | with null | |
| sla_config_id | varchar(10) | with null | The sla configuration |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| slo_instance_id | usm_serviceconfig | slo_instance_id |
| slo_instance_id | usm_contract_action | slo_instance_id |
| slo_instance_id | usm_slo_instance | slo_instance_parent_id |
| slo_instance_id | usm_sm_event | slo_instance_id |
| slo_instance_id | usm_metric_instance | slo_instance_id |
| slo_instance_id | usm_slo_event | slo_instance_id |
| slo_instance_id | usm_slo_data | slo_instance_id |
| slo_instance_id | usm_sla_metric_instance | slo_instance_id |