This table is the "main" table for external assets. It will contain the definition of the external asset objects (just like ca_discovered_hardware,ca_discovered_user etc).
| Column Name | Column Datatype | Column Null Option | Column Comment |
| device_uuid | byte(16) | not null | Unique id for an external asset |
| domain_uuid | byte(16) | not null | Domain uuid where the external asset is member of |
| class_name | nvarchar(255) | with null | External asset class name |
| label | nvarchar(255) | with null | Diaplay name, can eb chaned by users |
| ipaddress | nvarchar(255) | with null | IP address of the external asset if it's defined |
| macaddress | nvarchar(255) | with null | MAC address |
| auto_rep_version | date | with null | Used for replication, will be used internally by the replication engine |
| last_update_user | nvarchar(64) | with null | Last update user URI |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number of the object, will be incremented every time the objects is updated |
| creation_date | integer | with null | Creation data / time |
| creation_user | nvarchar(64) | with null | Creation user |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| ca_coapi_agent_view_nosrv ca_coapi_agent_view_nodomsrv |