Defines an application type with version and other configuration.
icsloruleinfo is replaced with a new link table link_apptype_slorule.( many -many) icmetricinfo is replaced with a new link table link_apptype_metric.( many -many)
| Column Name | Column Datatype | Column Null Option | Column Comment |
| schema_id | integer | not null | Unique identity of the schema |
| major_version | varchar(20) | with null | Versioning info |
| minor_version | varchar(20) | with null | Versioning info |
| description | nvarchar(128) | with null | A description of the schema |
| name | nvarchar(64) | with null | A name of the schema |
| requestor | varchar(20) | with null | |
| comment | nvarchar(64) | with null | A description of the schema |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| schema_id | usm_link_schema_slo_template | schema_id |
| schema_id | usm_link_schema_metric_category | schema_id |
| schema_id | usm_link_schema_component | schema_id |
| schema_id | usm_schema_instance | schema_id |
| schema_id | usm_dca_app_status | schema_id |
| schema_id | usm_slo_package | schema_id |
| schema_id | usm_metric_instance | schema_id |
| schema_id | usm_metric_folder | schema_id |
| schema_id | usm_metric | schema_id |
| schema_id | usm_metering_package | schema_id |
| schema_id | usm_runtime_application | schema_id |
| schema_id | usm_sla_instance | schema_id |
| schema_id | usm_serviceconfig | schema_id |