This table lists the times that events were delayed.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
description |
STRING 80 |
|
Specifies the user description of delay, |
|
act_delay |
DURATION |
|
Specifies the actual duration of delay. |
|
cancel_time |
LOCAL_TIME |
|
Specifies when the time delay was cancelled. |
|
create_time |
LOCAL_TIME |
|
Specifies when the time delay was created. |
|
delay_type |
INTEGER |
Event_Delay_Type:: enum |
enum Event_Delay_Type |
|
eff_delay |
DURATION |
|
Specifies the effective duration of delay. |
|
group_name |
STRING 30 |
|
Specifies the group Name of attevt (currently only SLA). |
|
id |
INTEGER UNIQUE NOT_NULL KEY |
|
Unique (to the table) Numeric ID |
|
last_mod_dt |
LOCAL_TIME |
|
Indicates the timestamp of when this record was last modified. |
|
obj_id |
STRING 30 NOT_NULL S_KEY |
|
Specifies the persid of the object. |
|
persid |
STRING 30 |
|
Persistent ID (SystemObjectName:id) |
|
start_time |
LOCAL_TIME |
|
Specifies when the time delay was started. |
|
start_userid |
UUID |
ca_contact::uuid |
Specifies the user that created and started delay. |
|
status_flag |
INTEGER |
|
Specifies a flag for indicating an event delay status. |
|
stop_time |
LOCAL_TIME |
|
Specifies when the time delay was stopped |
|
stop_userid |
UUID |
ca_contact::uuid |
Specifies the user that stopped and cancelled delay. |
|
support_lev |
STRING 30 |
Service_Desc::code |
Specifies the service type in effect. |
|
Copyright © 2013 CA.
All rights reserved.
|
|