ASM Reporting Service Table
| Column Name | Column Datatype | Column Null Option | Column Comment |
| msg_id | integer | not null | ID Number of the Report Message |
| platform_id | integer | not null | ID Number of the Platform |
| event_id | integer | not null | ID Number of the Event |
| date_time | date | not null | ID Number of the Event that occurred |
| object_id | integer | not null | ID Number of the Object |
| config_file | nvarchar(500) | with null | Configuration File if was for Virtual Machines |
| old_state_id | integer | not null | State before event occurred |
| new_state_id | integer | with null | State after event occurred |
| old_value | float | with null | Value before event occurred |
| new_value | float | with null | Value after event occurred |
| source_location | nvarchar(500) | not null | Location of object before event occurred |
| target_location | nvarchar(500) | with null | Location of object after event occurred |
Product Name: Unicenter Advanced System Management
Table Type: Table