e2e_adm_tailoring_rule

Rules that represent how to tailor the components and links to be included in or excluded from a Business Process View.

Column Name Column Datatype Column Null Option Column Comment
tailor_uuid byte varying(16) not null The unique identifier of the tailoring rule
adm_add_uuid byte varying(16) not null  
definition_version integer not null  
creation_date date with null The time of creation
modification_date date with null The time of last modification
action char(8) with null The action to take if the rule matches a component or link. The value is either INSERT or DELETE.
rule_type char(10) with null The type of rule either component. If not specified it is assumed to be of type component, otherwise it needs to be set to the value LINK.
component varchar(64) with null The component wildcard string. Which is a string in one of the following formats: HOST <hostname> IP <ip[:port]> CLASS <classname> [ip:[port]]

Hostname is the machines domain name The ip is a wildcard string. It can either be specified fully or utilizing the “*” as a wildcard. The port is optional, it can be: A specific port number The wild card character ‘*’ indicating all ports A port range specified with a hyphen separator with the lower port first A comma separated list of ports and port ranges Class is a Unicenter NSM class name

link_component varchar(64) with null The link component wildcard string. If the rule_type is not LINK then this will be null. Which is a string in one of the following formats: HOST <hostname> IP <ip[:port]> CLASS <classname> [ip:[port]]

Hostname is the machines domain name The ip is a wildcard string. It can either be specified fully or utilizing the “*” as a wildcard. The port is optional, it can be: A specific port number The wild card character ‘*’ indicating all ports A port range specified with a hyphen separator with the lower port first A comma separated list of ports and port ranges Class is a Unicenter NSM class name

description varchar(255) with null  

Product Name: Unicenter Application Performance Management

Table Type: Table


Copyright © 2006 CA. All rights reserved.