Defines the configuration for an SLA instance.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sla_config_id | varchar(50) | not null | |
| name | nvarchar(64) | with null | |
| last_run | date | with null | |
| port_no | integer | with null | |
| status | integer | with null | |
| param | varchar(64) | with null | |
| data1 | varchar(20) | with null | |
| data2 | varchar(20) | with null | |
| data3 | varchar(20) | with null | |
| host_id | integer | with null | The identity of the host. |
| data4 | varchar(20) | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| sla_config_id | usm_slo_template_sla_config | sla_config_id |
| sla_config_id | usm_slo_template | sla_config_id |
| sla_config_id | usm_slo_instance | sla_config_id |
| sla_config_id | usm_sla_metric_instance | sla_config_id |
| sla_config_id | usm_metric_instance | sla_config_id |