This database will contain the annotation for individual Alert records.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(50) | not null | 50 chars, text field, write access for Define otherwise read only access. The unique identifier for an Annotation record is generated by the Level 1 API. |
| alert | varchar(50) | with null | 50 chars, text field, write access for Define otherwise read only access. This is the ID of the Alert record that this Annotation record is for. |
| text | varchar(1024) | with null | 1024 chars, text field, read/write access. This field can be used to associate pertinent information to an Alert record. |
| created | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when the Annotation record is created. |
| createdby | varchar(60) | with null | 60 chars, read only access. The Level 1 API sets this field to the ID of the user who created this Annotation record. |
| modified | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when the Annotation record is altered. This is the most recent change and there is no history kept of previous changes. |
| modifiedby | varchar(60) | with null | 60 chars, text field, read only access. The Level 1 API sets this field to the ID of the user who most recently modified this Annotation record. |
Product Name: Unicenter Network and System Management/Alert Management
Table Type: Table