When a contract is created an entry is created in serviceconfig for the resource and it needs to be provisioned. This entry has details on which engine is responsible for aggregation and which application instance and metric instance are used.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| serviceconfig_id | varchar(50) | not null | |
| time_stamp | date | with null | |
| comment | nvarchar(64) | with null | |
| partition_id | varchar(20) | with null | |
| sla_engine_id | integer | with null | Unique identifier for one slm server, in this case, the SLA engine doing the aggregation |
| sla_instance_id | integer | with null | |
| metric_instance_id | integer | with null | Unique identifier |
| schema_id | integer | with null | |
| schema_instance_id | varchar(50) | with null | |
| contract_id | integer | with null | Unique identity for the contract |
| requestor | varchar(32) | with null | |
| status | integer | with null | |
| slo_instance_id | integer | with null | |
| account_id | varchar(50) | with null | Unique ID of the account |
| metric_category_id | integer | with null | |
| subscription_detail_id | integer | with null | |
| server_id | integer | with null | Unique identifier for one slm server |
Product Name: Unicenter Service Management
Table Type: Table