GET /estonian-power/outages/events
Lifecycle view of Elektrilevi outages: one row per distinct outage, with first_seen_at, last_seen_at, resolved_at, duration_seconds, and peak customers affected. Filter by ?status=active|resolved and ?start/?end. Useful for MTTR analytics, incident counts by cause, and studying how fast the grid recovers from storms and faults.
status
optional
active or resolved
start
optional
Start datetime (first_seen_at)
end
optional
End datetime (first_seen_at)
limit
optional
default: 500
Max rows (cap 10000)
| Name | Required | Default | Description |
|---|---|---|---|
status |
No | - | active or resolved |
start |
No | - | Start datetime (first_seen_at) |
end |
No | - | End datetime (first_seen_at) |
limit |
No | 500 | Max rows (cap 10000) |
curl "https://nordapi.ee/api/v1/estonian-power/outages/events?status=resolved&limit=100"
{
"count": 100,
"data": [
{
"customers_affected": 223,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-12T05:40:01Z",
"last_seen_at": "2026-08-12T05:40:01Z",
"max_customers_affected": 223,
"outage_id": "1051321",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-12T05:40:01Z",
"start_time": "2026-08-12T05:38:16Z",
"type": "unplanned"
},
{
"customers_affected": 3,
"duration_seconds": 300,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-11T19:30:01Z",
"last_seen_at": "2026-08-11T19:35:01Z",
"max_customers_affected": 3,
"outage_id": "1051315",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T19:35:01Z",
"start_time": "2026-08-11T18:47:26Z",
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 301,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-11T19:15:00Z",
"last_seen_at": "2026-08-11T19:20:01Z",
"max_customers_affected": 2,
"outage_id": "1051309",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T19:20:01Z",
"start_time": "2026-08-11T17:30:18Z",
"type": "unplanned"
},
{
"customers_affected": 9,
"duration_seconds": 9299,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-11T18:00:00Z",
"first_seen_at": "2026-08-11T14:50:02Z",
"last_seen_at": "2026-08-11T17:25:01Z",
"max_customers_affected": 9,
"outage_id": "1051303",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T17:25:01Z",
"start_time": "2026-08-11T14:49:11Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 1201,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-11T13:40:00Z",
"last_seen_at": "2026-08-11T14:00:01Z",
"max_customers_affected": 1,
"outage_id": "1051295",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T14:00:01Z",
"start_time": "2026-08-11T13:27:32Z",
"type": "unplanned"
},
{
"customers_affected": 7,
"duration_seconds": 11700,
"estimate_description": "taastame 4 h jooksul",
"estimated_end": "2026-08-11T18:00:00Z",
"first_seen_at": "2026-08-11T13:40:00Z",
"last_seen_at": "2026-08-11T16:55:00Z",
"max_customers_affected": 7,
"outage_id": "1051284",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T16:55:00Z",
"start_time": "2026-08-11T12:42:39Z",
"type": "unplanned"
},
{
"customers_affected": 7,
"duration_seconds": 7500,
"estimate_description": "taastame 4 h jooksul",
"estimated_end": "2026-08-11T14:00:00Z",
"first_seen_at": "2026-08-11T10:00:01Z",
"last_seen_at": "2026-08-11T12:05:01Z",
"max_customers_affected": 7,
"outage_id": "1051246",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T12:05:01Z",
"start_time": "2026-08-11T09:51:04Z",
"type": "unplanned"
},
{
"customers_affected": 58,
"duration_seconds": 1500,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-11T09:15:00Z",
"first_seen_at": "2026-08-11T08:10:00Z",
"last_seen_at": "2026-08-11T08:35:00Z",
"max_customers_affected": 58,
"outage_id": "1051226",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T08:35:00Z",
"start_time": "2026-08-11T08:05:37Z",
"type": "unplanned"
},
{
"customers_affected": 584,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-11T07:30:00Z",
"last_seen_at": "2026-08-11T07:30:00Z",
"max_customers_affected": 584,
"outage_id": "1051218",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T07:30:00Z",
"start_time": "2026-08-11T07:29:10Z",
"type": "unplanned"
},
{
"customers_affected": 382,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-11T06:50:01Z",
"last_seen_at": "2026-08-11T06:50:01Z",
"max_customers_affected": 382,
"outage_id": "1051209",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T06:50:01Z",
"start_time": "2026-08-11T06:49:20Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 7801,
"estimate_description": "taastame 4 h jooksul",
"estimated_end": "2026-08-11T09:00:00Z",
"first_seen_at": "2026-08-11T05:40:00Z",
"last_seen_at": "2026-08-11T07:50:01Z",
"max_customers_affected": 19,
"outage_id": "1051192",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T07:50:01Z",
"start_time": "2026-08-11T04:35:04Z",
"type": "unplanned"
},
{
"customers_affected": 165,
"duration_seconds": 3900,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-11T04:00:00Z",
"first_seen_at": "2026-08-11T02:10:01Z",
"last_seen_at": "2026-08-11T03:15:01Z",
"max_customers_affected": 165,
"outage_id": "1051182",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-11T03:15:01Z",
"start_time": "2026-08-11T02:05:46Z",
"type": "unplanned"
},
{
"customers_affected": 60,
"duration_seconds": 4199,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-10T19:15:00Z",
"first_seen_at": "2026-08-10T17:35:01Z",
"last_seen_at": "2026-08-10T18:45:00Z",
"max_customers_affected": 60,
"outage_id": "1051168",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-10T18:45:00Z",
"start_time": "2026-08-10T17:32:31Z",
"type": "unplanned"
},
{
"customers_affected": 70,
"duration_seconds": 25800,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-10T12:40:01Z",
"last_seen_at": "2026-08-10T19:50:01Z",
"max_customers_affected": 70,
"outage_id": "1051131",
"planned_end": "2026-08-13T13:00:00Z",
"planned_start": "2026-08-13T06:45:00Z",
"reason": null,
"resolved_at": "2026-08-10T19:50:01Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 116,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-10T11:10:01Z",
"last_seen_at": "2026-08-10T11:10:01Z",
"max_customers_affected": 116,
"outage_id": "1051105",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-10T11:10:01Z",
"start_time": "2026-08-10T11:09:02Z",
"type": "unplanned"
},
{
"customers_affected": 86,
"duration_seconds": 4501,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-10T11:00:00Z",
"first_seen_at": "2026-08-10T09:15:00Z",
"last_seen_at": "2026-08-10T10:30:01Z",
"max_customers_affected": 260,
"outage_id": "1051081",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-10T10:30:01Z",
"start_time": "2026-08-10T09:10:09Z",
"type": "unplanned"
},
{
"customers_affected": 5,
"duration_seconds": 10800,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-19T08:59:00Z",
"first_seen_at": "2026-08-10T09:05:01Z",
"last_seen_at": "2026-08-10T12:05:01Z",
"max_customers_affected": 5,
"outage_id": "1050930",
"planned_end": "2026-08-19T09:00:00Z",
"planned_start": "2026-08-19T07:15:00Z",
"reason": null,
"resolved_at": "2026-08-10T12:05:01Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 207,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-09T17:25:00Z",
"last_seen_at": "2026-08-09T17:25:00Z",
"max_customers_affected": 207,
"outage_id": "1051046",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-09T17:25:00Z",
"start_time": "2026-08-09T17:23:28Z",
"type": "unplanned"
},
{
"customers_affected": 32,
"duration_seconds": 14400,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-09T18:45:00Z",
"first_seen_at": "2026-08-09T14:50:01Z",
"last_seen_at": "2026-08-09T18:50:01Z",
"max_customers_affected": 947,
"outage_id": "1051041",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-09T18:50:01Z",
"start_time": "2026-08-09T14:45:17Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 8100,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-08T19:30:00Z",
"first_seen_at": "2026-08-08T17:55:01Z",
"last_seen_at": "2026-08-08T20:10:01Z",
"max_customers_affected": 1,
"outage_id": "1051006",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-08T20:10:01Z",
"start_time": "2026-08-08T17:51:14Z",
"type": "unplanned"
},
{
"customers_affected": 116,
"duration_seconds": 2401,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-08T19:00:00Z",
"first_seen_at": "2026-08-08T17:45:00Z",
"last_seen_at": "2026-08-08T18:25:01Z",
"max_customers_affected": 116,
"outage_id": "1051005",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-08T18:25:01Z",
"start_time": "2026-08-08T17:43:10Z",
"type": "unplanned"
},
{
"customers_affected": 203,
"duration_seconds": 0,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-08T13:15:00Z",
"first_seen_at": "2026-08-08T12:00:00Z",
"last_seen_at": "2026-08-08T12:00:00Z",
"max_customers_affected": 203,
"outage_id": "1050988",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-08T12:00:00Z",
"start_time": "2026-08-08T11:53:25Z",
"type": "unplanned"
},
{
"customers_affected": 370,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-08T11:35:01Z",
"last_seen_at": "2026-08-08T11:35:01Z",
"max_customers_affected": 370,
"outage_id": "1050987",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-08T11:35:01Z",
"start_time": "2026-08-08T11:34:44Z",
"type": "unplanned"
},
{
"customers_affected": 234,
"duration_seconds": 899,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-08T08:00:00Z",
"first_seen_at": "2026-08-08T08:00:01Z",
"last_seen_at": "2026-08-08T08:15:00Z",
"max_customers_affected": 234,
"outage_id": "1050967",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-08T08:15:00Z",
"start_time": "2026-08-08T07:56:23Z",
"type": "unplanned"
},
{
"customers_affected": 29,
"duration_seconds": 13199,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-08T09:30:00Z",
"first_seen_at": "2026-08-08T05:20:01Z",
"last_seen_at": "2026-08-08T09:00:00Z",
"max_customers_affected": 35,
"outage_id": "1050958",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-08T09:00:00Z",
"start_time": "2026-08-08T05:15:24Z",
"type": "unplanned"
},
{
"customers_affected": 188,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T20:30:00Z",
"last_seen_at": "2026-08-07T20:30:00Z",
"max_customers_affected": 188,
"outage_id": "1050944",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T20:30:00Z",
"start_time": "2026-08-07T20:29:16Z",
"type": "unplanned"
},
{
"customers_affected": 21,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T20:00:01Z",
"last_seen_at": "2026-08-07T20:00:01Z",
"max_customers_affected": 21,
"outage_id": "1050940",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T20:00:01Z",
"start_time": "2026-08-07T19:58:51Z",
"type": "unplanned"
},
{
"customers_affected": 3,
"duration_seconds": 2401,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T18:20:00Z",
"last_seen_at": "2026-08-07T19:00:01Z",
"max_customers_affected": 3,
"outage_id": "1050929",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T19:00:01Z",
"start_time": "2026-08-07T16:39:53Z",
"type": "unplanned"
},
{
"customers_affected": 1578,
"duration_seconds": 6000,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-07T15:00:00Z",
"first_seen_at": "2026-08-07T12:45:01Z",
"last_seen_at": "2026-08-07T14:25:01Z",
"max_customers_affected": 1578,
"outage_id": "1050908",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T14:25:01Z",
"start_time": "2026-08-07T12:44:08Z",
"type": "unplanned"
},
{
"customers_affected": 7,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T11:35:00Z",
"last_seen_at": "2026-08-07T11:35:00Z",
"max_customers_affected": 7,
"outage_id": "1050865",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T11:35:00Z",
"start_time": "2026-08-07T08:22:12Z",
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T11:10:00Z",
"last_seen_at": "2026-08-07T11:10:00Z",
"max_customers_affected": 2,
"outage_id": "1050890",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T11:10:00Z",
"start_time": "2026-08-07T11:09:49Z",
"type": "unplanned"
},
{
"customers_affected": 15,
"duration_seconds": 6301,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T10:40:00Z",
"last_seen_at": "2026-08-07T12:25:01Z",
"max_customers_affected": 15,
"outage_id": "1050871",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T12:25:01Z",
"start_time": "2026-08-07T09:20:46Z",
"type": "unplanned"
},
{
"customers_affected": 93,
"duration_seconds": 11099,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-07T11:30:00Z",
"first_seen_at": "2026-08-07T08:05:01Z",
"last_seen_at": "2026-08-07T11:10:00Z",
"max_customers_affected": 93,
"outage_id": "1050858",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T11:10:00Z",
"start_time": "2026-08-07T08:01:17Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 27900,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T07:20:01Z",
"last_seen_at": "2026-08-07T15:05:01Z",
"max_customers_affected": 1,
"outage_id": "1050851",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T15:05:01Z",
"start_time": "2026-08-07T07:15:11Z",
"type": "unplanned"
},
{
"customers_affected": 39,
"duration_seconds": 11700,
"estimate_description": "taastame 4 h jooksul",
"estimated_end": "2026-08-07T10:00:00Z",
"first_seen_at": "2026-08-07T05:45:01Z",
"last_seen_at": "2026-08-07T09:00:01Z",
"max_customers_affected": 39,
"outage_id": "1050833",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T09:00:01Z",
"start_time": "2026-08-07T04:44:39Z",
"type": "unplanned"
},
{
"customers_affected": 262,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-07T04:15:01Z",
"last_seen_at": "2026-08-07T04:15:01Z",
"max_customers_affected": 262,
"outage_id": "1050830",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-07T04:15:01Z",
"start_time": "2026-08-07T04:14:41Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-06T20:30:00Z",
"last_seen_at": "2026-08-06T20:30:00Z",
"max_customers_affected": 1,
"outage_id": "1050819",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T20:30:00Z",
"start_time": "2026-08-06T18:58:04Z",
"type": "unplanned"
},
{
"customers_affected": 86,
"duration_seconds": 5099,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-06T19:45:00Z",
"first_seen_at": "2026-08-06T18:15:01Z",
"last_seen_at": "2026-08-06T19:40:00Z",
"max_customers_affected": 86,
"outage_id": "1050815",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-06T19:40:00Z",
"start_time": "2026-08-06T17:10:03Z",
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 900,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-06T15:10:00Z",
"last_seen_at": "2026-08-06T15:25:00Z",
"max_customers_affected": 2,
"outage_id": "1050799",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T15:25:00Z",
"start_time": "2026-08-06T14:02:11Z",
"type": "unplanned"
},
{
"customers_affected": 134,
"duration_seconds": 2700,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-06T16:00:00Z",
"first_seen_at": "2026-08-06T13:50:00Z",
"last_seen_at": "2026-08-06T14:35:00Z",
"max_customers_affected": 134,
"outage_id": "1050797",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T14:35:00Z",
"start_time": "2026-08-06T13:49:04Z",
"type": "unplanned"
},
{
"customers_affected": 168,
"duration_seconds": 900,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-06T14:30:00Z",
"first_seen_at": "2026-08-06T12:50:01Z",
"last_seen_at": "2026-08-06T13:05:01Z",
"max_customers_affected": 168,
"outage_id": "1050796",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T13:05:01Z",
"start_time": "2026-08-06T12:19:18Z",
"type": "unplanned"
},
{
"customers_affected": 0,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-06T10:50:01Z",
"last_seen_at": "2026-08-06T10:50:01Z",
"max_customers_affected": 0,
"outage_id": "1050754",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T10:50:01Z",
"start_time": "2026-08-06T09:07:49Z",
"type": "unplanned"
},
{
"customers_affected": 271,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-06T10:15:01Z",
"last_seen_at": "2026-08-06T10:15:01Z",
"max_customers_affected": 271,
"outage_id": "1050767",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T10:15:01Z",
"start_time": "2026-08-06T10:14:51Z",
"type": "unplanned"
},
{
"customers_affected": 209,
"duration_seconds": 8400,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-06T13:00:00Z",
"first_seen_at": "2026-08-06T10:05:01Z",
"last_seen_at": "2026-08-06T12:25:01Z",
"max_customers_affected": 319,
"outage_id": "1050761",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-06T12:25:01Z",
"start_time": "2026-08-06T10:00:15Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 6300,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-06T11:00:00Z",
"first_seen_at": "2026-08-06T09:35:01Z",
"last_seen_at": "2026-08-06T11:20:01Z",
"max_customers_affected": 1,
"outage_id": "1050758",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T11:20:01Z",
"start_time": "2026-08-06T09:33:40Z",
"type": "unplanned"
},
{
"customers_affected": 7,
"duration_seconds": 15000,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-06T11:00:00Z",
"first_seen_at": "2026-08-06T05:40:01Z",
"last_seen_at": "2026-08-06T09:50:01Z",
"max_customers_affected": 7,
"outage_id": "1050706",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T09:50:01Z",
"start_time": "2026-08-06T05:27:57Z",
"type": "unplanned"
},
{
"customers_affected": 21,
"duration_seconds": 10200,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-06T09:00:00Z",
"first_seen_at": "2026-08-06T05:35:01Z",
"last_seen_at": "2026-08-06T08:25:01Z",
"max_customers_affected": 193,
"outage_id": "1050705",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T08:25:01Z",
"start_time": "2026-08-06T04:23:37Z",
"type": "unplanned"
},
{
"customers_affected": 193,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-06T05:00:01Z",
"last_seen_at": "2026-08-06T05:00:01Z",
"max_customers_affected": 193,
"outage_id": "1050700",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T05:00:01Z",
"start_time": "2026-08-06T04:57:48Z",
"type": "unplanned"
},
{
"customers_affected": 193,
"duration_seconds": 3900,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-06T05:45:00Z",
"first_seen_at": "2026-08-06T04:25:00Z",
"last_seen_at": "2026-08-06T05:30:00Z",
"max_customers_affected": 900,
"outage_id": "1050695",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T05:30:00Z",
"start_time": "2026-08-06T04:23:37Z",
"type": "unplanned"
},
{
"customers_affected": 5,
"duration_seconds": 14701,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T20:15:00Z",
"last_seen_at": "2026-08-06T00:20:01Z",
"max_customers_affected": 5,
"outage_id": "1050669",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-06T00:20:01Z",
"start_time": "2026-08-05T15:22:48Z",
"type": "unplanned"
},
{
"customers_affected": 47,
"duration_seconds": 3600,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-05T20:30:00Z",
"first_seen_at": "2026-08-05T19:20:00Z",
"last_seen_at": "2026-08-05T20:20:00Z",
"max_customers_affected": 47,
"outage_id": "1050683",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-05T20:20:00Z",
"start_time": "2026-08-05T19:17:59Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 600,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T17:10:01Z",
"last_seen_at": "2026-08-05T17:20:01Z",
"max_customers_affected": 1,
"outage_id": "1050672",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T17:20:01Z",
"start_time": "2026-08-05T15:59:54Z",
"type": "unplanned"
},
{
"customers_affected": 9,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T16:30:01Z",
"last_seen_at": "2026-08-05T16:30:01Z",
"max_customers_affected": 9,
"outage_id": "1050676",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T16:30:01Z",
"start_time": "2026-08-05T16:14:07Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 900,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T15:35:01Z",
"last_seen_at": "2026-08-05T15:50:01Z",
"max_customers_affected": 1,
"outage_id": "1050670",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T15:50:01Z",
"start_time": "2026-08-05T15:23:00Z",
"type": "unplanned"
},
{
"customers_affected": 15,
"duration_seconds": 8699,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-05T17:15:00Z",
"first_seen_at": "2026-08-05T15:05:01Z",
"last_seen_at": "2026-08-05T17:30:00Z",
"max_customers_affected": 15,
"outage_id": "1050665",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-05T17:30:00Z",
"start_time": "2026-08-05T15:01:05Z",
"type": "unplanned"
},
{
"customers_affected": 15,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T14:40:00Z",
"last_seen_at": "2026-08-05T14:40:00Z",
"max_customers_affected": 15,
"outage_id": "1050657",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T14:40:00Z",
"start_time": "2026-08-05T13:49:22Z",
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 8700,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T13:05:00Z",
"last_seen_at": "2026-08-05T15:30:00Z",
"max_customers_affected": 2,
"outage_id": "1050651",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T15:30:00Z",
"start_time": "2026-08-05T12:57:45Z",
"type": "unplanned"
},
{
"customers_affected": 4,
"duration_seconds": 1200,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-05T13:15:00Z",
"first_seen_at": "2026-08-05T12:05:01Z",
"last_seen_at": "2026-08-05T12:25:01Z",
"max_customers_affected": 4,
"outage_id": "1050640",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T12:25:01Z",
"start_time": "2026-08-05T12:04:31Z",
"type": "unplanned"
},
{
"customers_affected": 5,
"duration_seconds": 599,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T11:05:01Z",
"last_seen_at": "2026-08-05T11:15:00Z",
"max_customers_affected": 7,
"outage_id": "1050617",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T11:15:00Z",
"start_time": "2026-08-05T11:00:21Z",
"type": "unplanned"
},
{
"customers_affected": 383,
"duration_seconds": 2400,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T11:05:01Z",
"last_seen_at": "2026-08-05T11:45:01Z",
"max_customers_affected": 383,
"outage_id": "1050619",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T11:45:01Z",
"start_time": "2026-08-05T11:04:22Z",
"type": "unplanned"
},
{
"customers_affected": 5,
"duration_seconds": 599,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T10:10:02Z",
"last_seen_at": "2026-08-05T10:20:01Z",
"max_customers_affected": 5,
"outage_id": "1050595",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T10:20:01Z",
"start_time": "2026-08-05T08:50:46Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 301,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T08:35:00Z",
"last_seen_at": "2026-08-05T08:40:01Z",
"max_customers_affected": 1,
"outage_id": "1050592",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T08:40:01Z",
"start_time": "2026-08-05T08:21:36Z",
"type": "unplanned"
},
{
"customers_affected": 4846,
"duration_seconds": 901,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-05T09:00:00Z",
"first_seen_at": "2026-08-05T07:55:00Z",
"last_seen_at": "2026-08-05T08:10:01Z",
"max_customers_affected": 4846,
"outage_id": "1050587",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T08:10:01Z",
"start_time": "2026-08-05T07:50:49Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 301,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T05:10:00Z",
"last_seen_at": "2026-08-05T05:15:01Z",
"max_customers_affected": 1,
"outage_id": "1050349",
"planned_end": "2026-08-05T07:00:00Z",
"planned_start": "2026-08-05T05:00:00Z",
"reason": null,
"resolved_at": "2026-08-05T05:15:01Z",
"start_time": "2026-08-05T05:08:33Z",
"type": "planned"
},
{
"customers_affected": 1725,
"duration_seconds": 301,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-05T01:45:01Z",
"last_seen_at": "2026-08-05T01:50:02Z",
"max_customers_affected": 1725,
"outage_id": "1050550",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-05T01:50:02Z",
"start_time": "2026-08-05T01:44:39Z",
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 22799,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-04T23:30:00Z",
"first_seen_at": "2026-08-04T17:10:01Z",
"last_seen_at": "2026-08-04T23:30:00Z",
"max_customers_affected": 21,
"outage_id": "1050545",
"planned_end": null,
"planned_start": null,
"reason": "Likvideerimisel",
"resolved_at": "2026-08-04T23:30:00Z",
"start_time": "2026-08-04T17:09:44Z",
"type": "unplanned"
},
{
"customers_affected": 2985,
"duration_seconds": 241,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-04T15:30:00Z",
"first_seen_at": "2026-08-04T15:05:59Z",
"last_seen_at": "2026-08-04T15:10:00Z",
"max_customers_affected": 2985,
"outage_id": "1050533",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T15:10:00Z",
"start_time": "2026-08-04T15:02:55Z",
"type": "unplanned"
},
{
"customers_affected": 543,
"duration_seconds": 241,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-04T15:30:00Z",
"first_seen_at": "2026-08-04T15:05:59Z",
"last_seen_at": "2026-08-04T15:10:00Z",
"max_customers_affected": 543,
"outage_id": "1050534",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T15:10:00Z",
"start_time": "2026-08-04T15:03:06Z",
"type": "unplanned"
},
{
"customers_affected": 14,
"duration_seconds": 511500,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-10T14:00:00Z",
"first_seen_at": "2026-08-04T14:30:01Z",
"last_seen_at": "2026-08-10T12:35:01Z",
"max_customers_affected": 14,
"outage_id": "1050037",
"planned_end": "2026-08-10T13:00:00Z",
"planned_start": "2026-08-10T06:00:00Z",
"reason": null,
"resolved_at": "2026-08-10T12:35:01Z",
"start_time": "2026-08-10T06:20:45Z",
"type": "planned"
},
{
"customers_affected": 1629,
"duration_seconds": 3899,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-04T15:30:00Z",
"first_seen_at": "2026-08-04T14:05:01Z",
"last_seen_at": "2026-08-04T15:10:00Z",
"max_customers_affected": 2172,
"outage_id": "1050527",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T15:10:00Z",
"start_time": "2026-08-04T14:00:49Z",
"type": "unplanned"
},
{
"customers_affected": 2985,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-04T14:05:01Z",
"last_seen_at": "2026-08-04T14:05:01Z",
"max_customers_affected": 2985,
"outage_id": "1050528",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T14:05:01Z",
"start_time": "2026-08-04T14:00:58Z",
"type": "unplanned"
},
{
"customers_affected": 15,
"duration_seconds": 1800,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-04T13:30:00Z",
"first_seen_at": "2026-08-04T11:40:01Z",
"last_seen_at": "2026-08-04T12:10:01Z",
"max_customers_affected": 15,
"outage_id": "1050497",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T12:10:01Z",
"start_time": "2026-08-04T11:27:07Z",
"type": "unplanned"
},
{
"customers_affected": 14,
"duration_seconds": 1198,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-04T11:10:02Z",
"last_seen_at": "2026-08-04T11:30:00Z",
"max_customers_affected": 14,
"outage_id": "1050480",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T11:30:00Z",
"start_time": "2026-08-04T10:57:39Z",
"type": "unplanned"
},
{
"customers_affected": 45,
"duration_seconds": 3900,
"estimate_description": "taastame 6 h jooksul",
"estimated_end": "2026-08-14T13:00:00Z",
"first_seen_at": "2026-08-04T10:25:00Z",
"last_seen_at": "2026-08-04T11:30:00Z",
"max_customers_affected": 45,
"outage_id": "1050465",
"planned_end": "2026-08-14T13:00:00Z",
"planned_start": "2026-08-14T07:30:00Z",
"reason": null,
"resolved_at": "2026-08-04T11:30:00Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-04T09:30:01Z",
"last_seen_at": "2026-08-04T09:30:01Z",
"max_customers_affected": 2,
"outage_id": "1050446",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T09:30:01Z",
"start_time": "2026-08-04T08:41:13Z",
"type": "unplanned"
},
{
"customers_affected": 2,
"duration_seconds": 10499,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-04T08:30:01Z",
"last_seen_at": "2026-08-04T11:25:00Z",
"max_customers_affected": 2,
"outage_id": "1050440",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T11:25:00Z",
"start_time": "2026-08-04T08:21:18Z",
"type": "unplanned"
},
{
"customers_affected": 582,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-04T07:35:01Z",
"last_seen_at": "2026-08-04T07:35:01Z",
"max_customers_affected": 582,
"outage_id": "1050429",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T07:35:01Z",
"start_time": "2026-08-04T07:34:51Z",
"type": "unplanned"
},
{
"customers_affected": 8,
"duration_seconds": 602999,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-11T07:58:00Z",
"first_seen_at": "2026-08-04T07:25:01Z",
"last_seen_at": "2026-08-11T06:55:00Z",
"max_customers_affected": 19,
"outage_id": "1050310",
"planned_end": "2026-08-11T08:00:00Z",
"planned_start": "2026-08-11T06:00:00Z",
"reason": null,
"resolved_at": "2026-08-11T06:55:00Z",
"start_time": "2026-08-11T06:00:47Z",
"type": "planned"
},
{
"customers_affected": 1725,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-04T05:35:00Z",
"last_seen_at": "2026-08-04T05:35:00Z",
"max_customers_affected": 1725,
"outage_id": "1050410",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T05:35:00Z",
"start_time": "2026-08-04T05:34:47Z",
"type": "unplanned"
},
{
"customers_affected": 4,
"duration_seconds": 12900,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-04T08:00:00Z",
"first_seen_at": "2026-08-04T04:25:00Z",
"last_seen_at": "2026-08-04T08:00:00Z",
"max_customers_affected": 239,
"outage_id": "1050403",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-04T08:00:00Z",
"start_time": "2026-08-04T03:52:47Z",
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 301,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-03T20:10:01Z",
"last_seen_at": "2026-08-03T20:15:02Z",
"max_customers_affected": 1,
"outage_id": "1050388",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-03T20:15:02Z",
"start_time": "2026-08-03T16:45:26Z",
"type": "unplanned"
},
{
"customers_affected": 791,
"duration_seconds": 600,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-03T14:40:01Z",
"last_seen_at": "2026-08-03T14:50:01Z",
"max_customers_affected": 791,
"outage_id": "1050382",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-03T14:50:01Z",
"start_time": "2026-08-03T14:37:41Z",
"type": "unplanned"
},
{
"customers_affected": 29,
"duration_seconds": 1500,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-03T14:30:01Z",
"last_seen_at": "2026-08-03T14:55:01Z",
"max_customers_affected": 29,
"outage_id": "1050378",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-03T14:55:01Z",
"start_time": "2026-08-03T13:20:49Z",
"type": "unplanned"
},
{
"customers_affected": 10,
"duration_seconds": 149100,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-13T12:45:00Z",
"first_seen_at": "2026-08-03T13:50:00Z",
"last_seen_at": "2026-08-05T07:15:00Z",
"max_customers_affected": 10,
"outage_id": "1049843",
"planned_end": "2026-08-13T12:45:00Z",
"planned_start": "2026-08-13T11:30:00Z",
"reason": null,
"resolved_at": "2026-08-05T07:15:00Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 43,
"duration_seconds": 146701,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-13T11:06:52Z",
"first_seen_at": "2026-08-03T13:50:00Z",
"last_seen_at": "2026-08-05T06:35:01Z",
"max_customers_affected": 43,
"outage_id": "1049856",
"planned_end": "2026-08-13T11:15:00Z",
"planned_start": "2026-08-13T09:15:00Z",
"reason": null,
"resolved_at": "2026-08-05T06:35:01Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 10,
"duration_seconds": 162601,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-10T11:00:00Z",
"first_seen_at": "2026-08-03T13:50:00Z",
"last_seen_at": "2026-08-05T11:00:01Z",
"max_customers_affected": 10,
"outage_id": "1049810",
"planned_end": "2026-08-10T11:00:00Z",
"planned_start": "2026-08-10T09:00:00Z",
"reason": null,
"resolved_at": "2026-08-05T11:00:01Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 29,
"duration_seconds": 604201,
"estimate_description": "taastame 1.5 h jooksul",
"estimated_end": "2026-08-10T12:58:00Z",
"first_seen_at": "2026-08-03T12:40:00Z",
"last_seen_at": "2026-08-10T12:30:01Z",
"max_customers_affected": 29,
"outage_id": "1049933",
"planned_end": "2026-08-10T13:00:00Z",
"planned_start": "2026-08-10T11:15:00Z",
"reason": null,
"resolved_at": "2026-08-10T12:30:01Z",
"start_time": "2026-08-10T11:15:30Z",
"type": "planned"
},
{
"customers_affected": 1,
"duration_seconds": 1199,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-03T12:30:01Z",
"last_seen_at": "2026-08-03T12:50:00Z",
"max_customers_affected": 1,
"outage_id": "1050370",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-03T12:50:00Z",
"start_time": "2026-08-03T12:26:47Z",
"type": "unplanned"
},
{
"customers_affected": 19,
"duration_seconds": 688500,
"estimate_description": "taastame 2 h jooksul",
"estimated_end": "2026-08-11T12:30:00Z",
"first_seen_at": "2026-08-03T12:30:01Z",
"last_seen_at": "2026-08-11T11:45:01Z",
"max_customers_affected": 19,
"outage_id": "1049971",
"planned_end": "2026-08-11T12:30:00Z",
"planned_start": "2026-08-11T10:30:00Z",
"reason": null,
"resolved_at": "2026-08-11T11:45:01Z",
"start_time": "2026-08-11T10:34:11Z",
"type": "planned"
},
{
"customers_affected": 28,
"duration_seconds": 609000,
"estimate_description": "taastame 4 h jooksul",
"estimated_end": "2026-08-11T11:15:00Z",
"first_seen_at": "2026-08-03T12:05:01Z",
"last_seen_at": "2026-08-10T13:15:01Z",
"max_customers_affected": 28,
"outage_id": "1050361",
"planned_end": "2026-08-11T11:15:00Z",
"planned_start": "2026-08-11T07:15:00Z",
"reason": null,
"resolved_at": "2026-08-10T13:15:01Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 13,
"duration_seconds": 686401,
"estimate_description": "taastame 3 h jooksul",
"estimated_end": "2026-08-11T10:13:00Z",
"first_seen_at": "2026-08-03T11:55:00Z",
"last_seen_at": "2026-08-11T10:35:01Z",
"max_customers_affected": 107,
"outage_id": "1050020",
"planned_end": "2026-08-11T10:15:00Z",
"planned_start": "2026-08-11T07:15:00Z",
"reason": null,
"resolved_at": "2026-08-11T10:35:01Z",
"start_time": "2026-08-11T07:16:27Z",
"type": "planned"
},
{
"customers_affected": 72,
"duration_seconds": 597301,
"estimate_description": "taastame 5 h jooksul",
"estimated_end": "2026-08-10T12:29:00Z",
"first_seen_at": "2026-08-03T11:50:00Z",
"last_seen_at": "2026-08-10T09:45:01Z",
"max_customers_affected": 72,
"outage_id": "1050007",
"planned_end": "2026-08-10T12:30:00Z",
"planned_start": "2026-08-10T07:45:00Z",
"reason": null,
"resolved_at": "2026-08-10T09:45:01Z",
"start_time": "2026-08-10T08:26:30Z",
"type": "planned"
},
{
"customers_affected": 10,
"duration_seconds": 0,
"estimate_description": "hetkel teadmata",
"estimated_end": null,
"first_seen_at": "2026-08-03T11:35:01Z",
"last_seen_at": "2026-08-03T11:35:01Z",
"max_customers_affected": 10,
"outage_id": "1050358",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-03T11:35:01Z",
"start_time": "2026-08-03T11:34:00Z",
"type": "unplanned"
},
{
"customers_affected": 95,
"duration_seconds": 84599,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-05T08:00:00Z",
"first_seen_at": "2026-08-03T11:05:01Z",
"last_seen_at": "2026-08-04T10:35:00Z",
"max_customers_affected": 95,
"outage_id": "1048162",
"planned_end": "2026-08-05T08:00:00Z",
"planned_start": "2026-08-05T07:15:00Z",
"reason": null,
"resolved_at": "2026-08-04T10:35:00Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 14,
"duration_seconds": 85500,
"estimate_description": "taastame 5 h jooksul",
"estimated_end": "2026-08-04T12:30:00Z",
"first_seen_at": "2026-08-03T10:30:01Z",
"last_seen_at": "2026-08-04T10:15:01Z",
"max_customers_affected": 14,
"outage_id": "1049034",
"planned_end": "2026-08-04T12:30:00Z",
"planned_start": "2026-08-04T07:30:00Z",
"reason": null,
"resolved_at": "2026-08-04T10:15:01Z",
"start_time": "2026-08-04T07:30:49Z",
"type": "planned"
},
{
"customers_affected": 21,
"duration_seconds": 89999,
"estimate_description": "taastame 4 h jooksul",
"estimated_end": "2026-08-06T10:58:00Z",
"first_seen_at": "2026-08-03T10:30:01Z",
"last_seen_at": "2026-08-04T11:30:00Z",
"max_customers_affected": 21,
"outage_id": "1049288",
"planned_end": "2026-08-06T11:00:00Z",
"planned_start": "2026-08-06T07:15:00Z",
"reason": null,
"resolved_at": "2026-08-04T11:30:00Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 1,
"duration_seconds": 90599,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-05T09:30:00Z",
"first_seen_at": "2026-08-03T10:20:01Z",
"last_seen_at": "2026-08-04T11:30:00Z",
"max_customers_affected": 1,
"outage_id": "1048880",
"planned_end": "2026-08-05T09:30:00Z",
"planned_start": "2026-08-05T08:30:00Z",
"reason": null,
"resolved_at": "2026-08-04T11:30:00Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 11,
"duration_seconds": 92399,
"estimate_description": "taastame 1 h jooksul",
"estimated_end": "2026-08-18T08:45:00Z",
"first_seen_at": "2026-08-03T09:50:01Z",
"last_seen_at": "2026-08-04T11:30:00Z",
"max_customers_affected": 11,
"outage_id": "1048721",
"planned_end": "2026-08-18T08:45:00Z",
"planned_start": "2026-08-18T07:45:00Z",
"reason": null,
"resolved_at": "2026-08-04T11:30:00Z",
"start_time": null,
"type": "unplanned"
},
{
"customers_affected": 45,
"duration_seconds": 12899,
"estimate_description": "taastame 0.5 h jooksul",
"estimated_end": "2026-08-03T14:00:00Z",
"first_seen_at": "2026-08-03T09:50:01Z",
"last_seen_at": "2026-08-03T13:25:00Z",
"max_customers_affected": 45,
"outage_id": "1050334",
"planned_end": null,
"planned_start": null,
"reason": null,
"resolved_at": "2026-08-03T13:25:00Z",
"start_time": "2026-08-03T09:14:50Z",
"type": "unplanned"
},
{
"customers_affected": 46,
"duration_seconds": 92699,
"estimate_description": "taastame 6 h jooksul",
"estimated_end": "2026-08-12T12:27:00Z",
"first_seen_at": "2026-08-03T09:45:01Z",
"last_seen_at": "2026-08-04T11:30:00Z",
"max_customers_affected": 46,
"outage_id": "1049771",
"planned_end": "2026-08-12T12:30:00Z",
"planned_start": "2026-08-12T06:30:00Z",
"reason": null,
"resolved_at": "2026-08-04T11:30:00Z",
"start_time": null,
"type": "unplanned"
}
],
"success": true
}