usm_report_group_template

A report group template represents a collection of metrics with associated default service goals. Such a template can be instantiated into a report group.

A report group template may also be organized into a hierarchy, so that it is possible to instantiate a complete report group hierarchy from a report group template.

In r11, only one report group template will be supported.

Column Name Column Datatype Column Null Option Column Comment
report_group_template_id integer not null Unique identity for the report group template
parent_path varchar(255) with null  
name nvarchar(64) with null The name of the template
description nvarchar(128) with null A description of the template
level integer with null The level of the template. Root level is 0
slo_package_id integer with null Identity of the associated slo package.
description_bundle_key nvarchar(50) with null Bundle key for the description. This is used when the description is null. Used for i18n.

Product Name: Unicenter Service Management

Table Type: Table

Relationships:

Primary Key Related Table Related Column
report_group_template_id usm_report_group report_group_template_id
report_group_template_id usm_report_group_template report_group_template_id


Copyright © 2006 CA. All rights reserved.