These docs are for v4.0. Click to read the latest docs for v4.4.

Common Agent Events

All Tetra Agents share the following common event types. Each Agent also generates its own unique event types outside of these common Agent event types.

📘

NOTE

To set up event subscriptions for any of the following events, see Event Subscriptions.

Event Type

Description

Event-Specific Data

agents.common.agentStarted.v1

An Agent is started.

N/A

agents.common.agentStopped.v1

An Agent is stopped.

N/A

agents.common.heartbeat.v1

Occurs on a regular interval to indicate the agent is running.

N/A

agents.common.sqliteBackupStarted.v1

The SQLite database backup begins.

N/A

agents.common.sqliteBackupCompleted.v1

The SQLite database backup completes.

N/A

agents.common.sqliteBackupFailed.v1

An error occurs during SQLite database backup or upload.

{
  "error": "error description"
}