m (1 revision imported: Some parameters changed for consistent camelCase usage) |
|||
Line 1: | Line 1: | ||
= Table RESOURCE_GROUP_COMBINATION = | = Table RESOURCE_GROUP_COMBINATION = | ||
+ | {{PDMColumn | ||
+ | |colName=RESOURCE_KEY | ||
+ | |colDesc=The primary key that is used to join this table to the RESOURCE_ dimension. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=TENANT_KEY | ||
+ | |colDesc=The surrogate key that is used to join this dimension to the TENANT dimension. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=SECTIONNAME | ||
+ | |colDesc=The name of the configuration section on the Annex tab of the configuration object in which the specified option is located. This value equals the value of the GC_ANNEX.SECTIONNAME IDB field for a respective DN, Person, or Switch record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=KEYNAME | ||
+ | |colDesc=The name of the configuration option that is set on the Annex tab of the configuration object. If the object type is Person, the option specifies the geographical location, business line, or organization structure. This value equals the value of the GC_ANNEX.KEYNAME field in IDB for a respective DN, Person, or Switch record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=VALUE | ||
+ | |colDesc=The value of the configuration option that is set on the Annex tab of the configuration object. This value equals the value of the GC_ANNEX.VALUE field in IDB for a respective DN, Person, or Switch record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=END_TS | ||
+ | |colDesc=The UTC-equivalent value of the date and time at which the configuration was changed (for example, the option, section, or object was removed). This value equals the value of the GC_ANNEX.DELETED field in IDB for a respective DN, Person, or Switch record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=CFGOBJECTID | ||
+ | |colDesc=The DBID of the configuration object. This value equals the value of the GC_ANNEX.CFGOBJECTID field in IDB for a respective DN, Person, or Switch record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=CFGOBJECTTYPE | ||
+ | |colDesc=The type of the configuration object. This value equals the value of the GC_ANNEX.CFGOBJECTTYPE field in IDB for a respective DN, Person, or Switch record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=CREATE_AUDIT_KEY | ||
+ | |colDesc=The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify newly added data. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=UPDATE_AUDIT_KEY | ||
+ | |colDesc=The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify recently modified data. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=ACTIVE_FLAG | ||
+ | |colDesc=Indicates whether the specified configuration option is currently active: 0 = No, 1 = Yes. | ||
+ | }} | ||
[[Category:V:GIM:8.5DRAFT]] | [[Category:V:GIM:8.5DRAFT]] |
Revision as of 20:23, May 5, 2016
Table RESOURCE_GROUP_COMBINATION
Comments or questions about this documentation? Contact us for support!