home / outages

outage_snapshots

2 rows where snapshot = 81

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ outage snapshot cluster currentEtor estCustAffected latitude longitude comments cause crewCurrentStatus source
1575837032:19151280 19151280 19151280 2019-12-08 15:30:32-05:00 81 0   4 38.08853 -84.49137 The above estimated time of restoration is based on an evaluation of the situation by our technicians. 3 Scheduled maintenance 1   https://kubra.io/data/984e9830-9f25-48c2-8050-d4ff7bf3c5ae/public/cluster-3/032000.json
1575837032:19151476 19151476 19151476 2019-12-08 15:30:32-05:00 81 0   436 38.37257 -84.31879 This estimated time of restoration is based on historical averages of the time required to make similar repairs in this area. We will update the estimate as more information becomes available. Please check back for updates. 2 Working to determine cause 2   https://kubra.io/data/984e9830-9f25-48c2-8050-d4ff7bf3c5ae/public/cluster-3/032001.json

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [outage_snapshots] (
   [id] TEXT PRIMARY KEY,
   [outage] INTEGER REFERENCES [outages]([id]),
   [snapshot] INTEGER REFERENCES [snapshots]([id]),
   [cluster] INTEGER,
   [currentEtor] INTEGER,
   [estCustAffected] INTEGER,
   [latitude] TEXT,
   [longitude] TEXT,
   [comments] INTEGER REFERENCES [comments]([id]),
   [cause] INTEGER REFERENCES [cause]([id]),
   [crewCurrentStatus] INTEGER REFERENCES [crewCurrentStatus]([id]),
   [source] TEXT
);
Powered by Datasette · Queries took 1306.562ms