HealthCheckDto
One reachability-history entry. trigger is launch | cron | manual.
checkedAtinteger<int64>required
errorstring | nullnullable
idinteger<int64>required
Row id, unique within the table — a stable React key for the UI list.
reachablebooleanrequired
triggerstringrequired
HealthCheckDto
{
"checkedAt": 0,
"error": "string",
"id": 0,
"reachable": true,
"trigger": "string"
}