db_sla_entry
Timeout rules
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
sla_id | Integer | db_sla.id | SLA ID |
state_id | Integer | db_state.id | State ID for timeout |
ttl_minutes | Integer | Â | Timeout in minutes |
priority | Integer | Â | Priority: 1 = highest, 5 = lowest |
transition_id | Integer | db_state_transition.id | State transition to follow on timeout |
user_specific_ttl | Boolean (t or f) | Â | If timeout is to be entered by user doing the state transition |
mark_delayed | Boolean (t or f) | Â | Whether to mark the process as delayed when timeout happens |