A Queue is a collection of Alerts that are grouped by Class for organizational purposes.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(50) | not null | 50 chars, text field, required for everything except a DEFINE, is returned on a DEFINE. This is the unique identifier for a Queue record and is generated by the Level 1 API. |
| name | varchar(80) | with null | 80 chars, text field, read/write access. This is the display name for the Queue. |
| description | varchar(256) | with null | 256 chars, text field, read/write access. This is a detailed description of the Queue. |
| escalation | varchar(50) | with null | 50 chars, text field, read/write access. This is the unique ID of the Escalation policy for a Queue. The Level 1 API will use this as the default when an Alert of this Queue is created without specifying this field. |
| 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 Queue 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 Queue 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 Queue 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 Queue record. |
Product Name: Unicenter Network and System Management/Alert Management
Table Type: Table