Difference between revisions of "Public.alarms (table)"
(2 intermediate revisions by the same user not shown) | |||
Line 215: | Line 215: | ||
| integer | | integer | ||
| not null | | not null | ||
− | | | + | | |
| | | | ||
|- valign="top" | |- valign="top" | ||
Line 248: | Line 248: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| alarm_app_dn | | alarm_app_dn | ||
Line 276: | Line 272: | ||
| | | | ||
| alarmid, eventuei, dpname, nodeid, serviceid, reductionkey | | alarmid, eventuei, dpname, nodeid, serviceid, reductionkey | ||
+ | |- valign="top" | ||
+ | | alarm_reductionkey_idx | ||
+ | | | ||
+ | | reductionkey | ||
|- valign="top" | |- valign="top" | ||
| alarm_uei_idx | | alarm_uei_idx |
Latest revision as of 10:24, 27 August 2011
wikibot[edit]
Table | public.alarms |
Description | alaaaaaaarm |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
alarmid | integer | not null | ||
eventuei | varchar(256) | not null | ||
dpname | varchar(12) | not null | ||
nodeid | integer | null | ||
ipaddr | varchar(16) | null | ||
serviceid | integer | null | ||
reductionkey | varchar(256) | null | ||
alarmtype | integer | null | ||
counter | integer | not null | ||
severity | integer | not null | ||
lasteventid | integer | null | ||
firsteventtime | timestamp with time zone | null | ||
lasteventtime | timestamp with time zone | null | ||
firstautomationtime | timestamp with time zone | null | ||
lastautomationtime | timestamp with time zone | null | ||
description | varchar(4000) | null | ||
logmsg | varchar(256) | null | ||
operinstruct | varchar(1024) | null | ||
tticketid | varchar(128) | null | ||
tticketstate | integer | null | ||
mouseovertext | varchar(64) | null | ||
suppresseduntil | timestamp with time zone | null | ||
suppresseduser | varchar(256) | null | ||
suppressedtime | timestamp with time zone | null | ||
alarmackuser | varchar(256) | null | ||
alarmacktime | timestamp with time zone | null | ||
clearuei | varchar(256) | null | ||
managedobjectinstance | varchar(512) | null | ||
managedobjecttype | varchar(512) | null | ||
applicationdn | varchar(512) | null | ||
ossprimarykey | varchar(512) | null | ||
x733alarmtype | varchar(31) | null | ||
x733probablecause | integer | not null | ||
qosalarmstate | varchar(31) | null | ||
clearkey | varchar(256) | null |
Primary Key[edit]
Primary Key | Columns |
pk_alarmid | alarmid |
Indexes[edit]
Index | Type | Columns |
alarm_app_dn | applicationdn | |
alarm_clearkey_idx | clearkey | |
alarm_eventid_idx | lasteventid | |
alarm_nodeid_idx | nodeid | |
alarm_oss_primary_key | ossprimarykey | |
alarm_reduction2_idx | alarmid, eventuei, dpname, nodeid, serviceid, reductionkey | |
alarm_reductionkey_idx | reductionkey | |
alarm_uei_idx | eventuei |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.events | lasteventid | eventid |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.alarm_attributes | alarmid | alarmid |