Provides the means to logically group assets together for simpler administration
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(20) | not null | The identifier for the asset group, ie: MYASSETGROUP |
| name | varchar(255) | not null | A description for the asset group |
| asset | varchar(255) | not null | The name of an asset that belongs to this group, ie: |
| type | varchar(24) | not null | The type of an asset that belongs to this group, ie: ca-calendar |
| assetnode | varchar(64) | not null | The node name where assets belonging to this group exist |
| createdate | integer | with null | The date this record was created |
| createtime | integer | with null | The time this record was created |
| createsource | varchar(64) | with null | The source that created this record, ie: installer |
| createnode | varchar(64) | with null | The node where this record was created, ie: usually the same as the assetnode |
| createuser | varchar(32) | with null | The user who created this record, ie: bobjones01 |
| createpid | char(5) | with null | The process identifier used to create this record, ie: 1652 |
| updatedate | integer | with null | The last date when this record was updated |
| updatetime | integer | with null | The last time when this record was updated |
| updatesource | varchar(64) | with null | The source used to last update this record |
| updatenode | varchar(64) | with null | The node where this record was last updated |
| updateuser | varchar(32) | with null | The user who last updated this record |
| updatepid | char(5) | with null | The process identifier used to last updated this record |
Product Name: Unicenter Network and System Management/Security
Table Type: Table