Defines a service level offering rule based on an SLO
| Column Name | Column Datatype | Column Null Option | Column Comment |
| slo_template_id | integer | not null | |
| slo_template_parent_id | integer | with null | The parent of the slo template if this is a multi tiered SLO |
| check_interval | integer | with null | |
| comment | nvarchar(256) | with null | |
| description | nvarchar(256) | with null | |
| level | integer | with null | |
| operator | varchar(4) | with null | |
| report_interval | integer | with null | |
| threshold | float | with null | |
| unit | nvarchar(10) | with null | |
| warning_text | nvarchar(256) | with null | |
| violation_text | nvarchar(256) | with null | |
| aggregation_rule_id | integer | with null | |
| group_user | integer | with null | |
| request_type | integer | with null | |
| slo_weight | integer | with null | |
| show_smreport | integer | with null | |
| slo_package_id | integer | with null | The slo package to which this slo belongs |
| sla_config_id | varchar(10) | with null | The identity of the associated SLA configuration |
| metric_category_id | integer | with null | Unique identity identifying the metric category |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| slo_template_id | usm_link_slo_template_template | slo_template_id |
| slo_template_id | usm_link_slo_template_template | slo_template_parent_id |
| slo_template_id | usm_link_slo_package_template | slo_template_id |
| slo_template_id | usm_link_schema_slo_template | slo_template_id |
| slo_template_id | usm_slo_template_sla_config | slo_template_id |
| slo_template_id | usm_link_slo_template_template | slo_template_id |
| slo_template_id | usm_link_slo_template_template | slo_template_id |
| slo_template_id | usm_slo_template | slo_template_parent_id |
| slo_template_id | usm_slo_instance | slo_template_id |