feature: Degraded Operations Visibility
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public record GatewayFleetItem(
|
||||
Guid Id,
|
||||
string GatewayCode,
|
||||
string Department,
|
||||
string SiteCode,
|
||||
string SiteName,
|
||||
string Status,
|
||||
int ReportedBufferDepth,
|
||||
DateTimeOffset? LastHeartbeatAt,
|
||||
DateTimeOffset? LastSyncAt,
|
||||
double? MinutesSinceHeartbeat);
|
||||
Reference in New Issue
Block a user