Service Level Agreement Package Definition - defines an SLA package which is tied to an application. This groups a bunch of the icslo objects to create a package.
aggregationtype is made single valued, hence use delimited seperated list
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sla_instance_id | integer | not null | |
| text_slo | nvarchar(64) | with null | |
| aggregation_type | varchar(64) | with null | icaggregationtype is made single valued, hence use delimited sepreated list |
| tenant_id | varchar(50) | with null | The unique tenantid that identifies this organization/tenant |
| description | nvarchar(128) | with null | |
| status | integer | with null | |
| package_type | varchar(20) | with null | |
| schema_id | integer | with null | The associated schema |
| last_update | date | with null | |
| contract_id | integer | with null | The associated contract |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| sla_instance_id | usm_link_contract_sla_inst | sla_instance_id |
| sla_instance_id | usm_slo_instance | sla_instance_ruleid |
| sla_instance_id | usm_sla_metric_instance | sla_instance_id |
| sla_instance_id | usm_sm_event | sla_instance_id |
| sla_instance_id | usm_metric_instance | sla_instance_id |
| sla_instance_id | usm_serviceconfig | sla_instance_id |