User Data table generated by the Level 1 API.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(12) | not null | 50 chars, text field, required for everything except a DEFINE, is returned on a DEFINE. This is the unique identifier for a User-Data record and is generated by the Level 1 API. |
| name | varchar(80) | with null | 80 chars, text field, required for a DEFINE, read only for other operations. This is the display name of the User-Data. |
| description | varchar(256) | with null | 256 chars, text field, read/write access. This is a detailed description of the User-Data. |
| type | integer | with null | Integer field, read/write access. |
| created | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when a User-Data 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 User-Data 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 a User-Data 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 User-Data record. |
Product Name: Unicenter Network and System Management/Alert Management
Table Type: Table