Contains the definitions for the hosts monitored by APM
| Column Name | Column Datatype | Column Null Option | Column Comment |
| host_id | integer | with null | Unique host id |
| host_name | varchar(64) | with null | Host name (synched with CORE) |
| mac_address | varchar(14) | with null | MAC Address |
| mach_type | varchar(20) | with null | Machine type |
| local_name | varchar(64) | with null | Local host name |
| host_resolved | integer | with null | Flag indicating whether host was resolved against CORE |
| ip | varchar(20) | with null | IP address |
| os | varchar(32) | with null | Operating system |
| aro_server | varchar(50) | with null | APM server this host is reporting to |
| last_contact | integer | with null | Last time this agent contacted its designated APM server |
| startup_time | integer | with null | Time the agent on this host was started |
| file_version | integer | with null | Version of the knowledge bases currently being used by this agent |
| thresh_version | integer | with null | Version of thresholds currently being used by the agent |
| remark | varchar(255) | with null | Reserved |
Product Name: Unicenter Application Performance Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| e2e_apm_locationdetailsv e2e_apm_locationdetails_hourv e2e_apm_locationdetails_dayv |