Heartbeat - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Heartbeat

This table provides update on the system connectivity status

Columns

PKNameData TypeNULLAutoDefaultCommentFK

HeartbeatIDInteger

HeartbeatIntervalSecondsInteger This tells us the expected interval in seconds between getting a heartbeat from the system
LastHeartbeatUTCBigInt UTC time of last heartbeat
EquipmentIDInteger The equipmentID that this heartbeat is associated with. Note that not every equipment has a heartbeat - this is only relevant for IOT instruments and dataloggers

LateThresholdSecondsGracePeriodInteger The interval in seconds after the expected heartbeat that we use for the system being Late
EquipmentStatusCVVarChar()


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Heartbeat_CV_EquipmentStatusODMXCV.CV_EquipmentStatusODMXEquipment.HeartbeatTermEquipmentStatusCV
fk_Heartbeat_EquipmentODMXEquipment.EquipmentODMXEquipment.HeartbeatEquipmentIDEquipmentID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXEquipment