From e6eeaf7e3137f40dd8d0104c17e9e99926d0e1e1 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 16 Sep 2020 17:30:28 -0700 Subject: [PATCH] adding mocked detail data for frontend viewing. placeholders for settings panels. Add dialog panel for Details setings. --- .../src/app/data/mock/device/details/data.ts | 10436 ---------------- .../src/app/data/mock/device/details/index.ts | 56 +- .../src/app/data/mock/device/details/sda.ts | 1568 +++ .../src/app/data/mock/device/details/sdb.ts | 5606 +++++++++ .../src/app/data/mock/device/details/sdc.ts | 3326 +++++ .../src/app/data/mock/device/details/sdd.ts | 1240 ++ .../src/app/data/mock/device/details/sde.ts | 1240 ++ .../src/app/data/mock/summary/data.ts | 2863 ++--- .../dashboard-settings.component.html | 25 +- .../dashboard-settings.module.ts | 2 + .../detail-settings.component.html | 30 + .../detail-settings.component.scss | 0 .../detail-settings.component.spec.ts | 25 + .../detail-settings.component.ts | 15 + .../detail-settings/detail-settings.module.ts | 46 + .../frontend/src/app/layout/layout.module.ts | 2 +- .../app/modules/detail/detail.component.html | 4 +- .../app/modules/detail/detail.component.ts | 15 +- .../src/app/modules/detail/detail.module.ts | 3 +- 19 files changed, 13972 insertions(+), 12530 deletions(-) delete mode 100644 webapp/frontend/src/app/data/mock/device/details/data.ts create mode 100644 webapp/frontend/src/app/data/mock/device/details/sda.ts create mode 100644 webapp/frontend/src/app/data/mock/device/details/sdb.ts create mode 100644 webapp/frontend/src/app/data/mock/device/details/sdc.ts create mode 100644 webapp/frontend/src/app/data/mock/device/details/sdd.ts create mode 100644 webapp/frontend/src/app/data/mock/device/details/sde.ts create mode 100644 webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.html create mode 100644 webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.scss create mode 100644 webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.spec.ts create mode 100644 webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.ts create mode 100644 webapp/frontend/src/app/layout/common/detail-settings/detail-settings.module.ts diff --git a/webapp/frontend/src/app/data/mock/device/details/data.ts b/webapp/frontend/src/app/data/mock/device/details/data.ts deleted file mode 100644 index afd47e5..0000000 --- a/webapp/frontend/src/app/data/mock/device/details/data.ts +++ /dev/null @@ -1,10436 +0,0 @@ -import * as moment from 'moment'; - -/* tslint:disable:max-line-length */ -export const details = { - "data": { - "CreatedAt": "2020-08-14T03:36:00.580977337Z", - "UpdatedAt": "2020-08-14T03:41:00.752342169Z", - "DeletedAt": null, - "wwn": "0x5000c500673e6b5f", - "device_name": "sdg", - "manufacturer": "ATA", - "model_name": "ST6000DX000-1H217Z", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "Z4D0XXXX", - "firmware": "CC46", - "rotational_speed": 7200, - "capacity": 6001175126016, - "form_factor": "3.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 145, - "CreatedAt": "2020-08-14T03:41:00.763484415Z", - "UpdatedAt": "2020-08-14T03:41:00.763484415Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": [ - { - "ID": 2632, - "CreatedAt": "2020-08-14T03:41:00.763627397Z", - "UpdatedAt": "2020-08-14T03:41:00.763627397Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.06390002135229157, - "history": [ - { - "ID": 2536, - "CreatedAt": "2020-08-14T03:40:45.775023883Z", - "UpdatedAt": "2020-08-14T03:40:45.775023883Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2408, - "CreatedAt": "2020-08-14T03:40:30.762556111Z", - "UpdatedAt": "2020-08-14T03:40:30.762556111Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2280, - "CreatedAt": "2020-08-14T03:40:15.76689624Z", - "UpdatedAt": "2020-08-14T03:40:15.76689624Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2120, - "CreatedAt": "2020-08-14T03:40:00.892124701Z", - "UpdatedAt": "2020-08-14T03:40:00.892124701Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2024, - "CreatedAt": "2020-08-14T03:39:45.761120929Z", - "UpdatedAt": "2020-08-14T03:39:45.761120929Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1896, - "CreatedAt": "2020-08-14T03:39:30.76561083Z", - "UpdatedAt": "2020-08-14T03:39:30.76561083Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1768, - "CreatedAt": "2020-08-14T03:39:15.763052032Z", - "UpdatedAt": "2020-08-14T03:39:15.763052032Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1640, - "CreatedAt": "2020-08-14T03:39:00.767046288Z", - "UpdatedAt": "2020-08-14T03:39:00.767046288Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1512, - "CreatedAt": "2020-08-14T03:38:45.772069089Z", - "UpdatedAt": "2020-08-14T03:38:45.772069089Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1384, - "CreatedAt": "2020-08-14T03:38:30.768163299Z", - "UpdatedAt": "2020-08-14T03:38:30.768163299Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1256, - "CreatedAt": "2020-08-14T03:38:15.756724154Z", - "UpdatedAt": "2020-08-14T03:38:15.756724154Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1128, - "CreatedAt": "2020-08-14T03:38:00.778953796Z", - "UpdatedAt": "2020-08-14T03:38:00.778953796Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1000, - "CreatedAt": "2020-08-14T03:37:45.84726684Z", - "UpdatedAt": "2020-08-14T03:37:45.84726684Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 872, - "CreatedAt": "2020-08-14T03:37:30.769982863Z", - "UpdatedAt": "2020-08-14T03:37:30.769982863Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 744, - "CreatedAt": "2020-08-14T03:37:15.758087836Z", - "UpdatedAt": "2020-08-14T03:37:15.758087836Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 616, - "CreatedAt": "2020-08-14T03:37:00.763146839Z", - "UpdatedAt": "2020-08-14T03:37:00.763146839Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 488, - "CreatedAt": "2020-08-14T03:36:45.766825253Z", - "UpdatedAt": "2020-08-14T03:36:45.766825253Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 360, - "CreatedAt": "2020-08-14T03:36:30.755086253Z", - "UpdatedAt": "2020-08-14T03:36:30.755086253Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 232, - "CreatedAt": "2020-08-14T03:36:15.760840652Z", - "UpdatedAt": "2020-08-14T03:36:15.760840652Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 86, - "CreatedAt": "2020-08-14T03:36:01.044174404Z", - "UpdatedAt": "2020-08-14T03:36:01.044174404Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 1, - "name": "Read Error Rate", - "value": 114, - "worst": 99, - "thresh": 6, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2633, - "CreatedAt": "2020-08-14T03:41:00.763749672Z", - "UpdatedAt": "2020-08-14T03:41:00.763749672Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "warn", - "status_reason": "Observed Failure Rate for Attribute is greater than 10%", - "failure_rate": 0.11452195377351217, - "history": [ - { - "ID": 2537, - "CreatedAt": "2020-08-14T03:40:45.775112405Z", - "UpdatedAt": "2020-08-14T03:40:45.775112405Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2409, - "CreatedAt": "2020-08-14T03:40:30.762649047Z", - "UpdatedAt": "2020-08-14T03:40:30.762649047Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2281, - "CreatedAt": "2020-08-14T03:40:15.76700208Z", - "UpdatedAt": "2020-08-14T03:40:15.76700208Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2121, - "CreatedAt": "2020-08-14T03:40:00.892217862Z", - "UpdatedAt": "2020-08-14T03:40:00.892217862Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2025, - "CreatedAt": "2020-08-14T03:39:45.761205666Z", - "UpdatedAt": "2020-08-14T03:39:45.761205666Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1897, - "CreatedAt": "2020-08-14T03:39:30.765773817Z", - "UpdatedAt": "2020-08-14T03:39:30.765773817Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1769, - "CreatedAt": "2020-08-14T03:39:15.763139129Z", - "UpdatedAt": "2020-08-14T03:39:15.763139129Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1641, - "CreatedAt": "2020-08-14T03:39:00.767133354Z", - "UpdatedAt": "2020-08-14T03:39:00.767133354Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1513, - "CreatedAt": "2020-08-14T03:38:45.772162352Z", - "UpdatedAt": "2020-08-14T03:38:45.772162352Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1385, - "CreatedAt": "2020-08-14T03:38:30.768253112Z", - "UpdatedAt": "2020-08-14T03:38:30.768253112Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1257, - "CreatedAt": "2020-08-14T03:38:15.756818773Z", - "UpdatedAt": "2020-08-14T03:38:15.756818773Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1129, - "CreatedAt": "2020-08-14T03:38:00.779039518Z", - "UpdatedAt": "2020-08-14T03:38:00.779039518Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1001, - "CreatedAt": "2020-08-14T03:37:45.847355753Z", - "UpdatedAt": "2020-08-14T03:37:45.847355753Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 873, - "CreatedAt": "2020-08-14T03:37:30.77007108Z", - "UpdatedAt": "2020-08-14T03:37:30.77007108Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 745, - "CreatedAt": "2020-08-14T03:37:15.758175523Z", - "UpdatedAt": "2020-08-14T03:37:15.758175523Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 617, - "CreatedAt": "2020-08-14T03:37:00.763236427Z", - "UpdatedAt": "2020-08-14T03:37:00.763236427Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 489, - "CreatedAt": "2020-08-14T03:36:45.766923253Z", - "UpdatedAt": "2020-08-14T03:36:45.766923253Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 361, - "CreatedAt": "2020-08-14T03:36:30.755183062Z", - "UpdatedAt": "2020-08-14T03:36:30.755183062Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 233, - "CreatedAt": "2020-08-14T03:36:15.760926189Z", - "UpdatedAt": "2020-08-14T03:36:15.760926189Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 87, - "CreatedAt": "2020-08-14T03:36:01.044259617Z", - "UpdatedAt": "2020-08-14T03:36:01.044259617Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 3, - "name": "Spin-Up Time", - "value": 87, - "worst": 87, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2634, - "CreatedAt": "2020-08-14T03:41:00.763809662Z", - "UpdatedAt": "2020-08-14T03:41:00.763809662Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0, - "status": "warn", - "status_reason": "Observed Failure Rate for Attribute is greater than 10%", - "failure_rate": 0.1157094940074447, - "history": [ - { - "ID": 2538, - "CreatedAt": "2020-08-14T03:40:45.775170141Z", - "UpdatedAt": "2020-08-14T03:40:45.775170141Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2410, - "CreatedAt": "2020-08-14T03:40:30.762708572Z", - "UpdatedAt": "2020-08-14T03:40:30.762708572Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2282, - "CreatedAt": "2020-08-14T03:40:15.767074213Z", - "UpdatedAt": "2020-08-14T03:40:15.767074213Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2122, - "CreatedAt": "2020-08-14T03:40:00.892274747Z", - "UpdatedAt": "2020-08-14T03:40:00.892274747Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2026, - "CreatedAt": "2020-08-14T03:39:45.761264609Z", - "UpdatedAt": "2020-08-14T03:39:45.761264609Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1898, - "CreatedAt": "2020-08-14T03:39:30.765853303Z", - "UpdatedAt": "2020-08-14T03:39:30.765853303Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1770, - "CreatedAt": "2020-08-14T03:39:15.763194762Z", - "UpdatedAt": "2020-08-14T03:39:15.763194762Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1642, - "CreatedAt": "2020-08-14T03:39:00.767189575Z", - "UpdatedAt": "2020-08-14T03:39:00.767189575Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1514, - "CreatedAt": "2020-08-14T03:38:45.772235822Z", - "UpdatedAt": "2020-08-14T03:38:45.772235822Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1386, - "CreatedAt": "2020-08-14T03:38:30.768309309Z", - "UpdatedAt": "2020-08-14T03:38:30.768309309Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1258, - "CreatedAt": "2020-08-14T03:38:15.756875703Z", - "UpdatedAt": "2020-08-14T03:38:15.756875703Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1130, - "CreatedAt": "2020-08-14T03:38:00.779094629Z", - "UpdatedAt": "2020-08-14T03:38:00.779094629Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1002, - "CreatedAt": "2020-08-14T03:37:45.847414423Z", - "UpdatedAt": "2020-08-14T03:37:45.847414423Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 874, - "CreatedAt": "2020-08-14T03:37:30.770128393Z", - "UpdatedAt": "2020-08-14T03:37:30.770128393Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 746, - "CreatedAt": "2020-08-14T03:37:15.758235291Z", - "UpdatedAt": "2020-08-14T03:37:15.758235291Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 618, - "CreatedAt": "2020-08-14T03:37:00.763290813Z", - "UpdatedAt": "2020-08-14T03:37:00.763290813Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 490, - "CreatedAt": "2020-08-14T03:36:45.76699063Z", - "UpdatedAt": "2020-08-14T03:36:45.76699063Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 362, - "CreatedAt": "2020-08-14T03:36:30.755238762Z", - "UpdatedAt": "2020-08-14T03:36:30.755238762Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 234, - "CreatedAt": "2020-08-14T03:36:15.760982533Z", - "UpdatedAt": "2020-08-14T03:36:15.760982533Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 88, - "CreatedAt": "2020-08-14T03:36:01.04431274Z", - "UpdatedAt": "2020-08-14T03:36:01.04431274Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 4, - "name": "Start/Stop Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2635, - "CreatedAt": "2020-08-14T03:41:00.763862493Z", - "UpdatedAt": "2020-08-14T03:41:00.763862493Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.025169175350572493, - "history": [ - { - "ID": 2539, - "CreatedAt": "2020-08-14T03:40:45.775232018Z", - "UpdatedAt": "2020-08-14T03:40:45.775232018Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2411, - "CreatedAt": "2020-08-14T03:40:30.76276374Z", - "UpdatedAt": "2020-08-14T03:40:30.76276374Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2283, - "CreatedAt": "2020-08-14T03:40:15.767125957Z", - "UpdatedAt": "2020-08-14T03:40:15.767125957Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2123, - "CreatedAt": "2020-08-14T03:40:00.892327076Z", - "UpdatedAt": "2020-08-14T03:40:00.892327076Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2027, - "CreatedAt": "2020-08-14T03:39:45.76131548Z", - "UpdatedAt": "2020-08-14T03:39:45.76131548Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1899, - "CreatedAt": "2020-08-14T03:39:30.765912686Z", - "UpdatedAt": "2020-08-14T03:39:30.765912686Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1771, - "CreatedAt": "2020-08-14T03:39:15.763246245Z", - "UpdatedAt": "2020-08-14T03:39:15.763246245Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1643, - "CreatedAt": "2020-08-14T03:39:00.767239494Z", - "UpdatedAt": "2020-08-14T03:39:00.767239494Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1515, - "CreatedAt": "2020-08-14T03:38:45.772291083Z", - "UpdatedAt": "2020-08-14T03:38:45.772291083Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1387, - "CreatedAt": "2020-08-14T03:38:30.768362985Z", - "UpdatedAt": "2020-08-14T03:38:30.768362985Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1259, - "CreatedAt": "2020-08-14T03:38:15.756927444Z", - "UpdatedAt": "2020-08-14T03:38:15.756927444Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1131, - "CreatedAt": "2020-08-14T03:38:00.779144151Z", - "UpdatedAt": "2020-08-14T03:38:00.779144151Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1003, - "CreatedAt": "2020-08-14T03:37:45.847466993Z", - "UpdatedAt": "2020-08-14T03:37:45.847466993Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 875, - "CreatedAt": "2020-08-14T03:37:30.770180127Z", - "UpdatedAt": "2020-08-14T03:37:30.770180127Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 747, - "CreatedAt": "2020-08-14T03:37:15.758302473Z", - "UpdatedAt": "2020-08-14T03:37:15.758302473Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 619, - "CreatedAt": "2020-08-14T03:37:00.763341643Z", - "UpdatedAt": "2020-08-14T03:37:00.763341643Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 491, - "CreatedAt": "2020-08-14T03:36:45.767046148Z", - "UpdatedAt": "2020-08-14T03:36:45.767046148Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 363, - "CreatedAt": "2020-08-14T03:36:30.755299919Z", - "UpdatedAt": "2020-08-14T03:36:30.755299919Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 235, - "CreatedAt": "2020-08-14T03:36:15.761035588Z", - "UpdatedAt": "2020-08-14T03:36:15.761035588Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 89, - "CreatedAt": "2020-08-14T03:36:01.044361653Z", - "UpdatedAt": "2020-08-14T03:36:01.044361653Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 5, - "name": "Reallocated Sectors Count", - "value": 100, - "worst": 100, - "thresh": 10, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2636, - "CreatedAt": "2020-08-14T03:41:00.763913633Z", - "UpdatedAt": "2020-08-14T03:41:00.763913633Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564696, - "raw_string": "22446564696", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.08725919610118257, - "history": [ - { - "ID": 2540, - "CreatedAt": "2020-08-14T03:40:45.775282723Z", - "UpdatedAt": "2020-08-14T03:40:45.775282723Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564685, - "raw_string": "22446564685", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2412, - "CreatedAt": "2020-08-14T03:40:30.762814852Z", - "UpdatedAt": "2020-08-14T03:40:30.762814852Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564674, - "raw_string": "22446564674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2284, - "CreatedAt": "2020-08-14T03:40:15.767173008Z", - "UpdatedAt": "2020-08-14T03:40:15.767173008Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564663, - "raw_string": "22446564663", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2124, - "CreatedAt": "2020-08-14T03:40:00.892378956Z", - "UpdatedAt": "2020-08-14T03:40:00.892378956Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564652, - "raw_string": "22446564652", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2028, - "CreatedAt": "2020-08-14T03:39:45.7613633Z", - "UpdatedAt": "2020-08-14T03:39:45.7613633Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564641, - "raw_string": "22446564641", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1900, - "CreatedAt": "2020-08-14T03:39:30.765966672Z", - "UpdatedAt": "2020-08-14T03:39:30.765966672Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564630, - "raw_string": "22446564630", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1772, - "CreatedAt": "2020-08-14T03:39:15.763296236Z", - "UpdatedAt": "2020-08-14T03:39:15.763296236Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564619, - "raw_string": "22446564619", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1644, - "CreatedAt": "2020-08-14T03:39:00.767546242Z", - "UpdatedAt": "2020-08-14T03:39:00.767546242Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564608, - "raw_string": "22446564608", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1516, - "CreatedAt": "2020-08-14T03:38:45.772343594Z", - "UpdatedAt": "2020-08-14T03:38:45.772343594Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564597, - "raw_string": "22446564597", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1388, - "CreatedAt": "2020-08-14T03:38:30.768409778Z", - "UpdatedAt": "2020-08-14T03:38:30.768409778Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564586, - "raw_string": "22446564586", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1260, - "CreatedAt": "2020-08-14T03:38:15.756979336Z", - "UpdatedAt": "2020-08-14T03:38:15.756979336Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564575, - "raw_string": "22446564575", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1132, - "CreatedAt": "2020-08-14T03:38:00.779194696Z", - "UpdatedAt": "2020-08-14T03:38:00.779194696Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564564, - "raw_string": "22446564564", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1004, - "CreatedAt": "2020-08-14T03:37:45.847517584Z", - "UpdatedAt": "2020-08-14T03:37:45.847517584Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564553, - "raw_string": "22446564553", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 876, - "CreatedAt": "2020-08-14T03:37:30.770235288Z", - "UpdatedAt": "2020-08-14T03:37:30.770235288Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564542, - "raw_string": "22446564542", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 748, - "CreatedAt": "2020-08-14T03:37:15.758355465Z", - "UpdatedAt": "2020-08-14T03:37:15.758355465Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564531, - "raw_string": "22446564531", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 620, - "CreatedAt": "2020-08-14T03:37:00.763391575Z", - "UpdatedAt": "2020-08-14T03:37:00.763391575Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564520, - "raw_string": "22446564520", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 492, - "CreatedAt": "2020-08-14T03:36:45.767098806Z", - "UpdatedAt": "2020-08-14T03:36:45.767098806Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564509, - "raw_string": "22446564509", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 364, - "CreatedAt": "2020-08-14T03:36:30.75535381Z", - "UpdatedAt": "2020-08-14T03:36:30.75535381Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564498, - "raw_string": "22446564498", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 236, - "CreatedAt": "2020-08-14T03:36:15.761085007Z", - "UpdatedAt": "2020-08-14T03:36:15.761085007Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564487, - "raw_string": "22446564487", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 90, - "CreatedAt": "2020-08-14T03:36:01.044408586Z", - "UpdatedAt": "2020-08-14T03:36:01.044408586Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 7, - "name": "Seek Error Rate", - "value": 83, - "worst": 60, - "thresh": 30, - "raw_value": 22446564476, - "raw_string": "22446564476", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2637, - "CreatedAt": "2020-08-14T03:41:00.76396396Z", - "UpdatedAt": "2020-08-14T03:41:00.76396396Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2541, - "CreatedAt": "2020-08-14T03:40:45.77533339Z", - "UpdatedAt": "2020-08-14T03:40:45.77533339Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2413, - "CreatedAt": "2020-08-14T03:40:30.762864983Z", - "UpdatedAt": "2020-08-14T03:40:30.762864983Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2285, - "CreatedAt": "2020-08-14T03:40:15.767224073Z", - "UpdatedAt": "2020-08-14T03:40:15.767224073Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2125, - "CreatedAt": "2020-08-14T03:40:00.892428289Z", - "UpdatedAt": "2020-08-14T03:40:00.892428289Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2029, - "CreatedAt": "2020-08-14T03:39:45.761413283Z", - "UpdatedAt": "2020-08-14T03:39:45.761413283Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1901, - "CreatedAt": "2020-08-14T03:39:30.766019661Z", - "UpdatedAt": "2020-08-14T03:39:30.766019661Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1773, - "CreatedAt": "2020-08-14T03:39:15.76334373Z", - "UpdatedAt": "2020-08-14T03:39:15.76334373Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1645, - "CreatedAt": "2020-08-14T03:39:00.767704356Z", - "UpdatedAt": "2020-08-14T03:39:00.767704356Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1517, - "CreatedAt": "2020-08-14T03:38:45.772395319Z", - "UpdatedAt": "2020-08-14T03:38:45.772395319Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1389, - "CreatedAt": "2020-08-14T03:38:30.768461715Z", - "UpdatedAt": "2020-08-14T03:38:30.768461715Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1261, - "CreatedAt": "2020-08-14T03:38:15.757030454Z", - "UpdatedAt": "2020-08-14T03:38:15.757030454Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1133, - "CreatedAt": "2020-08-14T03:38:00.779416806Z", - "UpdatedAt": "2020-08-14T03:38:00.779416806Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1005, - "CreatedAt": "2020-08-14T03:37:45.847570855Z", - "UpdatedAt": "2020-08-14T03:37:45.847570855Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 877, - "CreatedAt": "2020-08-14T03:37:30.770307236Z", - "UpdatedAt": "2020-08-14T03:37:30.770307236Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 749, - "CreatedAt": "2020-08-14T03:37:15.758407342Z", - "UpdatedAt": "2020-08-14T03:37:15.758407342Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 621, - "CreatedAt": "2020-08-14T03:37:00.763440008Z", - "UpdatedAt": "2020-08-14T03:37:00.763440008Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 493, - "CreatedAt": "2020-08-14T03:36:45.76715001Z", - "UpdatedAt": "2020-08-14T03:36:45.76715001Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 365, - "CreatedAt": "2020-08-14T03:36:30.755403156Z", - "UpdatedAt": "2020-08-14T03:36:30.755403156Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48706, - "raw_string": "48706", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 237, - "CreatedAt": "2020-08-14T03:36:15.76113693Z", - "UpdatedAt": "2020-08-14T03:36:15.76113693Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48705, - "raw_string": "48705", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 91, - "CreatedAt": "2020-08-14T03:36:01.044455722Z", - "UpdatedAt": "2020-08-14T03:36:01.044455722Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 9, - "name": "Power-On Hours", - "value": 45, - "worst": 45, - "thresh": 0, - "raw_value": 48705, - "raw_string": "48705", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2638, - "CreatedAt": "2020-08-14T03:41:00.764011998Z", - "UpdatedAt": "2020-08-14T03:41:00.764011998Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.05459827163896099, - "history": [ - { - "ID": 2542, - "CreatedAt": "2020-08-14T03:40:45.775384082Z", - "UpdatedAt": "2020-08-14T03:40:45.775384082Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2414, - "CreatedAt": "2020-08-14T03:40:30.762914978Z", - "UpdatedAt": "2020-08-14T03:40:30.762914978Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2286, - "CreatedAt": "2020-08-14T03:40:15.767272942Z", - "UpdatedAt": "2020-08-14T03:40:15.767272942Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2126, - "CreatedAt": "2020-08-14T03:40:00.8924784Z", - "UpdatedAt": "2020-08-14T03:40:00.8924784Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2030, - "CreatedAt": "2020-08-14T03:39:45.761460218Z", - "UpdatedAt": "2020-08-14T03:39:45.761460218Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1902, - "CreatedAt": "2020-08-14T03:39:30.766071699Z", - "UpdatedAt": "2020-08-14T03:39:30.766071699Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1774, - "CreatedAt": "2020-08-14T03:39:15.763392977Z", - "UpdatedAt": "2020-08-14T03:39:15.763392977Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1646, - "CreatedAt": "2020-08-14T03:39:00.76790952Z", - "UpdatedAt": "2020-08-14T03:39:00.76790952Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1518, - "CreatedAt": "2020-08-14T03:38:45.772838019Z", - "UpdatedAt": "2020-08-14T03:38:45.772838019Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1390, - "CreatedAt": "2020-08-14T03:38:30.768525663Z", - "UpdatedAt": "2020-08-14T03:38:30.768525663Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1262, - "CreatedAt": "2020-08-14T03:38:15.757082179Z", - "UpdatedAt": "2020-08-14T03:38:15.757082179Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1134, - "CreatedAt": "2020-08-14T03:38:00.779569394Z", - "UpdatedAt": "2020-08-14T03:38:00.779569394Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1006, - "CreatedAt": "2020-08-14T03:37:45.847619203Z", - "UpdatedAt": "2020-08-14T03:37:45.847619203Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 878, - "CreatedAt": "2020-08-14T03:37:30.770358814Z", - "UpdatedAt": "2020-08-14T03:37:30.770358814Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 750, - "CreatedAt": "2020-08-14T03:37:15.758454612Z", - "UpdatedAt": "2020-08-14T03:37:15.758454612Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 622, - "CreatedAt": "2020-08-14T03:37:00.763487978Z", - "UpdatedAt": "2020-08-14T03:37:00.763487978Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 494, - "CreatedAt": "2020-08-14T03:36:45.767201788Z", - "UpdatedAt": "2020-08-14T03:36:45.767201788Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 366, - "CreatedAt": "2020-08-14T03:36:30.755455577Z", - "UpdatedAt": "2020-08-14T03:36:30.755455577Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 238, - "CreatedAt": "2020-08-14T03:36:15.761207263Z", - "UpdatedAt": "2020-08-14T03:36:15.761207263Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 92, - "CreatedAt": "2020-08-14T03:36:01.044502543Z", - "UpdatedAt": "2020-08-14T03:36:01.044502543Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 10, - "name": "Spin Retry Count", - "value": 100, - "worst": 100, - "thresh": 97, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2639, - "CreatedAt": "2020-08-14T03:41:00.764059942Z", - "UpdatedAt": "2020-08-14T03:41:00.764059942Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0, - "status": "warn", - "status_reason": "Observed Failure Rate for Attribute is greater than 10%", - "failure_rate": 0.1030972634140512, - "history": [ - { - "ID": 2543, - "CreatedAt": "2020-08-14T03:40:45.775435243Z", - "UpdatedAt": "2020-08-14T03:40:45.775435243Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2415, - "CreatedAt": "2020-08-14T03:40:30.762961728Z", - "UpdatedAt": "2020-08-14T03:40:30.762961728Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2287, - "CreatedAt": "2020-08-14T03:40:15.767323015Z", - "UpdatedAt": "2020-08-14T03:40:15.767323015Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2127, - "CreatedAt": "2020-08-14T03:40:00.89252886Z", - "UpdatedAt": "2020-08-14T03:40:00.89252886Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2031, - "CreatedAt": "2020-08-14T03:39:45.761509495Z", - "UpdatedAt": "2020-08-14T03:39:45.761509495Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1903, - "CreatedAt": "2020-08-14T03:39:30.766123868Z", - "UpdatedAt": "2020-08-14T03:39:30.766123868Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1775, - "CreatedAt": "2020-08-14T03:39:15.763442592Z", - "UpdatedAt": "2020-08-14T03:39:15.763442592Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1647, - "CreatedAt": "2020-08-14T03:39:00.767964143Z", - "UpdatedAt": "2020-08-14T03:39:00.767964143Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1519, - "CreatedAt": "2020-08-14T03:38:45.773073453Z", - "UpdatedAt": "2020-08-14T03:38:45.773073453Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1391, - "CreatedAt": "2020-08-14T03:38:30.768574315Z", - "UpdatedAt": "2020-08-14T03:38:30.768574315Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1263, - "CreatedAt": "2020-08-14T03:38:15.757132333Z", - "UpdatedAt": "2020-08-14T03:38:15.757132333Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1135, - "CreatedAt": "2020-08-14T03:38:00.779750164Z", - "UpdatedAt": "2020-08-14T03:38:00.779750164Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1007, - "CreatedAt": "2020-08-14T03:37:45.84769598Z", - "UpdatedAt": "2020-08-14T03:37:45.84769598Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 879, - "CreatedAt": "2020-08-14T03:37:30.770407972Z", - "UpdatedAt": "2020-08-14T03:37:30.770407972Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 751, - "CreatedAt": "2020-08-14T03:37:15.758507436Z", - "UpdatedAt": "2020-08-14T03:37:15.758507436Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 623, - "CreatedAt": "2020-08-14T03:37:00.763535152Z", - "UpdatedAt": "2020-08-14T03:37:00.763535152Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 495, - "CreatedAt": "2020-08-14T03:36:45.767251109Z", - "UpdatedAt": "2020-08-14T03:36:45.767251109Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 367, - "CreatedAt": "2020-08-14T03:36:30.755503789Z", - "UpdatedAt": "2020-08-14T03:36:30.755503789Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 239, - "CreatedAt": "2020-08-14T03:36:15.761256188Z", - "UpdatedAt": "2020-08-14T03:36:15.761256188Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 93, - "CreatedAt": "2020-08-14T03:36:01.044561396Z", - "UpdatedAt": "2020-08-14T03:36:01.044561396Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 12, - "name": "Power Cycle Count", - "value": 100, - "worst": 100, - "thresh": 20, - "raw_value": 69, - "raw_string": "69", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2640, - "CreatedAt": "2020-08-14T03:41:00.764107113Z", - "UpdatedAt": "2020-08-14T03:41:00.764107113Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.09084549203210031, - "history": [ - { - "ID": 2544, - "CreatedAt": "2020-08-14T03:40:45.775484343Z", - "UpdatedAt": "2020-08-14T03:40:45.775484343Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2416, - "CreatedAt": "2020-08-14T03:40:30.763010827Z", - "UpdatedAt": "2020-08-14T03:40:30.763010827Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2288, - "CreatedAt": "2020-08-14T03:40:15.767371009Z", - "UpdatedAt": "2020-08-14T03:40:15.767371009Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2128, - "CreatedAt": "2020-08-14T03:40:00.892576683Z", - "UpdatedAt": "2020-08-14T03:40:00.892576683Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2032, - "CreatedAt": "2020-08-14T03:39:45.761557134Z", - "UpdatedAt": "2020-08-14T03:39:45.761557134Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1904, - "CreatedAt": "2020-08-14T03:39:30.766174509Z", - "UpdatedAt": "2020-08-14T03:39:30.766174509Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1776, - "CreatedAt": "2020-08-14T03:39:15.763677114Z", - "UpdatedAt": "2020-08-14T03:39:15.763677114Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1648, - "CreatedAt": "2020-08-14T03:39:00.768027007Z", - "UpdatedAt": "2020-08-14T03:39:00.768027007Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1520, - "CreatedAt": "2020-08-14T03:38:45.773143388Z", - "UpdatedAt": "2020-08-14T03:38:45.773143388Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1392, - "CreatedAt": "2020-08-14T03:38:30.768624257Z", - "UpdatedAt": "2020-08-14T03:38:30.768624257Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1264, - "CreatedAt": "2020-08-14T03:38:15.757181158Z", - "UpdatedAt": "2020-08-14T03:38:15.757181158Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1136, - "CreatedAt": "2020-08-14T03:38:00.779942072Z", - "UpdatedAt": "2020-08-14T03:38:00.779942072Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1008, - "CreatedAt": "2020-08-14T03:37:45.847779324Z", - "UpdatedAt": "2020-08-14T03:37:45.847779324Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 880, - "CreatedAt": "2020-08-14T03:37:30.770456487Z", - "UpdatedAt": "2020-08-14T03:37:30.770456487Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 752, - "CreatedAt": "2020-08-14T03:37:15.758556381Z", - "UpdatedAt": "2020-08-14T03:37:15.758556381Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 624, - "CreatedAt": "2020-08-14T03:37:00.763581752Z", - "UpdatedAt": "2020-08-14T03:37:00.763581752Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 496, - "CreatedAt": "2020-08-14T03:36:45.767303776Z", - "UpdatedAt": "2020-08-14T03:36:45.767303776Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 368, - "CreatedAt": "2020-08-14T03:36:30.755567671Z", - "UpdatedAt": "2020-08-14T03:36:30.755567671Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 240, - "CreatedAt": "2020-08-14T03:36:15.76131145Z", - "UpdatedAt": "2020-08-14T03:36:15.76131145Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 94, - "CreatedAt": "2020-08-14T03:36:01.044608339Z", - "UpdatedAt": "2020-08-14T03:36:01.044608339Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 183, - "name": "SATA Downshift Error Count or Runtime Bad Block", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2641, - "CreatedAt": "2020-08-14T03:41:00.764155156Z", - "UpdatedAt": "2020-08-14T03:41:00.764155156Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.09334816849865138, - "history": [ - { - "ID": 2545, - "CreatedAt": "2020-08-14T03:40:45.775531444Z", - "UpdatedAt": "2020-08-14T03:40:45.775531444Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2417, - "CreatedAt": "2020-08-14T03:40:30.763060058Z", - "UpdatedAt": "2020-08-14T03:40:30.763060058Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2289, - "CreatedAt": "2020-08-14T03:40:15.767441365Z", - "UpdatedAt": "2020-08-14T03:40:15.767441365Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2129, - "CreatedAt": "2020-08-14T03:40:00.89262671Z", - "UpdatedAt": "2020-08-14T03:40:00.89262671Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2033, - "CreatedAt": "2020-08-14T03:39:45.761604152Z", - "UpdatedAt": "2020-08-14T03:39:45.761604152Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1905, - "CreatedAt": "2020-08-14T03:39:30.766226569Z", - "UpdatedAt": "2020-08-14T03:39:30.766226569Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1777, - "CreatedAt": "2020-08-14T03:39:15.763822164Z", - "UpdatedAt": "2020-08-14T03:39:15.763822164Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1649, - "CreatedAt": "2020-08-14T03:39:00.768102312Z", - "UpdatedAt": "2020-08-14T03:39:00.768102312Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1521, - "CreatedAt": "2020-08-14T03:38:45.773196187Z", - "UpdatedAt": "2020-08-14T03:38:45.773196187Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1393, - "CreatedAt": "2020-08-14T03:38:30.7686748Z", - "UpdatedAt": "2020-08-14T03:38:30.7686748Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1265, - "CreatedAt": "2020-08-14T03:38:15.757233348Z", - "UpdatedAt": "2020-08-14T03:38:15.757233348Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1137, - "CreatedAt": "2020-08-14T03:38:00.779999108Z", - "UpdatedAt": "2020-08-14T03:38:00.779999108Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1009, - "CreatedAt": "2020-08-14T03:37:45.84782907Z", - "UpdatedAt": "2020-08-14T03:37:45.84782907Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 881, - "CreatedAt": "2020-08-14T03:37:30.770504033Z", - "UpdatedAt": "2020-08-14T03:37:30.770504033Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 753, - "CreatedAt": "2020-08-14T03:37:15.758604186Z", - "UpdatedAt": "2020-08-14T03:37:15.758604186Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 625, - "CreatedAt": "2020-08-14T03:37:00.763634673Z", - "UpdatedAt": "2020-08-14T03:37:00.763634673Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 497, - "CreatedAt": "2020-08-14T03:36:45.767355119Z", - "UpdatedAt": "2020-08-14T03:36:45.767355119Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 369, - "CreatedAt": "2020-08-14T03:36:30.755621822Z", - "UpdatedAt": "2020-08-14T03:36:30.755621822Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 241, - "CreatedAt": "2020-08-14T03:36:15.761361876Z", - "UpdatedAt": "2020-08-14T03:36:15.761361876Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 95, - "CreatedAt": "2020-08-14T03:36:01.044655324Z", - "UpdatedAt": "2020-08-14T03:36:01.044655324Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 184, - "name": "End-to-End error", - "value": 100, - "worst": 100, - "thresh": 99, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2642, - "CreatedAt": "2020-08-14T03:41:00.764206168Z", - "UpdatedAt": "2020-08-14T03:41:00.764206168Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.028130798308190524, - "history": [ - { - "ID": 2546, - "CreatedAt": "2020-08-14T03:40:45.775587959Z", - "UpdatedAt": "2020-08-14T03:40:45.775587959Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2418, - "CreatedAt": "2020-08-14T03:40:30.763106926Z", - "UpdatedAt": "2020-08-14T03:40:30.763106926Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2290, - "CreatedAt": "2020-08-14T03:40:15.767501675Z", - "UpdatedAt": "2020-08-14T03:40:15.767501675Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2130, - "CreatedAt": "2020-08-14T03:40:00.892675486Z", - "UpdatedAt": "2020-08-14T03:40:00.892675486Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2034, - "CreatedAt": "2020-08-14T03:39:45.761657508Z", - "UpdatedAt": "2020-08-14T03:39:45.761657508Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1906, - "CreatedAt": "2020-08-14T03:39:30.766276853Z", - "UpdatedAt": "2020-08-14T03:39:30.766276853Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1778, - "CreatedAt": "2020-08-14T03:39:15.763915538Z", - "UpdatedAt": "2020-08-14T03:39:15.763915538Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1650, - "CreatedAt": "2020-08-14T03:39:00.768152154Z", - "UpdatedAt": "2020-08-14T03:39:00.768152154Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1522, - "CreatedAt": "2020-08-14T03:38:45.773291912Z", - "UpdatedAt": "2020-08-14T03:38:45.773291912Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1394, - "CreatedAt": "2020-08-14T03:38:30.768957804Z", - "UpdatedAt": "2020-08-14T03:38:30.768957804Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1266, - "CreatedAt": "2020-08-14T03:38:15.757280354Z", - "UpdatedAt": "2020-08-14T03:38:15.757280354Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1138, - "CreatedAt": "2020-08-14T03:38:00.780063367Z", - "UpdatedAt": "2020-08-14T03:38:00.780063367Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1010, - "CreatedAt": "2020-08-14T03:37:45.847908464Z", - "UpdatedAt": "2020-08-14T03:37:45.847908464Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 882, - "CreatedAt": "2020-08-14T03:37:30.770553072Z", - "UpdatedAt": "2020-08-14T03:37:30.770553072Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 754, - "CreatedAt": "2020-08-14T03:37:15.758655754Z", - "UpdatedAt": "2020-08-14T03:37:15.758655754Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 626, - "CreatedAt": "2020-08-14T03:37:00.763691423Z", - "UpdatedAt": "2020-08-14T03:37:00.763691423Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 498, - "CreatedAt": "2020-08-14T03:36:45.767404196Z", - "UpdatedAt": "2020-08-14T03:36:45.767404196Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 370, - "CreatedAt": "2020-08-14T03:36:30.755704087Z", - "UpdatedAt": "2020-08-14T03:36:30.755704087Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 242, - "CreatedAt": "2020-08-14T03:36:15.761410558Z", - "UpdatedAt": "2020-08-14T03:36:15.761410558Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 96, - "CreatedAt": "2020-08-14T03:36:01.044728769Z", - "UpdatedAt": "2020-08-14T03:36:01.044728769Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 187, - "name": "Reported Uncorrectable Errors", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2643, - "CreatedAt": "2020-08-14T03:41:00.76425413Z", - "UpdatedAt": "2020-08-14T03:41:00.76425413Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.024893587674442153, - "history": [ - { - "ID": 2547, - "CreatedAt": "2020-08-14T03:40:45.775639036Z", - "UpdatedAt": "2020-08-14T03:40:45.775639036Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2419, - "CreatedAt": "2020-08-14T03:40:30.763156748Z", - "UpdatedAt": "2020-08-14T03:40:30.763156748Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2291, - "CreatedAt": "2020-08-14T03:40:15.767550733Z", - "UpdatedAt": "2020-08-14T03:40:15.767550733Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2131, - "CreatedAt": "2020-08-14T03:40:00.892734409Z", - "UpdatedAt": "2020-08-14T03:40:00.892734409Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2035, - "CreatedAt": "2020-08-14T03:39:45.761713539Z", - "UpdatedAt": "2020-08-14T03:39:45.761713539Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1907, - "CreatedAt": "2020-08-14T03:39:30.766382482Z", - "UpdatedAt": "2020-08-14T03:39:30.766382482Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1779, - "CreatedAt": "2020-08-14T03:39:15.763992625Z", - "UpdatedAt": "2020-08-14T03:39:15.763992625Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1651, - "CreatedAt": "2020-08-14T03:39:00.768199977Z", - "UpdatedAt": "2020-08-14T03:39:00.768199977Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1523, - "CreatedAt": "2020-08-14T03:38:45.773343388Z", - "UpdatedAt": "2020-08-14T03:38:45.773343388Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1395, - "CreatedAt": "2020-08-14T03:38:30.769096718Z", - "UpdatedAt": "2020-08-14T03:38:30.769096718Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1267, - "CreatedAt": "2020-08-14T03:38:15.75732816Z", - "UpdatedAt": "2020-08-14T03:38:15.75732816Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1139, - "CreatedAt": "2020-08-14T03:38:00.780112508Z", - "UpdatedAt": "2020-08-14T03:38:00.780112508Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1011, - "CreatedAt": "2020-08-14T03:37:45.847980407Z", - "UpdatedAt": "2020-08-14T03:37:45.847980407Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 883, - "CreatedAt": "2020-08-14T03:37:30.770612559Z", - "UpdatedAt": "2020-08-14T03:37:30.770612559Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 755, - "CreatedAt": "2020-08-14T03:37:15.758719532Z", - "UpdatedAt": "2020-08-14T03:37:15.758719532Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 627, - "CreatedAt": "2020-08-14T03:37:00.763786943Z", - "UpdatedAt": "2020-08-14T03:37:00.763786943Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 499, - "CreatedAt": "2020-08-14T03:36:45.767456099Z", - "UpdatedAt": "2020-08-14T03:36:45.767456099Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 371, - "CreatedAt": "2020-08-14T03:36:30.75577469Z", - "UpdatedAt": "2020-08-14T03:36:30.75577469Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 243, - "CreatedAt": "2020-08-14T03:36:15.761460616Z", - "UpdatedAt": "2020-08-14T03:36:15.761460616Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 97, - "CreatedAt": "2020-08-14T03:36:01.044790422Z", - "UpdatedAt": "2020-08-14T03:36:01.044790422Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 188, - "name": "Command Timeout", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2644, - "CreatedAt": "2020-08-14T03:41:00.764302056Z", - "UpdatedAt": "2020-08-14T03:41:00.764302056Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.09208847603893404, - "history": [ - { - "ID": 2548, - "CreatedAt": "2020-08-14T03:40:45.77569448Z", - "UpdatedAt": "2020-08-14T03:40:45.77569448Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2420, - "CreatedAt": "2020-08-14T03:40:30.763205792Z", - "UpdatedAt": "2020-08-14T03:40:30.763205792Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2292, - "CreatedAt": "2020-08-14T03:40:15.767599516Z", - "UpdatedAt": "2020-08-14T03:40:15.767599516Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2132, - "CreatedAt": "2020-08-14T03:40:00.892783721Z", - "UpdatedAt": "2020-08-14T03:40:00.892783721Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2036, - "CreatedAt": "2020-08-14T03:39:45.761761856Z", - "UpdatedAt": "2020-08-14T03:39:45.761761856Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1908, - "CreatedAt": "2020-08-14T03:39:30.76646653Z", - "UpdatedAt": "2020-08-14T03:39:30.76646653Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1780, - "CreatedAt": "2020-08-14T03:39:15.764066707Z", - "UpdatedAt": "2020-08-14T03:39:15.764066707Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1652, - "CreatedAt": "2020-08-14T03:39:00.768247615Z", - "UpdatedAt": "2020-08-14T03:39:00.768247615Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1524, - "CreatedAt": "2020-08-14T03:38:45.77339212Z", - "UpdatedAt": "2020-08-14T03:38:45.77339212Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1396, - "CreatedAt": "2020-08-14T03:38:30.769367608Z", - "UpdatedAt": "2020-08-14T03:38:30.769367608Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1268, - "CreatedAt": "2020-08-14T03:38:15.757383499Z", - "UpdatedAt": "2020-08-14T03:38:15.757383499Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1140, - "CreatedAt": "2020-08-14T03:38:00.780159969Z", - "UpdatedAt": "2020-08-14T03:38:00.780159969Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1012, - "CreatedAt": "2020-08-14T03:37:45.848029884Z", - "UpdatedAt": "2020-08-14T03:37:45.848029884Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 884, - "CreatedAt": "2020-08-14T03:37:30.770664644Z", - "UpdatedAt": "2020-08-14T03:37:30.770664644Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 756, - "CreatedAt": "2020-08-14T03:37:15.758769476Z", - "UpdatedAt": "2020-08-14T03:37:15.758769476Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 628, - "CreatedAt": "2020-08-14T03:37:00.763848311Z", - "UpdatedAt": "2020-08-14T03:37:00.763848311Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 500, - "CreatedAt": "2020-08-14T03:36:45.767506782Z", - "UpdatedAt": "2020-08-14T03:36:45.767506782Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 372, - "CreatedAt": "2020-08-14T03:36:30.755832295Z", - "UpdatedAt": "2020-08-14T03:36:30.755832295Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 244, - "CreatedAt": "2020-08-14T03:36:15.761508615Z", - "UpdatedAt": "2020-08-14T03:36:15.761508615Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 98, - "CreatedAt": "2020-08-14T03:36:01.044840508Z", - "UpdatedAt": "2020-08-14T03:36:01.044840508Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 189, - "name": "High Fly Writes", - "value": 94, - "worst": 94, - "thresh": 0, - "raw_value": 6, - "raw_string": "6", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2645, - "CreatedAt": "2020-08-14T03:41:00.764353197Z", - "UpdatedAt": "2020-08-14T03:41:00.764353197Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2549, - "CreatedAt": "2020-08-14T03:40:45.775747664Z", - "UpdatedAt": "2020-08-14T03:40:45.775747664Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2421, - "CreatedAt": "2020-08-14T03:40:30.763253277Z", - "UpdatedAt": "2020-08-14T03:40:30.763253277Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2293, - "CreatedAt": "2020-08-14T03:40:15.767659638Z", - "UpdatedAt": "2020-08-14T03:40:15.767659638Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2133, - "CreatedAt": "2020-08-14T03:40:00.892833737Z", - "UpdatedAt": "2020-08-14T03:40:00.892833737Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2037, - "CreatedAt": "2020-08-14T03:39:45.761811037Z", - "UpdatedAt": "2020-08-14T03:39:45.761811037Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1909, - "CreatedAt": "2020-08-14T03:39:30.766566148Z", - "UpdatedAt": "2020-08-14T03:39:30.766566148Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1781, - "CreatedAt": "2020-08-14T03:39:15.764324236Z", - "UpdatedAt": "2020-08-14T03:39:15.764324236Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1653, - "CreatedAt": "2020-08-14T03:39:00.768295687Z", - "UpdatedAt": "2020-08-14T03:39:00.768295687Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1525, - "CreatedAt": "2020-08-14T03:38:45.773440327Z", - "UpdatedAt": "2020-08-14T03:38:45.773440327Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1397, - "CreatedAt": "2020-08-14T03:38:30.769479033Z", - "UpdatedAt": "2020-08-14T03:38:30.769479033Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1269, - "CreatedAt": "2020-08-14T03:38:15.757431203Z", - "UpdatedAt": "2020-08-14T03:38:15.757431203Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1141, - "CreatedAt": "2020-08-14T03:38:00.780207824Z", - "UpdatedAt": "2020-08-14T03:38:00.780207824Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1013, - "CreatedAt": "2020-08-14T03:37:45.848081958Z", - "UpdatedAt": "2020-08-14T03:37:45.848081958Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 885, - "CreatedAt": "2020-08-14T03:37:30.77072392Z", - "UpdatedAt": "2020-08-14T03:37:30.77072392Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 757, - "CreatedAt": "2020-08-14T03:37:15.758820499Z", - "UpdatedAt": "2020-08-14T03:37:15.758820499Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 629, - "CreatedAt": "2020-08-14T03:37:00.763894971Z", - "UpdatedAt": "2020-08-14T03:37:00.763894971Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 501, - "CreatedAt": "2020-08-14T03:36:45.767557618Z", - "UpdatedAt": "2020-08-14T03:36:45.767557618Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 373, - "CreatedAt": "2020-08-14T03:36:30.755902401Z", - "UpdatedAt": "2020-08-14T03:36:30.755902401Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 245, - "CreatedAt": "2020-08-14T03:36:15.761557576Z", - "UpdatedAt": "2020-08-14T03:36:15.761557576Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 99, - "CreatedAt": "2020-08-14T03:36:01.044887848Z", - "UpdatedAt": "2020-08-14T03:36:01.044887848Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 190, - "name": "Temperature Difference", - "value": 65, - "worst": 47, - "thresh": 45, - "raw_value": 672989219, - "raw_string": "35 (Min/Max 29/40)", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2646, - "CreatedAt": "2020-08-14T03:41:00.76440185Z", - "UpdatedAt": "2020-08-14T03:41:00.76440185Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2550, - "CreatedAt": "2020-08-14T03:40:45.775794805Z", - "UpdatedAt": "2020-08-14T03:40:45.775794805Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2422, - "CreatedAt": "2020-08-14T03:40:30.763325362Z", - "UpdatedAt": "2020-08-14T03:40:30.763325362Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2294, - "CreatedAt": "2020-08-14T03:40:15.767735573Z", - "UpdatedAt": "2020-08-14T03:40:15.767735573Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2134, - "CreatedAt": "2020-08-14T03:40:00.892881926Z", - "UpdatedAt": "2020-08-14T03:40:00.892881926Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2038, - "CreatedAt": "2020-08-14T03:39:45.761857207Z", - "UpdatedAt": "2020-08-14T03:39:45.761857207Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1910, - "CreatedAt": "2020-08-14T03:39:30.766671069Z", - "UpdatedAt": "2020-08-14T03:39:30.766671069Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1782, - "CreatedAt": "2020-08-14T03:39:15.764475414Z", - "UpdatedAt": "2020-08-14T03:39:15.764475414Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1654, - "CreatedAt": "2020-08-14T03:39:00.768343328Z", - "UpdatedAt": "2020-08-14T03:39:00.768343328Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1526, - "CreatedAt": "2020-08-14T03:38:45.773488776Z", - "UpdatedAt": "2020-08-14T03:38:45.773488776Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1398, - "CreatedAt": "2020-08-14T03:38:30.769534883Z", - "UpdatedAt": "2020-08-14T03:38:30.769534883Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1270, - "CreatedAt": "2020-08-14T03:38:15.757479748Z", - "UpdatedAt": "2020-08-14T03:38:15.757479748Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1142, - "CreatedAt": "2020-08-14T03:38:00.780254584Z", - "UpdatedAt": "2020-08-14T03:38:00.780254584Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1014, - "CreatedAt": "2020-08-14T03:37:45.84813174Z", - "UpdatedAt": "2020-08-14T03:37:45.84813174Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 886, - "CreatedAt": "2020-08-14T03:37:30.770774376Z", - "UpdatedAt": "2020-08-14T03:37:30.770774376Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 758, - "CreatedAt": "2020-08-14T03:37:15.758867305Z", - "UpdatedAt": "2020-08-14T03:37:15.758867305Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 630, - "CreatedAt": "2020-08-14T03:37:00.763942946Z", - "UpdatedAt": "2020-08-14T03:37:00.763942946Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 502, - "CreatedAt": "2020-08-14T03:36:45.767608505Z", - "UpdatedAt": "2020-08-14T03:36:45.767608505Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 374, - "CreatedAt": "2020-08-14T03:36:30.755963295Z", - "UpdatedAt": "2020-08-14T03:36:30.755963295Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 246, - "CreatedAt": "2020-08-14T03:36:15.761605374Z", - "UpdatedAt": "2020-08-14T03:36:15.761605374Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 100, - "CreatedAt": "2020-08-14T03:36:01.044934245Z", - "UpdatedAt": "2020-08-14T03:36:01.044934245Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 191, - "name": "G-sense Error Rate", - "value": 99, - "worst": 99, - "thresh": 0, - "raw_value": 3075, - "raw_string": "3075", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2647, - "CreatedAt": "2020-08-14T03:41:00.764451358Z", - "UpdatedAt": "2020-08-14T03:41:00.764451358Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2551, - "CreatedAt": "2020-08-14T03:40:45.775844079Z", - "UpdatedAt": "2020-08-14T03:40:45.775844079Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2423, - "CreatedAt": "2020-08-14T03:40:30.763375452Z", - "UpdatedAt": "2020-08-14T03:40:30.763375452Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2295, - "CreatedAt": "2020-08-14T03:40:15.767798653Z", - "UpdatedAt": "2020-08-14T03:40:15.767798653Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2135, - "CreatedAt": "2020-08-14T03:40:00.892930648Z", - "UpdatedAt": "2020-08-14T03:40:00.892930648Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2039, - "CreatedAt": "2020-08-14T03:39:45.761904321Z", - "UpdatedAt": "2020-08-14T03:39:45.761904321Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1911, - "CreatedAt": "2020-08-14T03:39:30.766788075Z", - "UpdatedAt": "2020-08-14T03:39:30.766788075Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1783, - "CreatedAt": "2020-08-14T03:39:15.764534599Z", - "UpdatedAt": "2020-08-14T03:39:15.764534599Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1655, - "CreatedAt": "2020-08-14T03:39:00.768390163Z", - "UpdatedAt": "2020-08-14T03:39:00.768390163Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1527, - "CreatedAt": "2020-08-14T03:38:45.773537568Z", - "UpdatedAt": "2020-08-14T03:38:45.773537568Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1399, - "CreatedAt": "2020-08-14T03:38:30.769585647Z", - "UpdatedAt": "2020-08-14T03:38:30.769585647Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1271, - "CreatedAt": "2020-08-14T03:38:15.757529533Z", - "UpdatedAt": "2020-08-14T03:38:15.757529533Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1143, - "CreatedAt": "2020-08-14T03:38:00.780302056Z", - "UpdatedAt": "2020-08-14T03:38:00.780302056Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1015, - "CreatedAt": "2020-08-14T03:37:45.848178782Z", - "UpdatedAt": "2020-08-14T03:37:45.848178782Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 887, - "CreatedAt": "2020-08-14T03:37:30.770821156Z", - "UpdatedAt": "2020-08-14T03:37:30.770821156Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 759, - "CreatedAt": "2020-08-14T03:37:15.758915978Z", - "UpdatedAt": "2020-08-14T03:37:15.758915978Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 631, - "CreatedAt": "2020-08-14T03:37:00.763991038Z", - "UpdatedAt": "2020-08-14T03:37:00.763991038Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 503, - "CreatedAt": "2020-08-14T03:36:45.767657414Z", - "UpdatedAt": "2020-08-14T03:36:45.767657414Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 375, - "CreatedAt": "2020-08-14T03:36:30.756011211Z", - "UpdatedAt": "2020-08-14T03:36:30.756011211Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 247, - "CreatedAt": "2020-08-14T03:36:15.761654067Z", - "UpdatedAt": "2020-08-14T03:36:15.761654067Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 101, - "CreatedAt": "2020-08-14T03:36:01.044982987Z", - "UpdatedAt": "2020-08-14T03:36:01.044982987Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 192, - "name": "Power-off Retract Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2648, - "CreatedAt": "2020-08-14T03:41:00.76449961Z", - "UpdatedAt": "2020-08-14T03:41:00.76449961Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2552, - "CreatedAt": "2020-08-14T03:40:45.77589464Z", - "UpdatedAt": "2020-08-14T03:40:45.77589464Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2424, - "CreatedAt": "2020-08-14T03:40:30.76342473Z", - "UpdatedAt": "2020-08-14T03:40:30.76342473Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2296, - "CreatedAt": "2020-08-14T03:40:15.767846744Z", - "UpdatedAt": "2020-08-14T03:40:15.767846744Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2136, - "CreatedAt": "2020-08-14T03:40:00.892978331Z", - "UpdatedAt": "2020-08-14T03:40:00.892978331Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2040, - "CreatedAt": "2020-08-14T03:39:45.761952739Z", - "UpdatedAt": "2020-08-14T03:39:45.761952739Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1912, - "CreatedAt": "2020-08-14T03:39:30.766849079Z", - "UpdatedAt": "2020-08-14T03:39:30.766849079Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1784, - "CreatedAt": "2020-08-14T03:39:15.764619907Z", - "UpdatedAt": "2020-08-14T03:39:15.764619907Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1656, - "CreatedAt": "2020-08-14T03:39:00.768435903Z", - "UpdatedAt": "2020-08-14T03:39:00.768435903Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1528, - "CreatedAt": "2020-08-14T03:38:45.773585227Z", - "UpdatedAt": "2020-08-14T03:38:45.773585227Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1400, - "CreatedAt": "2020-08-14T03:38:30.769635347Z", - "UpdatedAt": "2020-08-14T03:38:30.769635347Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1272, - "CreatedAt": "2020-08-14T03:38:15.75757628Z", - "UpdatedAt": "2020-08-14T03:38:15.75757628Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1144, - "CreatedAt": "2020-08-14T03:38:00.780348045Z", - "UpdatedAt": "2020-08-14T03:38:00.780348045Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1016, - "CreatedAt": "2020-08-14T03:37:45.848716753Z", - "UpdatedAt": "2020-08-14T03:37:45.848716753Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 888, - "CreatedAt": "2020-08-14T03:37:30.770870912Z", - "UpdatedAt": "2020-08-14T03:37:30.770870912Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 760, - "CreatedAt": "2020-08-14T03:37:15.758967619Z", - "UpdatedAt": "2020-08-14T03:37:15.758967619Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 632, - "CreatedAt": "2020-08-14T03:37:00.764037384Z", - "UpdatedAt": "2020-08-14T03:37:00.764037384Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 504, - "CreatedAt": "2020-08-14T03:36:45.767717573Z", - "UpdatedAt": "2020-08-14T03:36:45.767717573Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 376, - "CreatedAt": "2020-08-14T03:36:30.756058048Z", - "UpdatedAt": "2020-08-14T03:36:30.756058048Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 248, - "CreatedAt": "2020-08-14T03:36:15.761730656Z", - "UpdatedAt": "2020-08-14T03:36:15.761730656Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 102, - "CreatedAt": "2020-08-14T03:36:01.045031999Z", - "UpdatedAt": "2020-08-14T03:36:01.045031999Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 193, - "name": "Load Cycle Count", - "value": 78, - "worst": 78, - "thresh": 0, - "raw_value": 44674, - "raw_string": "44674", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2649, - "CreatedAt": "2020-08-14T03:41:00.764547328Z", - "UpdatedAt": "2020-08-14T03:41:00.764547328Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35, - "status": "passed", - "history": [ - { - "ID": 2553, - "CreatedAt": "2020-08-14T03:40:45.775942619Z", - "UpdatedAt": "2020-08-14T03:40:45.775942619Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 2425, - "CreatedAt": "2020-08-14T03:40:30.763476572Z", - "UpdatedAt": "2020-08-14T03:40:30.763476572Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 2297, - "CreatedAt": "2020-08-14T03:40:15.767894999Z", - "UpdatedAt": "2020-08-14T03:40:15.767894999Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 2137, - "CreatedAt": "2020-08-14T03:40:00.893027997Z", - "UpdatedAt": "2020-08-14T03:40:00.893027997Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 2041, - "CreatedAt": "2020-08-14T03:39:45.761999787Z", - "UpdatedAt": "2020-08-14T03:39:45.761999787Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1913, - "CreatedAt": "2020-08-14T03:39:30.766907532Z", - "UpdatedAt": "2020-08-14T03:39:30.766907532Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1785, - "CreatedAt": "2020-08-14T03:39:15.764673388Z", - "UpdatedAt": "2020-08-14T03:39:15.764673388Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1657, - "CreatedAt": "2020-08-14T03:39:00.768482001Z", - "UpdatedAt": "2020-08-14T03:39:00.768482001Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1529, - "CreatedAt": "2020-08-14T03:38:45.773632477Z", - "UpdatedAt": "2020-08-14T03:38:45.773632477Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1401, - "CreatedAt": "2020-08-14T03:38:30.769702561Z", - "UpdatedAt": "2020-08-14T03:38:30.769702561Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1273, - "CreatedAt": "2020-08-14T03:38:15.757628484Z", - "UpdatedAt": "2020-08-14T03:38:15.757628484Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1145, - "CreatedAt": "2020-08-14T03:38:00.780429172Z", - "UpdatedAt": "2020-08-14T03:38:00.780429172Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 1017, - "CreatedAt": "2020-08-14T03:37:45.848792565Z", - "UpdatedAt": "2020-08-14T03:37:45.848792565Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 889, - "CreatedAt": "2020-08-14T03:37:30.771333179Z", - "UpdatedAt": "2020-08-14T03:37:30.771333179Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 761, - "CreatedAt": "2020-08-14T03:37:15.759017249Z", - "UpdatedAt": "2020-08-14T03:37:15.759017249Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 633, - "CreatedAt": "2020-08-14T03:37:00.764087796Z", - "UpdatedAt": "2020-08-14T03:37:00.764087796Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 505, - "CreatedAt": "2020-08-14T03:36:45.7677698Z", - "UpdatedAt": "2020-08-14T03:36:45.7677698Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 377, - "CreatedAt": "2020-08-14T03:36:30.756118692Z", - "UpdatedAt": "2020-08-14T03:36:30.756118692Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 249, - "CreatedAt": "2020-08-14T03:36:15.76179402Z", - "UpdatedAt": "2020-08-14T03:36:15.76179402Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - }, - { - "ID": 103, - "CreatedAt": "2020-08-14T03:36:01.045083881Z", - "UpdatedAt": "2020-08-14T03:36:01.045083881Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 194, - "name": "Temperature", - "value": 35, - "worst": 53, - "thresh": 0, - "raw_value": 81604378659, - "raw_string": "35 (0 19 0 0 0)", - "when_failed": "", - "transformed_value": 35 - } - ] - }, - { - "ID": 2650, - "CreatedAt": "2020-08-14T03:41:00.764595951Z", - "UpdatedAt": "2020-08-14T03:41:00.764595951Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2554, - "CreatedAt": "2020-08-14T03:40:45.7760263Z", - "UpdatedAt": "2020-08-14T03:40:45.7760263Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2426, - "CreatedAt": "2020-08-14T03:40:30.763527072Z", - "UpdatedAt": "2020-08-14T03:40:30.763527072Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2298, - "CreatedAt": "2020-08-14T03:40:15.767943697Z", - "UpdatedAt": "2020-08-14T03:40:15.767943697Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2138, - "CreatedAt": "2020-08-14T03:40:00.893075839Z", - "UpdatedAt": "2020-08-14T03:40:00.893075839Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2042, - "CreatedAt": "2020-08-14T03:39:45.762063531Z", - "UpdatedAt": "2020-08-14T03:39:45.762063531Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1914, - "CreatedAt": "2020-08-14T03:39:30.766961831Z", - "UpdatedAt": "2020-08-14T03:39:30.766961831Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1786, - "CreatedAt": "2020-08-14T03:39:15.764774485Z", - "UpdatedAt": "2020-08-14T03:39:15.764774485Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1658, - "CreatedAt": "2020-08-14T03:39:00.768530657Z", - "UpdatedAt": "2020-08-14T03:39:00.768530657Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1530, - "CreatedAt": "2020-08-14T03:38:45.773679367Z", - "UpdatedAt": "2020-08-14T03:38:45.773679367Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1402, - "CreatedAt": "2020-08-14T03:38:30.769778551Z", - "UpdatedAt": "2020-08-14T03:38:30.769778551Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1274, - "CreatedAt": "2020-08-14T03:38:15.758016399Z", - "UpdatedAt": "2020-08-14T03:38:15.758016399Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1146, - "CreatedAt": "2020-08-14T03:38:00.780477801Z", - "UpdatedAt": "2020-08-14T03:38:00.780477801Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1018, - "CreatedAt": "2020-08-14T03:37:45.848845426Z", - "UpdatedAt": "2020-08-14T03:37:45.848845426Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 890, - "CreatedAt": "2020-08-14T03:37:30.771524374Z", - "UpdatedAt": "2020-08-14T03:37:30.771524374Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 762, - "CreatedAt": "2020-08-14T03:37:15.759069222Z", - "UpdatedAt": "2020-08-14T03:37:15.759069222Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 634, - "CreatedAt": "2020-08-14T03:37:00.764136305Z", - "UpdatedAt": "2020-08-14T03:37:00.764136305Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 506, - "CreatedAt": "2020-08-14T03:36:45.767820537Z", - "UpdatedAt": "2020-08-14T03:36:45.767820537Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 378, - "CreatedAt": "2020-08-14T03:36:30.756174424Z", - "UpdatedAt": "2020-08-14T03:36:30.756174424Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 250, - "CreatedAt": "2020-08-14T03:36:15.761842716Z", - "UpdatedAt": "2020-08-14T03:36:15.761842716Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 104, - "CreatedAt": "2020-08-14T03:36:01.045155289Z", - "UpdatedAt": "2020-08-14T03:36:01.045155289Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 195, - "name": "Hardware ECC Recovered", - "value": 66, - "worst": 42, - "thresh": 0, - "raw_value": 69329456, - "raw_string": "69329456", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2651, - "CreatedAt": "2020-08-14T03:41:00.764646748Z", - "UpdatedAt": "2020-08-14T03:41:00.764646748Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.025540791394761345, - "history": [ - { - "ID": 2555, - "CreatedAt": "2020-08-14T03:40:45.77607935Z", - "UpdatedAt": "2020-08-14T03:40:45.77607935Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2427, - "CreatedAt": "2020-08-14T03:40:30.763575478Z", - "UpdatedAt": "2020-08-14T03:40:30.763575478Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2299, - "CreatedAt": "2020-08-14T03:40:15.767992195Z", - "UpdatedAt": "2020-08-14T03:40:15.767992195Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2139, - "CreatedAt": "2020-08-14T03:40:00.893124603Z", - "UpdatedAt": "2020-08-14T03:40:00.893124603Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2043, - "CreatedAt": "2020-08-14T03:39:45.762123927Z", - "UpdatedAt": "2020-08-14T03:39:45.762123927Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1915, - "CreatedAt": "2020-08-14T03:39:30.767013173Z", - "UpdatedAt": "2020-08-14T03:39:30.767013173Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1787, - "CreatedAt": "2020-08-14T03:39:15.764823027Z", - "UpdatedAt": "2020-08-14T03:39:15.764823027Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1659, - "CreatedAt": "2020-08-14T03:39:00.768576965Z", - "UpdatedAt": "2020-08-14T03:39:00.768576965Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1531, - "CreatedAt": "2020-08-14T03:38:45.773763028Z", - "UpdatedAt": "2020-08-14T03:38:45.773763028Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1403, - "CreatedAt": "2020-08-14T03:38:30.76982598Z", - "UpdatedAt": "2020-08-14T03:38:30.76982598Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1275, - "CreatedAt": "2020-08-14T03:38:15.758247634Z", - "UpdatedAt": "2020-08-14T03:38:15.758247634Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1147, - "CreatedAt": "2020-08-14T03:38:00.780525672Z", - "UpdatedAt": "2020-08-14T03:38:00.780525672Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1019, - "CreatedAt": "2020-08-14T03:37:45.848904038Z", - "UpdatedAt": "2020-08-14T03:37:45.848904038Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 891, - "CreatedAt": "2020-08-14T03:37:30.771591199Z", - "UpdatedAt": "2020-08-14T03:37:30.771591199Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 763, - "CreatedAt": "2020-08-14T03:37:15.759116021Z", - "UpdatedAt": "2020-08-14T03:37:15.759116021Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 635, - "CreatedAt": "2020-08-14T03:37:00.764182052Z", - "UpdatedAt": "2020-08-14T03:37:00.764182052Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 507, - "CreatedAt": "2020-08-14T03:36:45.767898657Z", - "UpdatedAt": "2020-08-14T03:36:45.767898657Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 379, - "CreatedAt": "2020-08-14T03:36:30.756229758Z", - "UpdatedAt": "2020-08-14T03:36:30.756229758Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 251, - "CreatedAt": "2020-08-14T03:36:15.761893919Z", - "UpdatedAt": "2020-08-14T03:36:15.761893919Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 105, - "CreatedAt": "2020-08-14T03:36:01.045206321Z", - "UpdatedAt": "2020-08-14T03:36:01.045206321Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 197, - "name": "Current Pending Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2652, - "CreatedAt": "2020-08-14T03:41:00.764703676Z", - "UpdatedAt": "2020-08-14T03:41:00.764703676Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "failure_rate": 0.028675322159886437, - "history": [ - { - "ID": 2556, - "CreatedAt": "2020-08-14T03:40:45.776129765Z", - "UpdatedAt": "2020-08-14T03:40:45.776129765Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2428, - "CreatedAt": "2020-08-14T03:40:30.763658489Z", - "UpdatedAt": "2020-08-14T03:40:30.763658489Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2300, - "CreatedAt": "2020-08-14T03:40:15.768038484Z", - "UpdatedAt": "2020-08-14T03:40:15.768038484Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2140, - "CreatedAt": "2020-08-14T03:40:00.893172918Z", - "UpdatedAt": "2020-08-14T03:40:00.893172918Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2044, - "CreatedAt": "2020-08-14T03:39:45.762172158Z", - "UpdatedAt": "2020-08-14T03:39:45.762172158Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1916, - "CreatedAt": "2020-08-14T03:39:30.767070655Z", - "UpdatedAt": "2020-08-14T03:39:30.767070655Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1788, - "CreatedAt": "2020-08-14T03:39:15.7648703Z", - "UpdatedAt": "2020-08-14T03:39:15.7648703Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1660, - "CreatedAt": "2020-08-14T03:39:00.768623181Z", - "UpdatedAt": "2020-08-14T03:39:00.768623181Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1532, - "CreatedAt": "2020-08-14T03:38:45.773811129Z", - "UpdatedAt": "2020-08-14T03:38:45.773811129Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1404, - "CreatedAt": "2020-08-14T03:38:30.769871892Z", - "UpdatedAt": "2020-08-14T03:38:30.769871892Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1276, - "CreatedAt": "2020-08-14T03:38:15.758352236Z", - "UpdatedAt": "2020-08-14T03:38:15.758352236Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1148, - "CreatedAt": "2020-08-14T03:38:00.780572011Z", - "UpdatedAt": "2020-08-14T03:38:00.780572011Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1020, - "CreatedAt": "2020-08-14T03:37:45.848953318Z", - "UpdatedAt": "2020-08-14T03:37:45.848953318Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 892, - "CreatedAt": "2020-08-14T03:37:30.771645179Z", - "UpdatedAt": "2020-08-14T03:37:30.771645179Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 764, - "CreatedAt": "2020-08-14T03:37:15.759164157Z", - "UpdatedAt": "2020-08-14T03:37:15.759164157Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 636, - "CreatedAt": "2020-08-14T03:37:00.764230512Z", - "UpdatedAt": "2020-08-14T03:37:00.764230512Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 508, - "CreatedAt": "2020-08-14T03:36:45.767950351Z", - "UpdatedAt": "2020-08-14T03:36:45.767950351Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 380, - "CreatedAt": "2020-08-14T03:36:30.756281543Z", - "UpdatedAt": "2020-08-14T03:36:30.756281543Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 252, - "CreatedAt": "2020-08-14T03:36:15.761942527Z", - "UpdatedAt": "2020-08-14T03:36:15.761942527Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 106, - "CreatedAt": "2020-08-14T03:36:01.045253978Z", - "UpdatedAt": "2020-08-14T03:36:01.045253978Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 198, - "name": "(Offline) Uncorrectable Sector Count", - "value": 100, - "worst": 100, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2653, - "CreatedAt": "2020-08-14T03:41:00.764817771Z", - "UpdatedAt": "2020-08-14T03:41:00.764817771Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2557, - "CreatedAt": "2020-08-14T03:40:45.776180224Z", - "UpdatedAt": "2020-08-14T03:40:45.776180224Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2429, - "CreatedAt": "2020-08-14T03:40:30.763715272Z", - "UpdatedAt": "2020-08-14T03:40:30.763715272Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2301, - "CreatedAt": "2020-08-14T03:40:15.76808591Z", - "UpdatedAt": "2020-08-14T03:40:15.76808591Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2141, - "CreatedAt": "2020-08-14T03:40:00.893219524Z", - "UpdatedAt": "2020-08-14T03:40:00.893219524Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2045, - "CreatedAt": "2020-08-14T03:39:45.762220268Z", - "UpdatedAt": "2020-08-14T03:39:45.762220268Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1917, - "CreatedAt": "2020-08-14T03:39:30.767132709Z", - "UpdatedAt": "2020-08-14T03:39:30.767132709Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1789, - "CreatedAt": "2020-08-14T03:39:15.76491713Z", - "UpdatedAt": "2020-08-14T03:39:15.76491713Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1661, - "CreatedAt": "2020-08-14T03:39:00.768669392Z", - "UpdatedAt": "2020-08-14T03:39:00.768669392Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1533, - "CreatedAt": "2020-08-14T03:38:45.773858162Z", - "UpdatedAt": "2020-08-14T03:38:45.773858162Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1405, - "CreatedAt": "2020-08-14T03:38:30.769918903Z", - "UpdatedAt": "2020-08-14T03:38:30.769918903Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1277, - "CreatedAt": "2020-08-14T03:38:15.758432676Z", - "UpdatedAt": "2020-08-14T03:38:15.758432676Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1149, - "CreatedAt": "2020-08-14T03:38:00.780632197Z", - "UpdatedAt": "2020-08-14T03:38:00.780632197Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1021, - "CreatedAt": "2020-08-14T03:37:45.849001742Z", - "UpdatedAt": "2020-08-14T03:37:45.849001742Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 893, - "CreatedAt": "2020-08-14T03:37:30.771722362Z", - "UpdatedAt": "2020-08-14T03:37:30.771722362Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 765, - "CreatedAt": "2020-08-14T03:37:15.75921516Z", - "UpdatedAt": "2020-08-14T03:37:15.75921516Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 637, - "CreatedAt": "2020-08-14T03:37:00.764275275Z", - "UpdatedAt": "2020-08-14T03:37:00.764275275Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 509, - "CreatedAt": "2020-08-14T03:36:45.76800096Z", - "UpdatedAt": "2020-08-14T03:36:45.76800096Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 381, - "CreatedAt": "2020-08-14T03:36:30.756338028Z", - "UpdatedAt": "2020-08-14T03:36:30.756338028Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 253, - "CreatedAt": "2020-08-14T03:36:15.761990716Z", - "UpdatedAt": "2020-08-14T03:36:15.761990716Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 107, - "CreatedAt": "2020-08-14T03:36:01.045303495Z", - "UpdatedAt": "2020-08-14T03:36:01.045303495Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 199, - "name": "UltraDMA CRC Error Count", - "value": 200, - "worst": 200, - "thresh": 0, - "raw_value": 0, - "raw_string": "0", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2654, - "CreatedAt": "2020-08-14T03:41:00.764869976Z", - "UpdatedAt": "2020-08-14T03:41:00.764869976Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 93041876572424, - "raw_string": "39176 (84 159 0)", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2558, - "CreatedAt": "2020-08-14T03:40:45.776227012Z", - "UpdatedAt": "2020-08-14T03:40:45.776227012Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 28634547001608, - "raw_string": "39176 (26 11 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2430, - "CreatedAt": "2020-08-14T03:40:30.763767358Z", - "UpdatedAt": "2020-08-14T03:40:30.763767358Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 245667834403080, - "raw_string": "39176 (223 111 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2302, - "CreatedAt": "2020-08-14T03:40:15.768137315Z", - "UpdatedAt": "2020-08-14T03:40:15.768137315Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 181260504832264, - "raw_string": "39176 (164 219 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2142, - "CreatedAt": "2020-08-14T03:40:00.893267444Z", - "UpdatedAt": "2020-08-14T03:40:00.893267444Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 116818815523080, - "raw_string": "39176 (106 63 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2046, - "CreatedAt": "2020-08-14T03:39:45.762267697Z", - "UpdatedAt": "2020-08-14T03:39:45.762267697Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 52372831246600, - "raw_string": "39176 (47 162 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1918, - "CreatedAt": "2020-08-14T03:39:30.767230487Z", - "UpdatedAt": "2020-08-14T03:39:30.767230487Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 269440478386440, - "raw_string": "39176 (245 14 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1790, - "CreatedAt": "2020-08-14T03:39:15.76496239Z", - "UpdatedAt": "2020-08-14T03:39:15.76496239Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 204998789077256, - "raw_string": "39176 (186 114 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1662, - "CreatedAt": "2020-08-14T03:39:00.76874712Z", - "UpdatedAt": "2020-08-14T03:39:00.76874712Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 140591459506440, - "raw_string": "39176 (127 222 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1534, - "CreatedAt": "2020-08-14T03:38:45.773904806Z", - "UpdatedAt": "2020-08-14T03:38:45.773904806Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 76149770197256, - "raw_string": "39176 (69 66 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1406, - "CreatedAt": "2020-08-14T03:38:30.769965165Z", - "UpdatedAt": "2020-08-14T03:38:30.769965165Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 11742440626440, - "raw_string": "39176 (10 174 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1278, - "CreatedAt": "2020-08-14T03:38:15.758486502Z", - "UpdatedAt": "2020-08-14T03:38:15.758486502Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 228737073322248, - "raw_string": "39176 (208 9 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1150, - "CreatedAt": "2020-08-14T03:38:00.780678897Z", - "UpdatedAt": "2020-08-14T03:38:00.780678897Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 164329743751432, - "raw_string": "39176 (149 117 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1022, - "CreatedAt": "2020-08-14T03:37:45.849049245Z", - "UpdatedAt": "2020-08-14T03:37:45.849049245Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 99888054442248, - "raw_string": "39176 (90 217 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 894, - "CreatedAt": "2020-08-14T03:37:30.771786874Z", - "UpdatedAt": "2020-08-14T03:37:30.771786874Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 35480724871432, - "raw_string": "39176 (32 69 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 766, - "CreatedAt": "2020-08-14T03:37:15.759262468Z", - "UpdatedAt": "2020-08-14T03:37:15.759262468Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 252514012272904, - "raw_string": "39176 (229 169 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 638, - "CreatedAt": "2020-08-14T03:37:00.764324839Z", - "UpdatedAt": "2020-08-14T03:37:00.764324839Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 188106682702088, - "raw_string": "39176 (171 21 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 510, - "CreatedAt": "2020-08-14T03:36:45.768053784Z", - "UpdatedAt": "2020-08-14T03:36:45.768053784Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 123699353131272, - "raw_string": "39176 (112 129 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 382, - "CreatedAt": "2020-08-14T03:36:30.75639697Z", - "UpdatedAt": "2020-08-14T03:36:30.75639697Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 59219009116424, - "raw_string": "39176 (53 220 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 254, - "CreatedAt": "2020-08-14T03:36:15.76203965Z", - "UpdatedAt": "2020-08-14T03:36:15.76203965Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 276286656256264, - "raw_string": "39176 (251 72 0)", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 108, - "CreatedAt": "2020-08-14T03:36:01.045352026Z", - "UpdatedAt": "2020-08-14T03:36:01.045352026Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 240, - "name": "Head Flying Hours", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 213060442691848, - "raw_string": "39176 (193 199 0)", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2655, - "CreatedAt": "2020-08-14T03:41:00.764921646Z", - "UpdatedAt": "2020-08-14T03:41:00.764921646Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2559, - "CreatedAt": "2020-08-14T03:40:45.776276769Z", - "UpdatedAt": "2020-08-14T03:40:45.776276769Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2431, - "CreatedAt": "2020-08-14T03:40:30.763815865Z", - "UpdatedAt": "2020-08-14T03:40:30.763815865Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2303, - "CreatedAt": "2020-08-14T03:40:15.768184271Z", - "UpdatedAt": "2020-08-14T03:40:15.768184271Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2143, - "CreatedAt": "2020-08-14T03:40:00.893315191Z", - "UpdatedAt": "2020-08-14T03:40:00.893315191Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2047, - "CreatedAt": "2020-08-14T03:39:45.762315773Z", - "UpdatedAt": "2020-08-14T03:39:45.762315773Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1919, - "CreatedAt": "2020-08-14T03:39:30.767311094Z", - "UpdatedAt": "2020-08-14T03:39:30.767311094Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1791, - "CreatedAt": "2020-08-14T03:39:15.765008462Z", - "UpdatedAt": "2020-08-14T03:39:15.765008462Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1663, - "CreatedAt": "2020-08-14T03:39:00.768807592Z", - "UpdatedAt": "2020-08-14T03:39:00.768807592Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1535, - "CreatedAt": "2020-08-14T03:38:45.773951499Z", - "UpdatedAt": "2020-08-14T03:38:45.773951499Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1407, - "CreatedAt": "2020-08-14T03:38:30.770011306Z", - "UpdatedAt": "2020-08-14T03:38:30.770011306Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1279, - "CreatedAt": "2020-08-14T03:38:15.758562409Z", - "UpdatedAt": "2020-08-14T03:38:15.758562409Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1151, - "CreatedAt": "2020-08-14T03:38:00.780765774Z", - "UpdatedAt": "2020-08-14T03:38:00.780765774Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1023, - "CreatedAt": "2020-08-14T03:37:45.849097175Z", - "UpdatedAt": "2020-08-14T03:37:45.849097175Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 895, - "CreatedAt": "2020-08-14T03:37:30.771835458Z", - "UpdatedAt": "2020-08-14T03:37:30.771835458Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 767, - "CreatedAt": "2020-08-14T03:37:15.759310009Z", - "UpdatedAt": "2020-08-14T03:37:15.759310009Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 639, - "CreatedAt": "2020-08-14T03:37:00.76437215Z", - "UpdatedAt": "2020-08-14T03:37:00.76437215Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 511, - "CreatedAt": "2020-08-14T03:36:45.768119384Z", - "UpdatedAt": "2020-08-14T03:36:45.768119384Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 383, - "CreatedAt": "2020-08-14T03:36:30.75644854Z", - "UpdatedAt": "2020-08-14T03:36:30.75644854Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 255, - "CreatedAt": "2020-08-14T03:36:15.762089147Z", - "UpdatedAt": "2020-08-14T03:36:15.762089147Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 109, - "CreatedAt": "2020-08-14T03:36:01.045398743Z", - "UpdatedAt": "2020-08-14T03:36:01.045398743Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 241, - "name": "Total LBAs Written", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 26919215166, - "raw_string": "26919215166", - "when_failed": "", - "transformed_value": 0 - } - ] - }, - { - "ID": 2656, - "CreatedAt": "2020-08-14T03:41:00.764971662Z", - "UpdatedAt": "2020-08-14T03:41:00.764971662Z", - "DeletedAt": null, - "smart_id": 145, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0, - "status": "passed", - "history": [ - { - "ID": 2560, - "CreatedAt": "2020-08-14T03:40:45.776325286Z", - "UpdatedAt": "2020-08-14T03:40:45.776325286Z", - "DeletedAt": null, - "smart_id": 140, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2432, - "CreatedAt": "2020-08-14T03:40:30.763866161Z", - "UpdatedAt": "2020-08-14T03:40:30.763866161Z", - "DeletedAt": null, - "smart_id": 133, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2304, - "CreatedAt": "2020-08-14T03:40:15.76823054Z", - "UpdatedAt": "2020-08-14T03:40:15.76823054Z", - "DeletedAt": null, - "smart_id": 126, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2144, - "CreatedAt": "2020-08-14T03:40:00.893363005Z", - "UpdatedAt": "2020-08-14T03:40:00.893363005Z", - "DeletedAt": null, - "smart_id": 117, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 2048, - "CreatedAt": "2020-08-14T03:39:45.762361198Z", - "UpdatedAt": "2020-08-14T03:39:45.762361198Z", - "DeletedAt": null, - "smart_id": 112, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1920, - "CreatedAt": "2020-08-14T03:39:30.767391401Z", - "UpdatedAt": "2020-08-14T03:39:30.767391401Z", - "DeletedAt": null, - "smart_id": 105, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1792, - "CreatedAt": "2020-08-14T03:39:15.765054754Z", - "UpdatedAt": "2020-08-14T03:39:15.765054754Z", - "DeletedAt": null, - "smart_id": 98, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1664, - "CreatedAt": "2020-08-14T03:39:00.768854138Z", - "UpdatedAt": "2020-08-14T03:39:00.768854138Z", - "DeletedAt": null, - "smart_id": 91, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1536, - "CreatedAt": "2020-08-14T03:38:45.773999297Z", - "UpdatedAt": "2020-08-14T03:38:45.773999297Z", - "DeletedAt": null, - "smart_id": 84, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1408, - "CreatedAt": "2020-08-14T03:38:30.770058575Z", - "UpdatedAt": "2020-08-14T03:38:30.770058575Z", - "DeletedAt": null, - "smart_id": 77, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1280, - "CreatedAt": "2020-08-14T03:38:15.758612684Z", - "UpdatedAt": "2020-08-14T03:38:15.758612684Z", - "DeletedAt": null, - "smart_id": 70, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1152, - "CreatedAt": "2020-08-14T03:38:00.780831926Z", - "UpdatedAt": "2020-08-14T03:38:00.780831926Z", - "DeletedAt": null, - "smart_id": 63, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 1024, - "CreatedAt": "2020-08-14T03:37:45.8491433Z", - "UpdatedAt": "2020-08-14T03:37:45.8491433Z", - "DeletedAt": null, - "smart_id": 56, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 896, - "CreatedAt": "2020-08-14T03:37:30.771882919Z", - "UpdatedAt": "2020-08-14T03:37:30.771882919Z", - "DeletedAt": null, - "smart_id": 49, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 768, - "CreatedAt": "2020-08-14T03:37:15.759358118Z", - "UpdatedAt": "2020-08-14T03:37:15.759358118Z", - "DeletedAt": null, - "smart_id": 42, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 640, - "CreatedAt": "2020-08-14T03:37:00.764418254Z", - "UpdatedAt": "2020-08-14T03:37:00.764418254Z", - "DeletedAt": null, - "smart_id": 35, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 512, - "CreatedAt": "2020-08-14T03:36:45.768169705Z", - "UpdatedAt": "2020-08-14T03:36:45.768169705Z", - "DeletedAt": null, - "smart_id": 28, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 384, - "CreatedAt": "2020-08-14T03:36:30.756505283Z", - "UpdatedAt": "2020-08-14T03:36:30.756505283Z", - "DeletedAt": null, - "smart_id": 21, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 256, - "CreatedAt": "2020-08-14T03:36:15.76213705Z", - "UpdatedAt": "2020-08-14T03:36:15.76213705Z", - "DeletedAt": null, - "smart_id": 14, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - }, - { - "ID": 110, - "CreatedAt": "2020-08-14T03:36:01.045446193Z", - "UpdatedAt": "2020-08-14T03:36:01.045446193Z", - "DeletedAt": null, - "smart_id": 6, - "attribute_id": 242, - "name": "Total LBAs Read", - "value": 100, - "worst": 253, - "thresh": 0, - "raw_value": 4420794937243, - "raw_string": "4420794937243", - "when_failed": "", - "transformed_value": 0 - } - ] - } - ] - } - ] - }, - "lookup": { - "1": { - "ideal": "low", - "critical": false, - "description": "(Vendor specific raw value.) Stores data related to the rate of hardware read errors that occurred when reading data from a disk surface. The raw value has different structure for different vendors and is often not meaningful as a decimal number.", - "observed_thresholds": [ - { - "low": 80, - "high": 95, - "annual_failure_rate": 0.8879749768303985, - "error_interval": [ - 0.682344353388663, - 1.136105732920724 - ] - }, - { - "low": 95, - "high": 110, - "annual_failure_rate": 0.034155719633986996, - "error_interval": [ - 0.030188482024981093, - 0.038499386872354435 - ] - }, - { - "low": 110, - "high": 125, - "annual_failure_rate": 0.06390002135229157, - "error_interval": [ - 0.05852004676110847, - 0.06964160930553712 - ] - }, - { - "low": 125, - "high": 140, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 140, - "high": 155, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 155, - "high": 170, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 170, - "high": 185, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 185, - "high": 200, - "annual_failure_rate": 0.044823775021490854, - "error_interval": [ - 0.032022762038723306, - 0.06103725943096589 - ] - } - ], - "display_type": "normalized" - }, - "2": { - "ideal": "high", - "critical": false, - "description": "Overall (general) throughput performance of a hard disk drive. If the value of this attribute is decreasing there is a high probability that there is a problem with the disk.", - "display_type": "normalized" - }, - "3": { - "ideal": "low", - "critical": false, - "description": "Average time of spindle spin up (from zero RPM to fully operational [milliseconds]).", - "observed_thresholds": [ - { - "low": 78, - "high": 96, - "annual_failure_rate": 0.11452195377351217, - "error_interval": [ - 0.10591837762295722, - 0.12363823501915781 - ] - }, - { - "low": 96, - "high": 114, - "annual_failure_rate": 0.040274562840558074, - "error_interval": [ - 0.03465055611002801, - 0.046551312468303144 - ] - }, - { - "low": 114, - "high": 132, - "annual_failure_rate": 0.009100406705780476, - "error_interval": [ - 0.006530608971356785, - 0.012345729280075591 - ] - }, - { - "low": 132, - "high": 150, - "annual_failure_rate": 0.008561351734020232, - "error_interval": [ - 0.004273795939256936, - 0.015318623141355509 - ] - }, - { - "low": 150, - "high": 168, - "annual_failure_rate": 0.015780508262068848, - "error_interval": [ - 0.005123888078524015, - 0.03682644215646287 - ] - }, - { - "low": 168, - "high": 186, - "annual_failure_rate": 0.05262688124794024, - "error_interval": [ - 0.0325768689524594, - 0.08044577830285578 - ] - }, - { - "low": 186, - "high": 204, - "annual_failure_rate": 0.01957419424036038, - "error_interval": [ - 0.0023705257325185624, - 0.0707087198669825 - ] - }, - { - "low": 204, - "high": 222, - "annual_failure_rate": 0.026050959960031404, - "error_interval": [ - 0.0006595532020744994, - 0.1451466588889228 - ] - } - ], - "display_type": "normalized" - }, - "4": { - "ideal": "", - "critical": false, - "description": "A tally of spindle start/stop cycles. The spindle turns on, and hence the count is increased, both when the hard disk is turned on after having before been turned entirely off (disconnected from power source) and when the hard disk returns from having previously been put to sleep mode.", - "observed_thresholds": [ - { - "low": 0, - "high": 13, - "annual_failure_rate": 0.01989335424860646, - "error_interval": [ - 0.016596548909440657, - 0.023653263230617408 - ] - }, - { - "low": 13, - "high": 26, - "annual_failure_rate": 0.03776935438256488, - "error_interval": [ - 0.03310396052098642, - 0.04290806173460437 - ] - }, - { - "low": 26, - "high": 39, - "annual_failure_rate": 0.11022223828187004, - "error_interval": [ - 0.09655110535164119, - 0.12528657238811672 - ] - }, - { - "low": 39, - "high": 52, - "annual_failure_rate": 0.16289995457762474, - "error_interval": [ - 0.13926541653588131, - 0.18939614504497515 - ] - }, - { - "low": 52, - "high": 65, - "annual_failure_rate": 0.19358212432279714, - "error_interval": [ - 0.15864522253849073, - 0.23392418181765526 - ] - }, - { - "low": 65, - "high": 78, - "annual_failure_rate": 0.1157094940074447, - "error_interval": [ - 0.07861898732346269, - 0.16424039052527728 - ] - }, - { - "low": 78, - "high": 91, - "annual_failure_rate": 0.12262136155304391, - "error_interval": [ - 0.0670382394080032, - 0.20573780888032978 - ] - }, - { - "low": 91, - "high": 104, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - } - ], - "display_type": "raw" - }, - "5": { - "ideal": "low", - "critical": true, - "description": "Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.025169175350572493, - "error_interval": [ - 0.022768612038746357, - 0.027753988579272894 - ] - }, - { - "low": 1, - "high": 4, - "annual_failure_rate": 0.027432608477803388, - "error_interval": [ - 0.010067283827589948, - 0.05970923963096652 - ] - }, - { - "low": 4, - "high": 16, - "annual_failure_rate": 0.07501976284584981, - "error_interval": [ - 0.039944864177334186, - 0.12828607921150972 - ] - }, - { - "low": 16, - "high": 70, - "annual_failure_rate": 0.23589260654405794, - "error_interval": [ - 0.1643078435800227, - 0.32806951196017664 - ] - }, - { - "low": 70, - "high": 260, - "annual_failure_rate": 0.36193219378600433, - "error_interval": [ - 0.2608488901774093, - 0.4892271827875412 - ] - }, - { - "low": 260, - "high": 1100, - "annual_failure_rate": 0.5676621428968173, - "error_interval": [ - 0.4527895568499355, - 0.702804359408436 - ] - }, - { - "low": 1100, - "high": 4500, - "annual_failure_rate": 1.5028253400346423, - "error_interval": [ - 1.2681757596263297, - 1.768305221795894 - ] - }, - { - "low": 4500, - "high": 17000, - "annual_failure_rate": 2.0659987547404763, - "error_interval": [ - 1.6809790460512237, - 2.512808045182302 - ] - }, - { - "low": 17000, - "high": 70000, - "annual_failure_rate": 1.7755385684503124, - "error_interval": [ - 1.2796520259849835, - 2.400012341226441 - ] - } - ], - "display_type": "raw" - }, - "6": { - "ideal": "", - "critical": false, - "description": "Margin of a channel while reading data. The function of this attribute is not specified.", - "display_type": "normalized" - }, - "7": { - "ideal": "", - "critical": false, - "description": "(Vendor specific raw value.) Rate of seek errors of the magnetic heads. If there is a partial failure in the mechanical positioning system, then seek errors will arise. Such a failure may be due to numerous factors, such as damage to a servo, or thermal widening of the hard disk. The raw value has different structure for different vendors and is often not meaningful as a decimal number.", - "observed_thresholds": [ - { - "low": 58, - "high": 76, - "annual_failure_rate": 0.2040131025936549, - "error_interval": [ - 0.17032852883286412, - 0.2424096283327138 - ] - }, - { - "low": 76, - "high": 94, - "annual_failure_rate": 0.08725919610118257, - "error_interval": [ - 0.08077138510999876, - 0.09412943212007528 - ] - }, - { - "low": 94, - "high": 112, - "annual_failure_rate": 0.01087335627722523, - "error_interval": [ - 0.008732197944943352, - 0.013380600544561905 - ] - }, - { - "low": 112, - "high": 130, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 130, - "high": 148, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 148, - "high": 166, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 166, - "high": 184, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 184, - "high": 202, - "annual_failure_rate": 0.05316285755900475, - "error_interval": [ - 0.03370069132942804, - 0.07977038905848267 - ] - } - ], - "display_type": "normalized" - }, - "8": { - "ideal": "high", - "critical": false, - "description": "Average performance of seek operations of the magnetic heads. If this attribute is decreasing, it is a sign of problems in the mechanical subsystem.", - "display_type": "normalized" - }, - "9": { - "ideal": "", - "critical": false, - "description": "Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours. On some pre-2005 drives, this raw value may advance erratically and/or \"wrap around\" (reset to zero periodically).", - "display_type": "normalized" - }, - "10": { - "ideal": "low", - "critical": true, - "description": "Count of retry of spin start attempts. This attribute stores a total count of the spin start attempts to reach the fully operational speed (under the condition that the first attempt was unsuccessful). An increase of this attribute value is a sign of problems in the hard disk mechanical subsystem.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.05459827163896099, - "error_interval": [ - 0.05113785787727033, - 0.05823122757702782 - ] - }, - { - "low": 0, - "high": 80, - "annual_failure_rate": 0.5555555555555556, - "error_interval": [ - 0.014065448880161053, - 3.095357439410498 - ] - } - ], - "display_type": "raw" - }, - "11": { - "ideal": "low", - "critical": false, - "description": "This attribute indicates the count that recalibration was requested (under the condition that the first attempt was unsuccessful). An increase of this attribute value is a sign of problems in the hard disk mechanical subsystem.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.04658866433672694, - "error_interval": [ - 0.03357701137320878, - 0.06297433993055492 - ] - }, - { - "low": 0, - "high": 80, - "annual_failure_rate": 0.5555555555555556, - "error_interval": [ - 0.014065448880161053, - 3.095357439410498 - ] - }, - { - "low": 80, - "high": 160, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 160, - "high": 240, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 240, - "high": 320, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 320, - "high": 400, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 400, - "high": 480, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 480, - "high": 560, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - } - ], - "display_type": "raw" - }, - "12": { - "ideal": "low", - "critical": false, - "description": "This attribute indicates the count of full hard disk power on/off cycles.", - "observed_thresholds": [ - { - "low": 0, - "high": 13, - "annual_failure_rate": 0.019835987118930823, - "error_interval": [ - 0.016560870164523494, - 0.023569242386797896 - ] - }, - { - "low": 13, - "high": 26, - "annual_failure_rate": 0.038210930067894826, - "error_interval": [ - 0.03353859179329295, - 0.0433520775718649 - ] - }, - { - "low": 26, - "high": 39, - "annual_failure_rate": 0.11053528307302571, - "error_interval": [ - 0.09671061589521368, - 0.1257816678419765 - ] - }, - { - "low": 39, - "high": 52, - "annual_failure_rate": 0.16831189443375036, - "error_interval": [ - 0.1440976510675928, - 0.19543066007594895 - ] - }, - { - "low": 52, - "high": 65, - "annual_failure_rate": 0.20630344262550107, - "error_interval": [ - 0.1693965932069108, - 0.2488633537247856 - ] - }, - { - "low": 65, - "high": 78, - "annual_failure_rate": 0.1030972634140512, - "error_interval": [ - 0.06734655535304743, - 0.15106137807407605 - ] - }, - { - "low": 78, - "high": 91, - "annual_failure_rate": 0.12354840389522469, - "error_interval": [ - 0.06578432170016109, - 0.21127153335749593 - ] - } - ], - "display_type": "raw" - }, - "13": { - "ideal": "low", - "critical": false, - "description": "Uncorrected read errors reported to the operating system.", - "display_type": "normalized" - }, - "22": { - "ideal": "high", - "critical": false, - "description": "Specific to He8 drives from HGST. This value measures the helium inside of the drive specific to this manufacturer. It is a pre-fail attribute that trips once the drive detects that the internal environment is out of specification.", - "display_type": "normalized" - }, - "170": { - "ideal": "", - "critical": false, - "description": "See attribute E8.", - "display_type": "normalized" - }, - "171": { - "ideal": "", - "critical": false, - "description": "(Kingston) The total number of flash program operation failures since the drive was deployed.[33] Identical to attribute 181.", - "display_type": "normalized" - }, - "172": { - "ideal": "", - "critical": false, - "description": "(Kingston) Counts the number of flash erase failures. This attribute returns the total number of Flash erase operation failures since the drive was deployed. This attribute is identical to attribute 182.", - "display_type": "normalized" - }, - "173": { - "ideal": "", - "critical": false, - "description": "Counts the maximum worst erase count on any block.", - "display_type": "normalized" - }, - "174": { - "ideal": "", - "critical": false, - "description": "Also known as \"Power-off Retract Count\" per conventional HDD terminology. Raw value reports the number of unclean shutdowns, cumulative over the life of an SSD, where an \"unclean shutdown\" is the removal of power without STANDBY IMMEDIATE as the last command (regardless of PLI activity using capacitor power). Normalized value is always 100.", - "display_type": "" - }, - "175": { - "ideal": "", - "critical": false, - "description": "Last test result as microseconds to discharge cap, saturated at its maximum value. Also logs minutes since last test and lifetime number of tests. Raw value contains the following data: Bytes 0-1: Last test result as microseconds to discharge cap, saturates at max value. Test result expected in range 25 <= result <= 5000000, lower indicates specific error code. Bytes 2-3: Minutes since last test, saturates at max value.Bytes 4-5: Lifetime number of tests, not incremented on power cycle, saturates at max value. Normalized value is set to one on test failure or 11 if the capacitor has been tested in an excessive temperature condition, otherwise 100.", - "display_type": "normalized" - }, - "176": { - "ideal": "", - "critical": false, - "description": "S.M.A.R.T. parameter indicates a number of flash erase command failures.", - "display_type": "normalized" - }, - "177": { - "ideal": "", - "critical": false, - "description": "Delta between most-worn and least-worn Flash blocks. It describes how good/bad the wearleveling of the SSD works on a more technical way. ", - "display_type": "normalized" - }, - "179": { - "ideal": "", - "critical": false, - "description": "Pre-Fail attribute used at least in Samsung devices.", - "display_type": "normalized" - }, - "180": { - "ideal": "", - "critical": false, - "description": "\"Pre-Fail\" attribute used at least in HP devices. ", - "display_type": "normalized" - }, - "181": { - "ideal": "", - "critical": false, - "description": "Total number of Flash program operation failures since the drive was deployed.", - "display_type": "normalized" - }, - "182": { - "ideal": "", - "critical": false, - "description": "\"Pre-Fail\" Attribute used at least in Samsung devices.", - "display_type": "normalized" - }, - "183": { - "ideal": "low", - "critical": false, - "description": "Western Digital, Samsung or Seagate attribute: Either the number of downshifts of link speed (e.g. from 6Gbit/s to 3Gbit/s) or the total number of data blocks with detected, uncorrectable errors encountered during normal operation. Although degradation of this parameter can be an indicator of drive aging and/or potential electromechanical problems, it does not directly indicate imminent drive failure.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.09084549203210031, - "error_interval": [ - 0.08344373475686712, - 0.09872777224842152 - ] - }, - { - "low": 1, - "high": 2, - "annual_failure_rate": 0.05756065656498585, - "error_interval": [ - 0.04657000847949464, - 0.07036491775108872 - ] - }, - { - "low": 2, - "high": 4, - "annual_failure_rate": 0.6193088626208925, - "error_interval": [ - 0.41784508895529787, - 0.8841019099092139 - ] - }, - { - "low": 4, - "high": 8, - "annual_failure_rate": 0.5533447034299792, - "error_interval": [ - 0.31628430884775033, - 0.8985971312402635 - ] - }, - { - "low": 8, - "high": 16, - "annual_failure_rate": 0.3882388694727245, - "error_interval": [ - 0.21225380267814295, - 0.6513988534774338 - ] - }, - { - "low": 16, - "high": 35, - "annual_failure_rate": 0.37116708385481856, - "error_interval": [ - 0.19763084005134446, - 0.6347070173754686 - ] - }, - { - "low": 35, - "high": 70, - "annual_failure_rate": 0.2561146752205292, - "error_interval": [ - 0.10297138269895259, - 0.5276941165819332 - ] - }, - { - "low": 70, - "high": 130, - "annual_failure_rate": 0.40299684542586756, - "error_interval": [ - 0.16202563309223209, - 0.8303275247667772 - ] - }, - { - "low": 130, - "high": 260, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - } - ], - "display_type": "raw" - }, - "184": { - "ideal": "low", - "critical": true, - "description": "This attribute is a part of Hewlett-Packard\"s SMART IV technology, as well as part of other vendors\" IO Error Detection and Correction schemas, and it contains a count of parity errors which occur in the data path to the media via the drive\"s cache RAM", - "observed_thresholds": [ - { - "low": 93, - "high": 94, - "annual_failure_rate": 1.631212012870933, - "error_interval": [ - 1.055634407303844, - 2.407990716767714 - ] - }, - { - "low": 94, - "high": 95, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 95, - "high": 96, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 96, - "high": 97, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 97, - "high": 97, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 97, - "high": 98, - "annual_failure_rate": 1.8069306930693072, - "error_interval": [ - 0.04574752432804858, - 10.067573453924245 - ] - }, - { - "low": 98, - "high": 99, - "annual_failure_rate": 0.8371559633027523, - "error_interval": [ - 0.10138347095016888, - 3.0240951820174824 - ] - }, - { - "low": 99, - "high": 100, - "annual_failure_rate": 0.09334816849865138, - "error_interval": [ - 0.08689499010435861, - 0.10015372448181788 - ] - } - ], - "display_type": "normalized" - }, - "185": { - "ideal": "", - "critical": false, - "description": "Western Digital attribute.", - "display_type": "normalized" - }, - "186": { - "ideal": "", - "critical": false, - "description": "Western Digital attribute.", - "display_type": "normalized" - }, - "187": { - "ideal": "low", - "critical": true, - "description": "The count of errors that could not be recovered using hardware ECC (see attribute 195).", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.028130798308190524, - "error_interval": [ - 0.024487830609364304, - 0.032162944988161336 - ] - }, - { - "low": 1, - "high": 1, - "annual_failure_rate": 0.33877621175661743, - "error_interval": [ - 0.22325565823630591, - 0.4929016016666955 - ] - }, - { - "low": 1, - "high": 3, - "annual_failure_rate": 0.24064820598237213, - "error_interval": [ - 0.14488594021076606, - 0.3758019832614595 - ] - }, - { - "low": 3, - "high": 6, - "annual_failure_rate": 0.5014425058387142, - "error_interval": [ - 0.3062941096766342, - 0.7744372808405151 - ] - }, - { - "low": 6, - "high": 11, - "annual_failure_rate": 0.38007108544136836, - "error_interval": [ - 0.2989500188963677, - 0.4764223967570595 - ] - }, - { - "low": 11, - "high": 20, - "annual_failure_rate": 0.5346094598348444, - "error_interval": [ - 0.40595137663302483, - 0.6911066985735377 - ] - }, - { - "low": 20, - "high": 35, - "annual_failure_rate": 0.8428063943161636, - "error_interval": [ - 0.6504601819243522, - 1.0742259350903411 - ] - }, - { - "low": 35, - "high": 65, - "annual_failure_rate": 1.4429071005017484, - "error_interval": [ - 1.1405581860945952, - 1.8008133631629157 - ] - }, - { - "low": 65, - "high": 120, - "annual_failure_rate": 1.6190935390549661, - "error_interval": [ - 1.0263664163011208, - 2.4294352761068576 - ] - } - ], - "display_type": "raw" - }, - "188": { - "ideal": "low", - "critical": true, - "description": "The count of aborted operations due to HDD timeout. Normally this attribute value should be equal to zero.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.024893587674442153, - "error_interval": [ - 0.020857343769186413, - 0.0294830350167543 - ] - }, - { - "low": 0, - "high": 13, - "annual_failure_rate": 0.10044174089362015, - "error_interval": [ - 0.0812633664077498, - 0.1227848196758574 - ] - }, - { - "low": 13, - "high": 26, - "annual_failure_rate": 0.334030592234279, - "error_interval": [ - 0.2523231196342665, - 0.4337665082489293 - ] - }, - { - "low": 26, - "high": 39, - "annual_failure_rate": 0.36724705400842445, - "error_interval": [ - 0.30398009356575617, - 0.4397986538328568 - ] - }, - { - "low": 39, - "high": 52, - "annual_failure_rate": 0.29848155926978354, - "error_interval": [ - 0.2509254838615984, - 0.35242890006477073 - ] - }, - { - "low": 52, - "high": 65, - "annual_failure_rate": 0.2203079701535098, - "error_interval": [ - 0.18366082845676174, - 0.26212468677179274 - ] - }, - { - "low": 65, - "high": 78, - "annual_failure_rate": 0.3018169948863018, - "error_interval": [ - 0.23779746376787655, - 0.37776897542831006 - ] - }, - { - "low": 78, - "high": 91, - "annual_failure_rate": 0.32854928239235887, - "error_interval": [ - 0.2301118782147336, - 0.4548506948185028 - ] - }, - { - "low": 91, - "high": 104, - "annual_failure_rate": 0.28488916640649387, - "error_interval": [ - 0.1366154288236293, - 0.5239213202729072 - ] - } - ], - "display_type": "raw" - }, - "189": { - "ideal": "low", - "critical": false, - "description": "HDD manufacturers implement a flying height sensor that attempts to provide additional protections for write operations by detecting when a recording head is flying outside its normal operating range. If an unsafe fly height condition is encountered, the write process is stopped, and the information is rewritten or reallocated to a safe region of the hard drive. This attribute indicates the count of these errors detected over the lifetime of the drive.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.09070551401946862, - "error_interval": [ - 0.08018892683853401, - 0.10221801211956287 - ] - }, - { - "low": 1, - "high": 2, - "annual_failure_rate": 0.0844336097370013, - "error_interval": [ - 0.07299813695315267, - 0.09715235540340669 - ] - }, - { - "low": 2, - "high": 5, - "annual_failure_rate": 0.07943219628781906, - "error_interval": [ - 0.06552176680630226, - 0.09542233189887633 - ] - }, - { - "low": 5, - "high": 13, - "annual_failure_rate": 0.09208847603893404, - "error_interval": [ - 0.07385765060838133, - 0.11345557807163456 - ] - }, - { - "low": 13, - "high": 30, - "annual_failure_rate": 0.18161161650924224, - "error_interval": [ - 0.13858879602902988, - 0.23377015012749933 - ] - }, - { - "low": 30, - "high": 70, - "annual_failure_rate": 0.2678117886102384, - "error_interval": [ - 0.19044036194841887, - 0.36610753129699186 - ] - }, - { - "low": 70, - "high": 150, - "annual_failure_rate": 0.26126480798826107, - "error_interval": [ - 0.15958733218826962, - 0.4035023060905559 - ] - }, - { - "low": 150, - "high": 350, - "annual_failure_rate": 0.11337164155924832, - "error_interval": [ - 0.030889956621649995, - 0.2902764300762812 - ] - } - ], - "display_type": "raw" - }, - "190": { - "ideal": "", - "critical": false, - "description": "Value is equal to (100-temp. °C), allowing manufacturer to set a minimum threshold which corresponds to a maximum temperature. This also follows the convention of 100 being a best-case value and lower values being undesirable. However, some older drives may instead report raw Temperature (identical to 0xC2) or Temperature minus 50 here.", - "display_type": "normalized" - }, - "191": { - "ideal": "low", - "critical": false, - "description": "The count of errors resulting from externally induced shock and vibration. ", - "display_type": "normalized" - }, - "192": { - "ideal": "low", - "critical": false, - "description": "Number of power-off or emergency retract cycles.", - "observed_thresholds": [ - { - "low": 1, - "high": 2, - "annual_failure_rate": 0.02861098445412803, - "error_interval": [ - 0.022345416230915037, - 0.036088863823297186 - ] - }, - { - "low": 2, - "high": 6, - "annual_failure_rate": 0.0738571777154862, - "error_interval": [ - 0.06406927746420421, - 0.0847175264009771 - ] - }, - { - "low": 6, - "high": 16, - "annual_failure_rate": 0.11970378206823593, - "error_interval": [ - 0.10830059875098269, - 0.13198105985656441 - ] - }, - { - "low": 16, - "high": 40, - "annual_failure_rate": 0.027266868552620425, - "error_interval": [ - 0.021131448605713823, - 0.03462795920968522 - ] - }, - { - "low": 40, - "high": 100, - "annual_failure_rate": 0.011741682974559688, - "error_interval": [ - 0.00430899071133239, - 0.025556700631152028 - ] - }, - { - "low": 100, - "high": 250, - "annual_failure_rate": 0.012659940134091309, - "error_interval": [ - 0.00607093338127348, - 0.023282080653656938 - ] - }, - { - "low": 250, - "high": 650, - "annual_failure_rate": 0.01634692899031039, - "error_interval": [ - 0.009522688540043157, - 0.026173016865409605 - ] - }, - { - "low": 650, - "high": 1600, - "annual_failure_rate": 0.005190074354440066, - "error_interval": [ - 0.0025908664180103293, - 0.009286476666453648 - ] - } - ], - "display_type": "raw" - }, - "193": { - "ideal": "low", - "critical": false, - "description": "Count of load/unload cycles into head landing zone position.[45] Some drives use 225 (0xE1) for Load Cycle Count instead.", - "display_type": "normalized" - }, - "194": { - "ideal": "low", - "critical": false, - "description": "Indicates the device temperature, if the appropriate sensor is fitted. Lowest byte of the raw value contains the exact temperature value (Celsius degrees).", - "transform_value_unit": "°C", - "display_type": "transformed" - }, - "195": { - "ideal": "", - "critical": false, - "description": "(Vendor-specific raw value.) The raw value has different structure for different vendors and is often not meaningful as a decimal number.", - "observed_thresholds": [ - { - "low": 12, - "high": 24, - "annual_failure_rate": 0.31472916829975706, - "error_interval": [ - 0.15711166685282174, - 0.5631374192486645 - ] - }, - { - "low": 24, - "high": 36, - "annual_failure_rate": 0.15250310197260136, - "error_interval": [ - 0.10497611828070175, - 0.21417105521823687 - ] - }, - { - "low": 36, - "high": 48, - "annual_failure_rate": 0.2193119102723874, - "error_interval": [ - 0.16475385681835103, - 0.28615447006525274 - ] - }, - { - "low": 48, - "high": 60, - "annual_failure_rate": 0.05672658497265746, - "error_interval": [ - 0.043182904776447234, - 0.07317316161437043 - ] - }, - { - "low": 60, - "high": 72, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 72, - "high": 84, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 84, - "high": 96, - "annual_failure_rate": 0, - "error_interval": [ - 0, - 0 - ] - }, - { - "low": 96, - "high": 108, - "annual_failure_rate": 0.04074570216566197, - "error_interval": [ - 0.001031591863615295, - 0.22702052218047528 - ] - } - ], - "display_type": "normalized" - }, - "196": { - "ideal": "low", - "critical": true, - "description": "Count of remap operations. The raw value of this attribute shows the total count of attempts to transfer data from reallocated sectors to a spare area. Both successful and unsuccessful attempts are counted.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.007389855800729792, - "error_interval": [ - 0.005652654139732716, - 0.009492578928212054 - ] - }, - { - "low": 1, - "high": 1, - "annual_failure_rate": 0.026558331312151347, - "error_interval": [ - 0.005476966404484466, - 0.07761471429677293 - ] - }, - { - "low": 1, - "high": 2, - "annual_failure_rate": 0.02471894893674658, - "error_interval": [ - 0.0006258296027540169, - 0.13772516847438018 - ] - }, - { - "low": 2, - "high": 4, - "annual_failure_rate": 0.03200912040691046, - "error_interval": [ - 0.0008104007642081744, - 0.17834340416493005 - ] - }, - { - "low": 4, - "high": 7, - "annual_failure_rate": 0.043078012510326925, - "error_interval": [ - 0.001090640849081295, - 0.24001532369794615 - ] - }, - { - "low": 7, - "high": 11, - "annual_failure_rate": 0.033843300880853036, - "error_interval": [ - 0.0008568381932559863, - 0.18856280368036135 - ] - }, - { - "low": 11, - "high": 17, - "annual_failure_rate": 0.16979376647542252, - "error_interval": [ - 0.035015556653263225, - 0.49620943874336304 - ] - }, - { - "low": 17, - "high": 27, - "annual_failure_rate": 0.059042381106438044, - "error_interval": [ - 0.0014948236677880642, - 0.32896309247698113 - ] - }, - { - "low": 27, - "high": 45, - "annual_failure_rate": 0.24701105346266636, - "error_interval": [ - 0.050939617608142244, - 0.721871118983972 - ] - } - ], - "display_type": "raw" - }, - "197": { - "ideal": "low", - "critical": true, - "description": "Count of \"unstable\" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it\"s written.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.025540791394761345, - "error_interval": [ - 0.023161777231213983, - 0.02809784482748174 - ] - }, - { - "low": 1, - "high": 2, - "annual_failure_rate": 0.34196613799103254, - "error_interval": [ - 0.22723401523750225, - 0.4942362818474496 - ] - }, - { - "low": 2, - "high": 6, - "annual_failure_rate": 0.6823772508117681, - "error_interval": [ - 0.41083568090070416, - 1.0656166047061635 - ] - }, - { - "low": 6, - "high": 16, - "annual_failure_rate": 0.6108100007493069, - "error_interval": [ - 0.47336936083368364, - 0.7757071095273286 - ] - }, - { - "low": 16, - "high": 40, - "annual_failure_rate": 0.9564879341127684, - "error_interval": [ - 0.7701044196378299, - 1.174355230793638 - ] - }, - { - "low": 40, - "high": 100, - "annual_failure_rate": 1.6519989942167461, - "error_interval": [ - 1.328402276482456, - 2.0305872327541317 - ] - }, - { - "low": 100, - "high": 250, - "annual_failure_rate": 2.5137741046831956, - "error_interval": [ - 1.9772427971560862, - 3.1510376077891613 - ] - }, - { - "low": 250, - "high": 650, - "annual_failure_rate": 3.3203378817413904, - "error_interval": [ - 2.5883662702274406, - 4.195047163573006 - ] - }, - { - "low": 650, - "high": 1600, - "annual_failure_rate": 3.133047210300429, - "error_interval": [ - 1.1497731080460096, - 6.819324775707182 - ] - } - ], - "display_type": "raw" - }, - "198": { - "ideal": "low", - "critical": true, - "description": "The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.", - "observed_thresholds": [ - { - "low": 0, - "high": 0, - "annual_failure_rate": 0.028675322159886437, - "error_interval": [ - 0.026159385510707116, - 0.03136793218577656 - ] - }, - { - "low": 0, - "high": 2, - "annual_failure_rate": 0.8135764944275583, - "error_interval": [ - 0.40613445471964466, - 1.4557130815309443 - ] - }, - { - "low": 2, - "high": 4, - "annual_failure_rate": 1.1173469387755102, - "error_interval": [ - 0.5773494680315332, - 1.9517802404552516 - ] - }, - { - "low": 4, - "high": 6, - "annual_failure_rate": 1.3558692421991083, - "error_interval": [ - 0.4402470522980859, - 3.1641465148237544 - ] - }, - { - "low": 6, - "high": 8, - "annual_failure_rate": 0.7324414715719062, - "error_interval": [ - 0.15104704003805655, - 2.140504796291604 - ] - }, - { - "low": 8, - "high": 10, - "annual_failure_rate": 0.5777213677766163, - "error_interval": [ - 0.43275294849366835, - 0.7556737733062419 - ] - }, - { - "low": 10, - "high": 12, - "annual_failure_rate": 1.7464114832535886, - "error_interval": [ - 0.47583835092536914, - 4.471507017371231 - ] - }, - { - "low": 12, - "high": 14, - "annual_failure_rate": 2.6449275362318843, - "error_interval": [ - 0.3203129951758959, - 9.554387676519005 - ] - }, - { - "low": 14, - "high": 16, - "annual_failure_rate": 0.796943231441048, - "error_interval": [ - 0.5519063550198366, - 1.113648286331181 - ] - } - ], - "display_type": "raw" - }, - "199": { - "ideal": "low", - "critical": false, - "description": "The count of errors in data transfer via the interface cable as determined by ICRC (Interface Cyclic Redundancy Check).", - "observed_thresholds": [ - { - "low": 0, - "high": 1, - "annual_failure_rate": 0.04068379316116366, - "error_interval": [ - 0.037534031558106425, - 0.04402730201866553 - ] - }, - { - "low": 1, - "high": 2, - "annual_failure_rate": 0.1513481259734218, - "error_interval": [ - 0.12037165605991791, - 0.18786293065527596 - ] - }, - { - "low": 2, - "high": 4, - "annual_failure_rate": 0.16849758722418978, - "error_interval": [ - 0.12976367397863445, - 0.2151676572000481 - ] - }, - { - "low": 4, - "high": 8, - "annual_failure_rate": 0.15385127340491614, - "error_interval": [ - 0.10887431782430312, - 0.21117289306426648 - ] - }, - { - "low": 8, - "high": 16, - "annual_failure_rate": 0.14882894050104387, - "error_interval": [ - 0.09631424312463635, - 0.2197008753522735 - ] - }, - { - "low": 16, - "high": 35, - "annual_failure_rate": 0.20878219917249793, - "error_interval": [ - 0.14086447304552446, - 0.29804957135975 - ] - }, - { - "low": 35, - "high": 70, - "annual_failure_rate": 0.13742940270409038, - "error_interval": [ - 0.06860426267470295, - 0.24589916335290812 - ] - }, - { - "low": 70, - "high": 130, - "annual_failure_rate": 0.22336578581363, - "error_interval": [ - 0.11150339549604707, - 0.39966309081252904 - ] - }, - { - "low": 130, - "high": 260, - "annual_failure_rate": 0.18277416124186283, - "error_interval": [ - 0.07890890989692058, - 0.3601379610272007 - ] - } - ], - "display_type": "raw" - }, - "200": { - "ideal": "low", - "critical": false, - "description": "The count of errors found when writing a sector. The higher the value, the worse the disk\"s mechanical condition is.", - "display_type": "normalized" - }, - "201": { - "ideal": "low", - "critical": true, - "description": "Count indicates the number of uncorrectable software read errors.", - "display_type": "normalized" - }, - "202": { - "ideal": "low", - "critical": false, - "description": "Count of Data Address Mark errors (or vendor-specific).", - "display_type": "normalized" - }, - "203": { - "ideal": "low", - "critical": false, - "description": "The number of errors caused by incorrect checksum during the error correction.", - "display_type": "normalized" - }, - "204": { - "ideal": "low", - "critical": false, - "description": "Count of errors corrected by the internal error correction software.", - "display_type": "" - }, - "205": { - "ideal": "low", - "critical": false, - "description": "Count of errors due to high temperature.", - "display_type": "normalized" - }, - "206": { - "ideal": "", - "critical": false, - "description": "Height of heads above the disk surface. If too low, head crash is more likely; if too high, read/write errors are more likely.", - "display_type": "normalized" - }, - "207": { - "ideal": "low", - "critical": false, - "description": "Amount of surge current used to spin up the drive.", - "display_type": "normalized" - }, - "208": { - "ideal": "", - "critical": false, - "description": "Count of buzz routines needed to spin up the drive due to insufficient power.", - "display_type": "normalized" - }, - "209": { - "ideal": "", - "critical": false, - "description": "Drive\"s seek performance during its internal tests.", - "display_type": "normalized" - }, - "210": { - "ideal": "", - "critical": false, - "description": "Found in Maxtor 6B200M0 200GB and Maxtor 2R015H1 15GB disks.", - "display_type": "normalized" - }, - "211": { - "ideal": "", - "critical": false, - "description": "A recording of a vibration encountered during write operations.", - "display_type": "normalized" - }, - "212": { - "ideal": "", - "critical": false, - "description": "A recording of shock encountered during write operations.", - "display_type": "normalized" - }, - "220": { - "ideal": "low", - "critical": false, - "description": "Distance the disk has shifted relative to the spindle (usually due to shock or temperature). Unit of measure is unknown.", - "display_type": "normalized" - }, - "221": { - "ideal": "low", - "critical": false, - "description": "The count of errors resulting from externally induced shock and vibration.", - "display_type": "normalized" - }, - "222": { - "ideal": "", - "critical": false, - "description": "Time spent operating under data load (movement of magnetic head armature).", - "display_type": "normalized" - }, - "223": { - "ideal": "", - "critical": false, - "description": "Count of times head changes position.", - "display_type": "normalized" - }, - "224": { - "ideal": "low", - "critical": false, - "description": "Resistance caused by friction in mechanical parts while operating.", - "display_type": "normalized" - }, - "225": { - "ideal": "low", - "critical": false, - "description": "Total count of load cycles Some drives use 193 (0xC1) for Load Cycle Count instead. See Description for 193 for significance of this number. ", - "display_type": "normalized" - }, - "226": { - "ideal": "", - "critical": false, - "description": "Total time of loading on the magnetic heads actuator (time not spent in parking area).", - "display_type": "normalized" - }, - "227": { - "ideal": "low", - "critical": false, - "description": "Count of attempts to compensate for platter speed variations.[66]", - "display_type": "" - }, - "228": { - "ideal": "low", - "critical": false, - "description": "The number of power-off cycles which are counted whenever there is a \"retract event\" and the heads are loaded off of the media such as when the machine is powered down, put to sleep, or is idle.", - "display_type": "" - }, - "230": { - "ideal": "", - "critical": false, - "description": "Amplitude of \"thrashing\" (repetitive head moving motions between operations).", - "display_type": "normalized" - }, - "231": { - "ideal": "", - "critical": false, - "description": "Indicates the approximate SSD life left, in terms of program/erase cycles or available reserved blocks. A normalized value of 100 represents a new drive, with a threshold value at 10 indicating a need for replacement. A value of 0 may mean that the drive is operating in read-only mode to allow data recovery.", - "display_type": "normalized" - }, - "232": { - "ideal": "", - "critical": false, - "description": "Number of physical erase cycles completed on the SSD as a percentage of the maximum physical erase cycles the drive is designed to endure.", - "display_type": "normalized" - }, - "233": { - "ideal": "", - "critical": false, - "description": "Intel SSDs report a normalized value from 100, a new drive, to a minimum of 1. It decreases while the NAND erase cycles increase from 0 to the maximum-rated cycles.", - "display_type": "normalized" - }, - "234": { - "ideal": "", - "critical": false, - "description": "Decoded as: byte 0-1-2 = average erase count (big endian) and byte 3-4-5 = max erase count (big endian).", - "display_type": "normalized" - }, - "235": { - "ideal": "", - "critical": false, - "description": "Decoded as: byte 0-1-2 = good block count (big endian) and byte 3-4 = system (free) block count.", - "display_type": "normalized" - }, - "240": { - "ideal": "", - "critical": false, - "description": "Time spent during the positioning of the drive heads.[15][71] Some Fujitsu drives report the count of link resets during a data transfer.", - "display_type": "normalized" - }, - "241": { - "ideal": "", - "critical": false, - "description": "Total count of LBAs written.", - "display_type": "normalized" - }, - "242": { - "ideal": "", - "critical": false, - "description": "Total count of LBAs read.Some S.M.A.R.T. utilities will report a negative number for the raw value since in reality it has 48 bits rather than 32.", - "display_type": "normalized" - }, - "243": { - "ideal": "", - "critical": false, - "description": "The upper 5 bytes of the 12-byte total number of LBAs written to the device. The lower 7 byte value is located at attribute 0xF1.", - "display_type": "normalized" - }, - "244": { - "ideal": "", - "critical": false, - "description": "The upper 5 bytes of the 12-byte total number of LBAs read from the device. The lower 7 byte value is located at attribute 0xF2.", - "display_type": "normalized" - }, - "249": { - "ideal": "", - "critical": false, - "description": "Total NAND Writes. Raw value reports the number of writes to NAND in 1 GB increments.", - "display_type": "normalized" - }, - "250": { - "ideal": "low", - "critical": false, - "description": "Count of errors while reading from a disk.", - "display_type": "normalized" - }, - "251": { - "ideal": "", - "critical": false, - "description": "The Minimum Spares Remaining attribute indicates the number of remaining spare blocks as a percentage of the total number of spare blocks available.", - "display_type": "normalized" - }, - "252": { - "ideal": "", - "critical": false, - "description": "The Newly Added Bad Flash Block attribute indicates the total number of bad flash blocks the drive detected since it was first initialized in manufacturing.", - "display_type": "normalized" - }, - "254": { - "ideal": "low", - "critical": false, - "description": "Count of \"Free Fall Events\" detected.", - "display_type": "normalized" - } - }, - "success": true -}; diff --git a/webapp/frontend/src/app/data/mock/device/details/index.ts b/webapp/frontend/src/app/data/mock/device/details/index.ts index 95f845c..585c55c 100644 --- a/webapp/frontend/src/app/data/mock/device/details/index.ts +++ b/webapp/frontend/src/app/data/mock/device/details/index.ts @@ -2,7 +2,11 @@ import { Injectable } from '@angular/core'; import * as _ from 'lodash'; import { TreoMockApi } from '@treo/lib/mock-api/mock-api.interfaces'; import { TreoMockApiService } from '@treo/lib/mock-api/mock-api.service'; -import { details as detailsData } from 'app/data/mock/device/details/data'; +import { sda } from 'app/data/mock/device/details/sda'; +import { sdb } from 'app/data/mock/device/details/sdb'; +import { sdc } from 'app/data/mock/device/details/sdc'; +import { sdd } from 'app/data/mock/device/details/sdd'; +import { sde } from 'app/data/mock/device/details/sde'; @Injectable({ providedIn: 'root' @@ -21,9 +25,6 @@ export class DetailsMockApi implements TreoMockApi private _treoMockApiService: TreoMockApiService ) { - // Set the data - this._details = detailsData; - // Register the API endpoints this.register(); } @@ -37,16 +38,53 @@ export class DetailsMockApi implements TreoMockApi */ register(): void { - // ----------------------------------------------------------------------------------------------------- - // @ Sales - GET - // ----------------------------------------------------------------------------------------------------- this._treoMockApiService - .onGet('/api/device/:wwn/details') + .onGet('/api/device/0x5002538e40a22954/details') + .reply(() => { + + return [ + 200, + _.cloneDeep(sda) + ]; + }); + + this._treoMockApiService + .onGet('/api/device/0x5000cca264eb01d7/details') + .reply(() => { + + return [ + 200, + _.cloneDeep(sdb) + ]; + }); + + this._treoMockApiService + .onGet('/api/device/0x5000cca264ec3183/details') + .reply(() => { + + return [ + 200, + _.cloneDeep(sdc) + ]; + }); + + this._treoMockApiService + .onGet('/api/device/0x5000cca252c859cc/details') + .reply(() => { + + return [ + 200, + _.cloneDeep(sdd) + ]; + }); + + this._treoMockApiService + .onGet('/api/device/0x5000cca264ebc248/details') .reply(() => { return [ 200, - _.cloneDeep(this._details) + _.cloneDeep(sde) ]; }); } diff --git a/webapp/frontend/src/app/data/mock/device/details/sda.ts b/webapp/frontend/src/app/data/mock/device/details/sda.ts new file mode 100644 index 0000000..9805f1c --- /dev/null +++ b/webapp/frontend/src/app/data/mock/device/details/sda.ts @@ -0,0 +1,1568 @@ +export const sda = { + "data": { + "CreatedAt": "2020-08-28T07:55:27.751071002Z", + "UpdatedAt": "2020-09-08T21:39:26.571901-07:00", + "DeletedAt": null, + "wwn": "0x5002538e40a22954", + "device_name": "sda", + "manufacturer": "ATA", + "model_name": "Samsung_SSD_860_EVO_500GB", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "S3YZNB0KBXXXXXX", + "firmware": "002C", + "rotational_speed": 0, + "capacity": 1024209543168, + "form_factor": "", + "smart_support": false, + "device_protocol": "NVMe", + "device_type": "nvme", + "smart_results": [{ + "ID": 46, + "CreatedAt": "2020-09-08T21:39:26.572596-07:00", + "UpdatedAt": "2020-09-08T21:39:26.572596-07:00", + "DeletedAt": null, + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T05:01:02-07:00", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": [], + "nvme_attributes": [{ + "ID": 113, + "CreatedAt": "2020-09-08T21:39:26.572894-07:00", + "UpdatedAt": "2020-09-08T21:39:26.572894-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 97, + "CreatedAt": "2020-09-07T15:47:21.336744707Z", + "UpdatedAt": "2020-09-07T15:47:21.336744707Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 81, + "CreatedAt": "2020-09-07T15:38:56.633368699Z", + "UpdatedAt": "2020-09-07T15:38:56.633368699Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 65, + "CreatedAt": "2020-09-07T15:26:07.504953448Z", + "UpdatedAt": "2020-09-07T15:26:07.504953448Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 49, + "CreatedAt": "2020-09-07T15:19:17.467897283Z", + "UpdatedAt": "2020-09-07T15:19:17.467897283Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 33, + "CreatedAt": "2020-09-07T15:10:40.246090797Z", + "UpdatedAt": "2020-09-07T15:10:40.246090797Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 17, + "CreatedAt": "2020-09-06T23:14:39.849191275Z", + "UpdatedAt": "2020-09-06T23:14:39.849191275Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 1, + "CreatedAt": "2020-08-28T07:55:27.833308403Z", + "UpdatedAt": "2020-08-28T07:55:27.833308403Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "critical_warning", + "name": "Critical Warning", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 114, + "CreatedAt": "2020-09-08T21:39:26.573359-07:00", + "UpdatedAt": "2020-09-08T21:39:26.573359-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 98, + "CreatedAt": "2020-09-07T15:47:21.336894307Z", + "UpdatedAt": "2020-09-07T15:47:21.336894307Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 82, + "CreatedAt": "2020-09-07T15:38:56.6334864Z", + "UpdatedAt": "2020-09-07T15:38:56.6334864Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 66, + "CreatedAt": "2020-09-07T15:26:07.505094452Z", + "UpdatedAt": "2020-09-07T15:26:07.505094452Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 50, + "CreatedAt": "2020-09-07T15:19:17.468022483Z", + "UpdatedAt": "2020-09-07T15:19:17.468022483Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 34, + "CreatedAt": "2020-09-07T15:10:40.246266999Z", + "UpdatedAt": "2020-09-07T15:10:40.246266999Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 18, + "CreatedAt": "2020-09-06T23:14:39.849315479Z", + "UpdatedAt": "2020-09-06T23:14:39.849315479Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 2, + "CreatedAt": "2020-08-28T07:55:27.833462173Z", + "UpdatedAt": "2020-08-28T07:55:27.833462173Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "temperature", + "name": "Temperature", + "value": 36, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 115, + "CreatedAt": "2020-09-08T21:39:26.573466-07:00", + "UpdatedAt": "2020-09-08T21:39:26.573466-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 99, + "CreatedAt": "2020-09-07T15:47:21.336981607Z", + "UpdatedAt": "2020-09-07T15:47:21.336981607Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }, { + "ID": 83, + "CreatedAt": "2020-09-07T15:38:56.6335637Z", + "UpdatedAt": "2020-09-07T15:38:56.6335637Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }, { + "ID": 67, + "CreatedAt": "2020-09-07T15:26:07.505182255Z", + "UpdatedAt": "2020-09-07T15:26:07.505182255Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }, { + "ID": 51, + "CreatedAt": "2020-09-07T15:19:17.468100282Z", + "UpdatedAt": "2020-09-07T15:19:17.468100282Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }, { + "ID": 35, + "CreatedAt": "2020-09-07T15:10:40.246339099Z", + "UpdatedAt": "2020-09-07T15:10:40.246339099Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }, { + "ID": 19, + "CreatedAt": "2020-09-06T23:14:39.849394281Z", + "UpdatedAt": "2020-09-06T23:14:39.849394281Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }, { + "ID": 3, + "CreatedAt": "2020-08-28T07:55:27.833551437Z", + "UpdatedAt": "2020-08-28T07:55:27.833551437Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "available_spare", + "name": "Available Spare", + "value": 100, + "thresh": 10, + "transformed_value": 0 + }] + }, { + "ID": 116, + "CreatedAt": "2020-09-08T21:39:26.57354-07:00", + "UpdatedAt": "2020-09-08T21:39:26.57354-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 100, + "CreatedAt": "2020-09-07T15:47:21.337060308Z", + "UpdatedAt": "2020-09-07T15:47:21.337060308Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0 + }, { + "ID": 84, + "CreatedAt": "2020-09-07T15:38:56.633637401Z", + "UpdatedAt": "2020-09-07T15:38:56.633637401Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0 + }, { + "ID": 68, + "CreatedAt": "2020-09-07T15:26:07.505262357Z", + "UpdatedAt": "2020-09-07T15:26:07.505262357Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0 + }, { + "ID": 52, + "CreatedAt": "2020-09-07T15:19:17.468187982Z", + "UpdatedAt": "2020-09-07T15:19:17.468187982Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0 + }, { + "ID": 36, + "CreatedAt": "2020-09-07T15:10:40.2464335Z", + "UpdatedAt": "2020-09-07T15:10:40.2464335Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0 + }, { + "ID": 20, + "CreatedAt": "2020-09-06T23:14:39.849473683Z", + "UpdatedAt": "2020-09-06T23:14:39.849473683Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 100, + "transformed_value": 0 + }, { + "ID": 4, + "CreatedAt": "2020-08-28T07:55:27.833639555Z", + "UpdatedAt": "2020-08-28T07:55:27.833639555Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "percentage_used", + "name": "Percentage Used", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 117, + "CreatedAt": "2020-09-08T21:39:26.573622-07:00", + "UpdatedAt": "2020-09-08T21:39:26.573622-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 101, + "CreatedAt": "2020-09-07T15:47:21.337139008Z", + "UpdatedAt": "2020-09-07T15:47:21.337139008Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 85, + "CreatedAt": "2020-09-07T15:38:56.633701001Z", + "UpdatedAt": "2020-09-07T15:38:56.633701001Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 69, + "CreatedAt": "2020-09-07T15:26:07.505347059Z", + "UpdatedAt": "2020-09-07T15:26:07.505347059Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 53, + "CreatedAt": "2020-09-07T15:19:17.468256482Z", + "UpdatedAt": "2020-09-07T15:19:17.468256482Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 37, + "CreatedAt": "2020-09-07T15:10:40.2465052Z", + "UpdatedAt": "2020-09-07T15:10:40.2465052Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 21, + "CreatedAt": "2020-09-06T23:14:39.849535985Z", + "UpdatedAt": "2020-09-06T23:14:39.849535985Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 5, + "CreatedAt": "2020-08-28T07:55:27.833723448Z", + "UpdatedAt": "2020-08-28T07:55:27.833723448Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "data_units_read", + "name": "Data Units Read", + "value": 9511859, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 118, + "CreatedAt": "2020-09-08T21:39:26.57369-07:00", + "UpdatedAt": "2020-09-08T21:39:26.57369-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 102, + "CreatedAt": "2020-09-07T15:47:21.337239108Z", + "UpdatedAt": "2020-09-07T15:47:21.337239108Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 86, + "CreatedAt": "2020-09-07T15:38:56.633767202Z", + "UpdatedAt": "2020-09-07T15:38:56.633767202Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 70, + "CreatedAt": "2020-09-07T15:26:07.505469162Z", + "UpdatedAt": "2020-09-07T15:26:07.505469162Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 54, + "CreatedAt": "2020-09-07T15:19:17.468321982Z", + "UpdatedAt": "2020-09-07T15:19:17.468321982Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 38, + "CreatedAt": "2020-09-07T15:10:40.246568201Z", + "UpdatedAt": "2020-09-07T15:10:40.246568201Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 22, + "CreatedAt": "2020-09-06T23:14:39.849595287Z", + "UpdatedAt": "2020-09-06T23:14:39.849595287Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 6, + "CreatedAt": "2020-08-28T07:55:27.833814267Z", + "UpdatedAt": "2020-08-28T07:55:27.833814267Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "data_units_written", + "name": "Data Units Written", + "value": 7773431, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 119, + "CreatedAt": "2020-09-08T21:39:26.573761-07:00", + "UpdatedAt": "2020-09-08T21:39:26.573761-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 103, + "CreatedAt": "2020-09-07T15:47:21.337318208Z", + "UpdatedAt": "2020-09-07T15:47:21.337318208Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 87, + "CreatedAt": "2020-09-07T15:38:56.633832703Z", + "UpdatedAt": "2020-09-07T15:38:56.633832703Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 71, + "CreatedAt": "2020-09-07T15:26:07.505549465Z", + "UpdatedAt": "2020-09-07T15:26:07.505549465Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 55, + "CreatedAt": "2020-09-07T15:19:17.468389981Z", + "UpdatedAt": "2020-09-07T15:19:17.468389981Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 39, + "CreatedAt": "2020-09-07T15:10:40.246645901Z", + "UpdatedAt": "2020-09-07T15:10:40.246645901Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 23, + "CreatedAt": "2020-09-06T23:14:39.849654489Z", + "UpdatedAt": "2020-09-06T23:14:39.849654489Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 7, + "CreatedAt": "2020-08-28T07:55:27.833887571Z", + "UpdatedAt": "2020-08-28T07:55:27.833887571Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "host_reads", + "name": "Host Reads", + "value": 111303174, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 120, + "CreatedAt": "2020-09-08T21:39:26.573834-07:00", + "UpdatedAt": "2020-09-08T21:39:26.573834-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 104, + "CreatedAt": "2020-09-07T15:47:21.337427308Z", + "UpdatedAt": "2020-09-07T15:47:21.337427308Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 88, + "CreatedAt": "2020-09-07T15:38:56.633900603Z", + "UpdatedAt": "2020-09-07T15:38:56.633900603Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 72, + "CreatedAt": "2020-09-07T15:26:07.505627267Z", + "UpdatedAt": "2020-09-07T15:26:07.505627267Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 56, + "CreatedAt": "2020-09-07T15:19:17.468456681Z", + "UpdatedAt": "2020-09-07T15:19:17.468456681Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 40, + "CreatedAt": "2020-09-07T15:10:40.246709102Z", + "UpdatedAt": "2020-09-07T15:10:40.246709102Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 24, + "CreatedAt": "2020-09-06T23:14:39.849714291Z", + "UpdatedAt": "2020-09-06T23:14:39.849714291Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 8, + "CreatedAt": "2020-08-28T07:55:27.833973719Z", + "UpdatedAt": "2020-08-28T07:55:27.833973719Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "host_writes", + "name": "Host Writes", + "value": 83170961, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 121, + "CreatedAt": "2020-09-08T21:39:26.5739-07:00", + "UpdatedAt": "2020-09-08T21:39:26.5739-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 105, + "CreatedAt": "2020-09-07T15:47:21.337516009Z", + "UpdatedAt": "2020-09-07T15:47:21.337516009Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 89, + "CreatedAt": "2020-09-07T15:38:56.633969604Z", + "UpdatedAt": "2020-09-07T15:38:56.633969604Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 73, + "CreatedAt": "2020-09-07T15:26:07.505724769Z", + "UpdatedAt": "2020-09-07T15:26:07.505724769Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 57, + "CreatedAt": "2020-09-07T15:19:17.468521581Z", + "UpdatedAt": "2020-09-07T15:19:17.468521581Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 41, + "CreatedAt": "2020-09-07T15:10:40.246774002Z", + "UpdatedAt": "2020-09-07T15:10:40.246774002Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 25, + "CreatedAt": "2020-09-06T23:14:39.849784693Z", + "UpdatedAt": "2020-09-06T23:14:39.849784693Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 9, + "CreatedAt": "2020-08-28T07:55:27.834051665Z", + "UpdatedAt": "2020-08-28T07:55:27.834051665Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "controller_busy_time", + "name": "Controller Busy Time", + "value": 3060, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 122, + "CreatedAt": "2020-09-08T21:39:26.573967-07:00", + "UpdatedAt": "2020-09-08T21:39:26.573967-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 106, + "CreatedAt": "2020-09-07T15:47:21.337609809Z", + "UpdatedAt": "2020-09-07T15:47:21.337609809Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 90, + "CreatedAt": "2020-09-07T15:38:56.634034304Z", + "UpdatedAt": "2020-09-07T15:38:56.634034304Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 74, + "CreatedAt": "2020-09-07T15:26:07.505806272Z", + "UpdatedAt": "2020-09-07T15:26:07.505806272Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 58, + "CreatedAt": "2020-09-07T15:19:17.468586181Z", + "UpdatedAt": "2020-09-07T15:19:17.468586181Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 42, + "CreatedAt": "2020-09-07T15:10:40.246861903Z", + "UpdatedAt": "2020-09-07T15:10:40.246861903Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 26, + "CreatedAt": "2020-09-06T23:14:39.849849495Z", + "UpdatedAt": "2020-09-06T23:14:39.849849495Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 10, + "CreatedAt": "2020-08-28T07:55:27.834128174Z", + "UpdatedAt": "2020-08-28T07:55:27.834128174Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "power_cycles", + "name": "Power Cycles", + "value": 266, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 123, + "CreatedAt": "2020-09-08T21:39:26.57404-07:00", + "UpdatedAt": "2020-09-08T21:39:26.57404-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 107, + "CreatedAt": "2020-09-07T15:47:21.337689109Z", + "UpdatedAt": "2020-09-07T15:47:21.337689109Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 91, + "CreatedAt": "2020-09-07T15:38:56.634101905Z", + "UpdatedAt": "2020-09-07T15:38:56.634101905Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 75, + "CreatedAt": "2020-09-07T15:26:07.505880974Z", + "UpdatedAt": "2020-09-07T15:26:07.505880974Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 59, + "CreatedAt": "2020-09-07T15:19:17.468654081Z", + "UpdatedAt": "2020-09-07T15:19:17.468654081Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 43, + "CreatedAt": "2020-09-07T15:10:40.246931403Z", + "UpdatedAt": "2020-09-07T15:10:40.246931403Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 27, + "CreatedAt": "2020-09-06T23:14:39.849908596Z", + "UpdatedAt": "2020-09-06T23:14:39.849908596Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 11, + "CreatedAt": "2020-08-28T07:55:27.834210433Z", + "UpdatedAt": "2020-08-28T07:55:27.834210433Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "power_on_hours", + "name": "Power on Hours", + "value": 2401, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 124, + "CreatedAt": "2020-09-08T21:39:26.574108-07:00", + "UpdatedAt": "2020-09-08T21:39:26.574108-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 108, + "CreatedAt": "2020-09-07T15:47:21.337764809Z", + "UpdatedAt": "2020-09-07T15:47:21.337764809Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 92, + "CreatedAt": "2020-09-07T15:38:56.634171906Z", + "UpdatedAt": "2020-09-07T15:38:56.634171906Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 76, + "CreatedAt": "2020-09-07T15:26:07.505955776Z", + "UpdatedAt": "2020-09-07T15:26:07.505955776Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 60, + "CreatedAt": "2020-09-07T15:19:17.46871948Z", + "UpdatedAt": "2020-09-07T15:19:17.46871948Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 44, + "CreatedAt": "2020-09-07T15:10:40.247002504Z", + "UpdatedAt": "2020-09-07T15:10:40.247002504Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 28, + "CreatedAt": "2020-09-06T23:14:39.849968798Z", + "UpdatedAt": "2020-09-06T23:14:39.849968798Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 12, + "CreatedAt": "2020-08-28T07:55:27.834292136Z", + "UpdatedAt": "2020-08-28T07:55:27.834292136Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "unsafe_shutdowns", + "name": "Unsafe Shutdowns", + "value": 43, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 125, + "CreatedAt": "2020-09-08T21:39:26.574178-07:00", + "UpdatedAt": "2020-09-08T21:39:26.574178-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 109, + "CreatedAt": "2020-09-07T15:47:21.337839409Z", + "UpdatedAt": "2020-09-07T15:47:21.337839409Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 93, + "CreatedAt": "2020-09-07T15:38:56.634234206Z", + "UpdatedAt": "2020-09-07T15:38:56.634234206Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 77, + "CreatedAt": "2020-09-07T15:26:07.506062879Z", + "UpdatedAt": "2020-09-07T15:26:07.506062879Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 61, + "CreatedAt": "2020-09-07T15:19:17.46878678Z", + "UpdatedAt": "2020-09-07T15:19:17.46878678Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 45, + "CreatedAt": "2020-09-07T15:10:40.247110105Z", + "UpdatedAt": "2020-09-07T15:10:40.247110105Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 29, + "CreatedAt": "2020-09-06T23:14:39.850046301Z", + "UpdatedAt": "2020-09-06T23:14:39.850046301Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 13, + "CreatedAt": "2020-08-28T07:55:27.834373811Z", + "UpdatedAt": "2020-08-28T07:55:27.834373811Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "media_errors", + "name": "Media Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 126, + "CreatedAt": "2020-09-08T21:39:26.574242-07:00", + "UpdatedAt": "2020-09-08T21:39:26.574242-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 110, + "CreatedAt": "2020-09-07T15:47:21.337915109Z", + "UpdatedAt": "2020-09-07T15:47:21.337915109Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 94, + "CreatedAt": "2020-09-07T15:38:56.634303007Z", + "UpdatedAt": "2020-09-07T15:38:56.634303007Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 78, + "CreatedAt": "2020-09-07T15:26:07.506140681Z", + "UpdatedAt": "2020-09-07T15:26:07.506140681Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 62, + "CreatedAt": "2020-09-07T15:19:17.46885548Z", + "UpdatedAt": "2020-09-07T15:19:17.46885548Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 46, + "CreatedAt": "2020-09-07T15:10:40.247212006Z", + "UpdatedAt": "2020-09-07T15:10:40.247212006Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 30, + "CreatedAt": "2020-09-06T23:14:39.850150504Z", + "UpdatedAt": "2020-09-06T23:14:39.850150504Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 14, + "CreatedAt": "2020-08-28T07:55:27.834456493Z", + "UpdatedAt": "2020-08-28T07:55:27.834456493Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "num_err_log_entries", + "name": "Numb Err Log Entries", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 127, + "CreatedAt": "2020-09-08T21:39:26.574309-07:00", + "UpdatedAt": "2020-09-08T21:39:26.574309-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 111, + "CreatedAt": "2020-09-07T15:47:21.33801171Z", + "UpdatedAt": "2020-09-07T15:47:21.33801171Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 95, + "CreatedAt": "2020-09-07T15:38:56.634377407Z", + "UpdatedAt": "2020-09-07T15:38:56.634377407Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 79, + "CreatedAt": "2020-09-07T15:26:07.506214683Z", + "UpdatedAt": "2020-09-07T15:26:07.506214683Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 63, + "CreatedAt": "2020-09-07T15:19:17.468958879Z", + "UpdatedAt": "2020-09-07T15:19:17.468958879Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 47, + "CreatedAt": "2020-09-07T15:10:40.247310706Z", + "UpdatedAt": "2020-09-07T15:10:40.247310706Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 31, + "CreatedAt": "2020-09-06T23:14:39.850219706Z", + "UpdatedAt": "2020-09-06T23:14:39.850219706Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 15, + "CreatedAt": "2020-08-28T07:55:27.834538882Z", + "UpdatedAt": "2020-08-28T07:55:27.834538882Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "warning_temp_time", + "name": "Warning Temp Time", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 128, + "CreatedAt": "2020-09-08T21:39:26.574383-07:00", + "UpdatedAt": "2020-09-08T21:39:26.574383-07:00", + "DeletedAt": null, + "smart_id": 46, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 112, + "CreatedAt": "2020-09-07T15:47:21.33808201Z", + "UpdatedAt": "2020-09-07T15:47:21.33808201Z", + "DeletedAt": null, + "smart_id": 40, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 96, + "CreatedAt": "2020-09-07T15:38:56.634438008Z", + "UpdatedAt": "2020-09-07T15:38:56.634438008Z", + "DeletedAt": null, + "smart_id": 34, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 80, + "CreatedAt": "2020-09-07T15:26:07.506290585Z", + "UpdatedAt": "2020-09-07T15:26:07.506290585Z", + "DeletedAt": null, + "smart_id": 28, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 64, + "CreatedAt": "2020-09-07T15:19:17.469037079Z", + "UpdatedAt": "2020-09-07T15:19:17.469037079Z", + "DeletedAt": null, + "smart_id": 22, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 48, + "CreatedAt": "2020-09-07T15:10:40.247471107Z", + "UpdatedAt": "2020-09-07T15:10:40.247471107Z", + "DeletedAt": null, + "smart_id": 16, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 32, + "CreatedAt": "2020-09-06T23:14:39.850278807Z", + "UpdatedAt": "2020-09-06T23:14:39.850278807Z", + "DeletedAt": null, + "smart_id": 10, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 16, + "CreatedAt": "2020-08-28T07:55:27.834645921Z", + "UpdatedAt": "2020-08-28T07:55:27.834645921Z", + "DeletedAt": null, + "smart_id": 4, + "attribute_id": "critical_comp_time", + "name": "Critical CompTime", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }], + "scsi_attributes": [] + }] + }, "metadata": { + "available_spare": { + "ideal": "high", + "critical": true, + "description": "Contains a normalized percentage (0 to 100%) of the remaining spare capacity available.", + "display_type": "" + }, + "controller_busy_time": { + "ideal": "", + "critical": false, + "description": "Contains the amount of time the controller is busy with I/O commands. The controller is busy when there is a command outstanding to an I/O Queue (specifically, a command was issued via an I/O Submission Queue Tail doorbell write and the corresponding completion queue entry has not been posted yet to the associated I/O Completion Queue). This value is reported in minutes.", + "display_type": "" + }, + "critical_comp_time": { + "ideal": "", + "critical": false, + "description": "Contains the amount of time in minutes that the controller is operational and the Composite Temperature is greater the Critical Composite Temperature Threshold (CCTEMP) field in the Identify Controller data structure.", + "display_type": "" + }, + "critical_warning": { + "ideal": "low", + "critical": true, + "description": "This field indicates critical warnings for the state of the controller. Each bit corresponds to a critical warning type; multiple bits may be set. If a bit is cleared to ‘0’, then that critical warning does not apply. Critical warnings may result in an asynchronous event notification to the host. Bits in this field represent the current associated state and are not persistent.", + "display_type": "" + }, + "data_units_read": { + "ideal": "", + "critical": false, + "description": "Contains the number of 512 byte data units the host has read from the controller; this value does not include metadata. This value is reported in thousands (i.e., a value of 1 corresponds to 1000 units of 512 bytes read) and is rounded up. When the LBA size is a value other than 512 bytes, the controller shall convert the amount of data read to 512 byte units.", + "display_type": "" + }, + "data_units_written": { + "ideal": "", + "critical": false, + "description": "Contains the number of 512 byte data units the host has written to the controller; this value does not include metadata. This value is reported in thousands (i.e., a value of 1 corresponds to 1000 units of 512 bytes written) and is rounded up. When the LBA size is a value other than 512 bytes, the controller shall convert the amount of data written to 512 byte units.", + "display_type": "" + }, + "host_reads": { + "ideal": "", + "critical": false, + "description": "Contains the number of read commands completed by the controller", + "display_type": "" + }, + "host_writes": { + "ideal": "", + "critical": false, + "description": "Contains the number of write commands completed by the controller", + "display_type": "" + }, + "media_errors": { + "ideal": "low", + "critical": true, + "description": "Contains the number of occurrences where the controller detected an unrecovered data integrity error. Errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch are included in this field.", + "display_type": "" + }, + "num_err_log_entries": { + "ideal": "low", + "critical": true, + "description": "Contains the number of Error Information log entries over the life of the controller.", + "display_type": "" + }, + "percentage_used": { + "ideal": "low", + "critical": true, + "description": "Contains a vendor specific estimate of the percentage of NVM subsystem life used based on the actual usage and the manufacturer’s prediction of NVM life. A value of 100 indicates that the estimated endurance of the NVM in the NVM subsystem has been consumed, but may not indicate an NVM subsystem failure. The value is allowed to exceed 100. Percentages greater than 254 shall be represented as 255. This value shall be updated once per power-on hour (when the controller is not in a sleep state).", + "display_type": "" + }, + "power_cycles": { + "ideal": "", + "critical": false, + "description": "Contains the number of power cycles.", + "display_type": "" + }, + "power_on_hours": { + "ideal": "", + "critical": false, + "description": "Contains the number of power-on hours. Power on hours is always logging, even when in low power mode.", + "display_type": "" + }, + "temperature": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "unsafe_shutdowns": { + "ideal": "", + "critical": false, + "description": "Contains the number of unsafe shutdowns. This count is incremented when a shutdown notification (CC.SHN) is not received prior to loss of power.", + "display_type": "" + }, + "warning_temp_time": { + "ideal": "", + "critical": false, + "description": "Contains the amount of time in minutes that the controller is operational and the Composite Temperature is greater than or equal to the Warning Composite Temperature Threshold (WCTEMP) field and less than the Critical Composite Temperature Threshold (CCTEMP) field in the Identify Controller data structure.", + "display_type": "" + } + }, "success": true +} diff --git a/webapp/frontend/src/app/data/mock/device/details/sdb.ts b/webapp/frontend/src/app/data/mock/device/details/sdb.ts new file mode 100644 index 0000000..e6b3771 --- /dev/null +++ b/webapp/frontend/src/app/data/mock/device/details/sdb.ts @@ -0,0 +1,5606 @@ +export const sdb = { + "data": { + "CreatedAt": "2020-08-28T07:55:27.755292213Z", + "UpdatedAt": "2020-09-08T21:39:26.56453-07:00", + "DeletedAt": null, + "wwn": "0x5000cca264eb01d7", + "device_name": "sdb", + "manufacturer": "ATA", + "model_name": "WDC_WD140EDFZ-11A0VA0", + "interface_type": "SCSI", + "interface_speed": "6.0 Gb/s", + "serial_number": "9RK1XXXXX", + "firmware": "81.00A81", + "rotational_speed": 5400, + "capacity": 14000519643136, + "form_factor": "3.5 inches", + "smart_support": false, + "device_protocol": "ATA", + "device_type": "sat", + "smart_results": [{ + "ID": 44, + "CreatedAt": "2020-09-08T21:39:26.565492-07:00", + "UpdatedAt": "2020-09-08T21:39:26.565492-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-20T17:03:30-07:00", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": [{ + "ID": 390, + "CreatedAt": "2020-09-08T21:39:26.565859-07:00", + "UpdatedAt": "2020-09-08T21:39:26.565859-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.034155719633986996, + "history": [{ + "ID": 372, + "CreatedAt": "2020-09-08T21:39:26.554625-07:00", + "UpdatedAt": "2020-09-08T21:39:26.554625-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 337, + "CreatedAt": "2020-09-07T15:47:21.319715469Z", + "UpdatedAt": "2020-09-07T15:47:21.319715469Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 319, + "CreatedAt": "2020-09-07T15:47:21.30624404Z", + "UpdatedAt": "2020-09-07T15:47:21.30624404Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 284, + "CreatedAt": "2020-09-07T15:38:56.621607095Z", + "UpdatedAt": "2020-09-07T15:38:56.621607095Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 266, + "CreatedAt": "2020-09-07T15:38:56.608981483Z", + "UpdatedAt": "2020-09-07T15:38:56.608981483Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 231, + "CreatedAt": "2020-09-07T15:26:07.492775316Z", + "UpdatedAt": "2020-09-07T15:26:07.492775316Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 213, + "CreatedAt": "2020-09-07T15:26:07.479127343Z", + "UpdatedAt": "2020-09-07T15:26:07.479127343Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 178, + "CreatedAt": "2020-09-07T15:19:17.454721127Z", + "UpdatedAt": "2020-09-07T15:19:17.454721127Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 160, + "CreatedAt": "2020-09-07T15:19:17.441278472Z", + "UpdatedAt": "2020-09-07T15:19:17.441278472Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 125, + "CreatedAt": "2020-09-07T15:10:40.234375512Z", + "UpdatedAt": "2020-09-07T15:10:40.234375512Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 107, + "CreatedAt": "2020-09-07T15:10:40.221903021Z", + "UpdatedAt": "2020-09-07T15:10:40.221903021Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 72, + "CreatedAt": "2020-09-06T23:14:39.838774963Z", + "UpdatedAt": "2020-09-06T23:14:39.838774963Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 54, + "CreatedAt": "2020-09-06T23:14:39.828352851Z", + "UpdatedAt": "2020-09-06T23:14:39.828352851Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 19, + "CreatedAt": "2020-08-28T07:55:27.811031219Z", + "UpdatedAt": "2020-08-28T07:55:27.811031219Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 1, + "CreatedAt": "2020-08-28T07:55:27.793568936Z", + "UpdatedAt": "2020-08-28T07:55:27.793568936Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 391, + "CreatedAt": "2020-09-08T21:39:26.566009-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566009-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 373, + "CreatedAt": "2020-09-08T21:39:26.555538-07:00", + "UpdatedAt": "2020-09-08T21:39:26.555538-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 338, + "CreatedAt": "2020-09-07T15:47:21.31987157Z", + "UpdatedAt": "2020-09-07T15:47:21.31987157Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 320, + "CreatedAt": "2020-09-07T15:47:21.30639844Z", + "UpdatedAt": "2020-09-07T15:47:21.30639844Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 285, + "CreatedAt": "2020-09-07T15:38:56.621740196Z", + "UpdatedAt": "2020-09-07T15:38:56.621740196Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 267, + "CreatedAt": "2020-09-07T15:38:56.609155985Z", + "UpdatedAt": "2020-09-07T15:38:56.609155985Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 232, + "CreatedAt": "2020-09-07T15:26:07.49293042Z", + "UpdatedAt": "2020-09-07T15:26:07.49293042Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 214, + "CreatedAt": "2020-09-07T15:26:07.479321549Z", + "UpdatedAt": "2020-09-07T15:26:07.479321549Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 179, + "CreatedAt": "2020-09-07T15:19:17.454872527Z", + "UpdatedAt": "2020-09-07T15:19:17.454872527Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 161, + "CreatedAt": "2020-09-07T15:19:17.441578271Z", + "UpdatedAt": "2020-09-07T15:19:17.441578271Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 126, + "CreatedAt": "2020-09-07T15:10:40.234501713Z", + "UpdatedAt": "2020-09-07T15:10:40.234501713Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 108, + "CreatedAt": "2020-09-07T15:10:40.222051722Z", + "UpdatedAt": "2020-09-07T15:10:40.222051722Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 73, + "CreatedAt": "2020-09-06T23:14:39.838895667Z", + "UpdatedAt": "2020-09-06T23:14:39.838895667Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 55, + "CreatedAt": "2020-09-06T23:14:39.828477555Z", + "UpdatedAt": "2020-09-06T23:14:39.828477555Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 20, + "CreatedAt": "2020-08-28T07:55:27.81120328Z", + "UpdatedAt": "2020-08-28T07:55:27.81120328Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 2, + "CreatedAt": "2020-08-28T07:55:27.793695119Z", + "UpdatedAt": "2020-08-28T07:55:27.793695119Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 135, + "worst": 135, + "thresh": 54, + "raw_value": 108, + "raw_string": "108", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 392, + "CreatedAt": "2020-09-08T21:39:26.566086-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566086-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0, + "status": "warn", + "status_reason": "Observed Failure Rate for Attribute is greater than 10%", + "failure_rate": 0.11452195377351217, + "history": [{ + "ID": 374, + "CreatedAt": "2020-09-08T21:39:26.555647-07:00", + "UpdatedAt": "2020-09-08T21:39:26.555647-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 339, + "CreatedAt": "2020-09-07T15:47:21.31996407Z", + "UpdatedAt": "2020-09-07T15:47:21.31996407Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 321, + "CreatedAt": "2020-09-07T15:47:21.30649104Z", + "UpdatedAt": "2020-09-07T15:47:21.30649104Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 286, + "CreatedAt": "2020-09-07T15:38:56.621825497Z", + "UpdatedAt": "2020-09-07T15:38:56.621825497Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 268, + "CreatedAt": "2020-09-07T15:38:56.609869491Z", + "UpdatedAt": "2020-09-07T15:38:56.609869491Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 233, + "CreatedAt": "2020-09-07T15:26:07.493026823Z", + "UpdatedAt": "2020-09-07T15:26:07.493026823Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 215, + "CreatedAt": "2020-09-07T15:26:07.479457552Z", + "UpdatedAt": "2020-09-07T15:26:07.479457552Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 180, + "CreatedAt": "2020-09-07T15:19:17.454960826Z", + "UpdatedAt": "2020-09-07T15:19:17.454960826Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 162, + "CreatedAt": "2020-09-07T15:19:17.441750771Z", + "UpdatedAt": "2020-09-07T15:19:17.441750771Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 127, + "CreatedAt": "2020-09-07T15:10:40.234580613Z", + "UpdatedAt": "2020-09-07T15:10:40.234580613Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 109, + "CreatedAt": "2020-09-07T15:10:40.222249924Z", + "UpdatedAt": "2020-09-07T15:10:40.222249924Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 74, + "CreatedAt": "2020-09-06T23:14:39.838970169Z", + "UpdatedAt": "2020-09-06T23:14:39.838970169Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 56, + "CreatedAt": "2020-09-06T23:14:39.828556257Z", + "UpdatedAt": "2020-09-06T23:14:39.828556257Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 21, + "CreatedAt": "2020-08-28T07:55:27.811301517Z", + "UpdatedAt": "2020-08-28T07:55:27.811301517Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 3, + "CreatedAt": "2020-08-28T07:55:27.793803735Z", + "UpdatedAt": "2020-08-28T07:55:27.793803735Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 81, + "worst": 81, + "thresh": 1, + "raw_value": 30089675132, + "raw_string": "380 (Average 380)", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 393, + "CreatedAt": "2020-09-08T21:39:26.56616-07:00", + "UpdatedAt": "2020-09-08T21:39:26.56616-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.01989335424860646, + "history": [{ + "ID": 375, + "CreatedAt": "2020-09-08T21:39:26.555728-07:00", + "UpdatedAt": "2020-09-08T21:39:26.555728-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 340, + "CreatedAt": "2020-09-07T15:47:21.32004967Z", + "UpdatedAt": "2020-09-07T15:47:21.32004967Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 322, + "CreatedAt": "2020-09-07T15:47:21.30657324Z", + "UpdatedAt": "2020-09-07T15:47:21.30657324Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 287, + "CreatedAt": "2020-09-07T15:38:56.621906897Z", + "UpdatedAt": "2020-09-07T15:38:56.621906897Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 269, + "CreatedAt": "2020-09-07T15:38:56.609959692Z", + "UpdatedAt": "2020-09-07T15:38:56.609959692Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 234, + "CreatedAt": "2020-09-07T15:26:07.493143826Z", + "UpdatedAt": "2020-09-07T15:26:07.493143826Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 216, + "CreatedAt": "2020-09-07T15:26:07.479584956Z", + "UpdatedAt": "2020-09-07T15:26:07.479584956Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 181, + "CreatedAt": "2020-09-07T15:19:17.455045926Z", + "UpdatedAt": "2020-09-07T15:19:17.455045926Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 163, + "CreatedAt": "2020-09-07T15:19:17.442228869Z", + "UpdatedAt": "2020-09-07T15:19:17.442228869Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 128, + "CreatedAt": "2020-09-07T15:10:40.234652914Z", + "UpdatedAt": "2020-09-07T15:10:40.234652914Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 110, + "CreatedAt": "2020-09-07T15:10:40.222378024Z", + "UpdatedAt": "2020-09-07T15:10:40.222378024Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 75, + "CreatedAt": "2020-09-06T23:14:39.839060472Z", + "UpdatedAt": "2020-09-06T23:14:39.839060472Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 57, + "CreatedAt": "2020-09-06T23:14:39.82862886Z", + "UpdatedAt": "2020-09-06T23:14:39.82862886Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 22, + "CreatedAt": "2020-08-28T07:55:27.811385053Z", + "UpdatedAt": "2020-08-28T07:55:27.811385053Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 4, + "CreatedAt": "2020-08-28T07:55:27.79389462Z", + "UpdatedAt": "2020-08-28T07:55:27.79389462Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 394, + "CreatedAt": "2020-09-08T21:39:26.566242-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566242-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.025169175350572493, + "history": [{ + "ID": 376, + "CreatedAt": "2020-09-08T21:39:26.555865-07:00", + "UpdatedAt": "2020-09-08T21:39:26.555865-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 341, + "CreatedAt": "2020-09-07T15:47:21.32013207Z", + "UpdatedAt": "2020-09-07T15:47:21.32013207Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 323, + "CreatedAt": "2020-09-07T15:47:21.306652041Z", + "UpdatedAt": "2020-09-07T15:47:21.306652041Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 288, + "CreatedAt": "2020-09-07T15:38:56.621982198Z", + "UpdatedAt": "2020-09-07T15:38:56.621982198Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 270, + "CreatedAt": "2020-09-07T15:38:56.610037693Z", + "UpdatedAt": "2020-09-07T15:38:56.610037693Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 235, + "CreatedAt": "2020-09-07T15:26:07.493235628Z", + "UpdatedAt": "2020-09-07T15:26:07.493235628Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 217, + "CreatedAt": "2020-09-07T15:26:07.479976967Z", + "UpdatedAt": "2020-09-07T15:26:07.479976967Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 182, + "CreatedAt": "2020-09-07T15:19:17.455121626Z", + "UpdatedAt": "2020-09-07T15:19:17.455121626Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 164, + "CreatedAt": "2020-09-07T15:19:17.442543768Z", + "UpdatedAt": "2020-09-07T15:19:17.442543768Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 129, + "CreatedAt": "2020-09-07T15:10:40.234722314Z", + "UpdatedAt": "2020-09-07T15:10:40.234722314Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 111, + "CreatedAt": "2020-09-07T15:10:40.222455425Z", + "UpdatedAt": "2020-09-07T15:10:40.222455425Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 76, + "CreatedAt": "2020-09-06T23:14:39.839234477Z", + "UpdatedAt": "2020-09-06T23:14:39.839234477Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 58, + "CreatedAt": "2020-09-06T23:14:39.828698262Z", + "UpdatedAt": "2020-09-06T23:14:39.828698262Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 23, + "CreatedAt": "2020-08-28T07:55:27.811468471Z", + "UpdatedAt": "2020-08-28T07:55:27.811468471Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 5, + "CreatedAt": "2020-08-28T07:55:27.793989682Z", + "UpdatedAt": "2020-08-28T07:55:27.793989682Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 395, + "CreatedAt": "2020-09-08T21:39:26.566309-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566309-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.01087335627722523, + "history": [{ + "ID": 377, + "CreatedAt": "2020-09-08T21:39:26.555941-07:00", + "UpdatedAt": "2020-09-08T21:39:26.555941-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 342, + "CreatedAt": "2020-09-07T15:47:21.320264671Z", + "UpdatedAt": "2020-09-07T15:47:21.320264671Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 324, + "CreatedAt": "2020-09-07T15:47:21.307035342Z", + "UpdatedAt": "2020-09-07T15:47:21.307035342Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 289, + "CreatedAt": "2020-09-07T15:38:56.622059399Z", + "UpdatedAt": "2020-09-07T15:38:56.622059399Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 271, + "CreatedAt": "2020-09-07T15:38:56.610108993Z", + "UpdatedAt": "2020-09-07T15:38:56.610108993Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 236, + "CreatedAt": "2020-09-07T15:26:07.493371532Z", + "UpdatedAt": "2020-09-07T15:26:07.493371532Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 218, + "CreatedAt": "2020-09-07T15:26:07.480271875Z", + "UpdatedAt": "2020-09-07T15:26:07.480271875Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 183, + "CreatedAt": "2020-09-07T15:19:17.455196926Z", + "UpdatedAt": "2020-09-07T15:19:17.455196926Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 165, + "CreatedAt": "2020-09-07T15:19:17.442652368Z", + "UpdatedAt": "2020-09-07T15:19:17.442652368Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 130, + "CreatedAt": "2020-09-07T15:10:40.234829815Z", + "UpdatedAt": "2020-09-07T15:10:40.234829815Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 112, + "CreatedAt": "2020-09-07T15:10:40.222525726Z", + "UpdatedAt": "2020-09-07T15:10:40.222525726Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 77, + "CreatedAt": "2020-09-06T23:14:39.839317879Z", + "UpdatedAt": "2020-09-06T23:14:39.839317879Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 59, + "CreatedAt": "2020-09-06T23:14:39.828766564Z", + "UpdatedAt": "2020-09-06T23:14:39.828766564Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 24, + "CreatedAt": "2020-08-28T07:55:27.811550965Z", + "UpdatedAt": "2020-08-28T07:55:27.811550965Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 6, + "CreatedAt": "2020-08-28T07:55:27.794077393Z", + "UpdatedAt": "2020-08-28T07:55:27.794077393Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 396, + "CreatedAt": "2020-09-08T21:39:26.566388-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566388-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 378, + "CreatedAt": "2020-09-08T21:39:26.556011-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556011-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 343, + "CreatedAt": "2020-09-07T15:47:21.320351671Z", + "UpdatedAt": "2020-09-07T15:47:21.320351671Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 325, + "CreatedAt": "2020-09-07T15:47:21.307191042Z", + "UpdatedAt": "2020-09-07T15:47:21.307191042Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 290, + "CreatedAt": "2020-09-07T15:38:56.622135099Z", + "UpdatedAt": "2020-09-07T15:38:56.622135099Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 272, + "CreatedAt": "2020-09-07T15:38:56.610177694Z", + "UpdatedAt": "2020-09-07T15:38:56.610177694Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 237, + "CreatedAt": "2020-09-07T15:26:07.493474635Z", + "UpdatedAt": "2020-09-07T15:26:07.493474635Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 219, + "CreatedAt": "2020-09-07T15:26:07.480369577Z", + "UpdatedAt": "2020-09-07T15:26:07.480369577Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 184, + "CreatedAt": "2020-09-07T15:19:17.455270825Z", + "UpdatedAt": "2020-09-07T15:19:17.455270825Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 166, + "CreatedAt": "2020-09-07T15:19:17.442737567Z", + "UpdatedAt": "2020-09-07T15:19:17.442737567Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 131, + "CreatedAt": "2020-09-07T15:10:40.234912916Z", + "UpdatedAt": "2020-09-07T15:10:40.234912916Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 113, + "CreatedAt": "2020-09-07T15:10:40.222607826Z", + "UpdatedAt": "2020-09-07T15:10:40.222607826Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 78, + "CreatedAt": "2020-09-06T23:14:39.839390682Z", + "UpdatedAt": "2020-09-06T23:14:39.839390682Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 60, + "CreatedAt": "2020-09-06T23:14:39.828832166Z", + "UpdatedAt": "2020-09-06T23:14:39.828832166Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 25, + "CreatedAt": "2020-08-28T07:55:27.811628355Z", + "UpdatedAt": "2020-08-28T07:55:27.811628355Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 7, + "CreatedAt": "2020-08-28T07:55:27.794167288Z", + "UpdatedAt": "2020-08-28T07:55:27.794167288Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 133, + "worst": 133, + "thresh": 20, + "raw_value": 18, + "raw_string": "18", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 397, + "CreatedAt": "2020-09-08T21:39:26.566454-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566454-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 379, + "CreatedAt": "2020-09-08T21:39:26.556082-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556082-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 344, + "CreatedAt": "2020-09-07T15:47:21.320434771Z", + "UpdatedAt": "2020-09-07T15:47:21.320434771Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 326, + "CreatedAt": "2020-09-07T15:47:21.307320542Z", + "UpdatedAt": "2020-09-07T15:47:21.307320542Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 291, + "CreatedAt": "2020-09-07T15:38:56.622211Z", + "UpdatedAt": "2020-09-07T15:38:56.622211Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 273, + "CreatedAt": "2020-09-07T15:38:56.610246595Z", + "UpdatedAt": "2020-09-07T15:38:56.610246595Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 238, + "CreatedAt": "2020-09-07T15:26:07.493636539Z", + "UpdatedAt": "2020-09-07T15:26:07.493636539Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 220, + "CreatedAt": "2020-09-07T15:26:07.48045858Z", + "UpdatedAt": "2020-09-07T15:26:07.48045858Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 185, + "CreatedAt": "2020-09-07T15:19:17.455349925Z", + "UpdatedAt": "2020-09-07T15:19:17.455349925Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 167, + "CreatedAt": "2020-09-07T15:19:17.442814567Z", + "UpdatedAt": "2020-09-07T15:19:17.442814567Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 132, + "CreatedAt": "2020-09-07T15:10:40.235014517Z", + "UpdatedAt": "2020-09-07T15:10:40.235014517Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 114, + "CreatedAt": "2020-09-07T15:10:40.222673127Z", + "UpdatedAt": "2020-09-07T15:10:40.222673127Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 79, + "CreatedAt": "2020-09-06T23:14:39.839467884Z", + "UpdatedAt": "2020-09-06T23:14:39.839467884Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 61, + "CreatedAt": "2020-09-06T23:14:39.828900468Z", + "UpdatedAt": "2020-09-06T23:14:39.828900468Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 26, + "CreatedAt": "2020-08-28T07:55:27.8117049Z", + "UpdatedAt": "2020-08-28T07:55:27.8117049Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 8, + "CreatedAt": "2020-08-28T07:55:27.794251087Z", + "UpdatedAt": "2020-08-28T07:55:27.794251087Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 1730, + "raw_string": "1730", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 398, + "CreatedAt": "2020-09-08T21:39:26.566526-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566526-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.05459827163896099, + "history": [{ + "ID": 380, + "CreatedAt": "2020-09-08T21:39:26.556157-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556157-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 345, + "CreatedAt": "2020-09-07T15:47:21.320529071Z", + "UpdatedAt": "2020-09-07T15:47:21.320529071Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 327, + "CreatedAt": "2020-09-07T15:47:21.307449642Z", + "UpdatedAt": "2020-09-07T15:47:21.307449642Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 292, + "CreatedAt": "2020-09-07T15:38:56.622285101Z", + "UpdatedAt": "2020-09-07T15:38:56.622285101Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 274, + "CreatedAt": "2020-09-07T15:38:56.610358696Z", + "UpdatedAt": "2020-09-07T15:38:56.610358696Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 239, + "CreatedAt": "2020-09-07T15:26:07.493765343Z", + "UpdatedAt": "2020-09-07T15:26:07.493765343Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 221, + "CreatedAt": "2020-09-07T15:26:07.480546682Z", + "UpdatedAt": "2020-09-07T15:26:07.480546682Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 186, + "CreatedAt": "2020-09-07T15:19:17.455425525Z", + "UpdatedAt": "2020-09-07T15:19:17.455425525Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 168, + "CreatedAt": "2020-09-07T15:19:17.442892767Z", + "UpdatedAt": "2020-09-07T15:19:17.442892767Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 133, + "CreatedAt": "2020-09-07T15:10:40.235101017Z", + "UpdatedAt": "2020-09-07T15:10:40.235101017Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 115, + "CreatedAt": "2020-09-07T15:10:40.222780027Z", + "UpdatedAt": "2020-09-07T15:10:40.222780027Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 80, + "CreatedAt": "2020-09-06T23:14:39.839545886Z", + "UpdatedAt": "2020-09-06T23:14:39.839545886Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 62, + "CreatedAt": "2020-09-06T23:14:39.82896797Z", + "UpdatedAt": "2020-09-06T23:14:39.82896797Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 27, + "CreatedAt": "2020-08-28T07:55:27.81178263Z", + "UpdatedAt": "2020-08-28T07:55:27.81178263Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 9, + "CreatedAt": "2020-08-28T07:55:27.794343259Z", + "UpdatedAt": "2020-08-28T07:55:27.794343259Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 1, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 399, + "CreatedAt": "2020-09-08T21:39:26.566594-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566594-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.019835987118930823, + "history": [{ + "ID": 381, + "CreatedAt": "2020-09-08T21:39:26.556225-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556225-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 346, + "CreatedAt": "2020-09-07T15:47:21.320607871Z", + "UpdatedAt": "2020-09-07T15:47:21.320607871Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 328, + "CreatedAt": "2020-09-07T15:47:21.307575143Z", + "UpdatedAt": "2020-09-07T15:47:21.307575143Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 293, + "CreatedAt": "2020-09-07T15:38:56.622436802Z", + "UpdatedAt": "2020-09-07T15:38:56.622436802Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 275, + "CreatedAt": "2020-09-07T15:38:56.610431596Z", + "UpdatedAt": "2020-09-07T15:38:56.610431596Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 240, + "CreatedAt": "2020-09-07T15:26:07.493897347Z", + "UpdatedAt": "2020-09-07T15:26:07.493897347Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 222, + "CreatedAt": "2020-09-07T15:26:07.480631784Z", + "UpdatedAt": "2020-09-07T15:26:07.480631784Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 187, + "CreatedAt": "2020-09-07T15:19:17.455500025Z", + "UpdatedAt": "2020-09-07T15:19:17.455500025Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 169, + "CreatedAt": "2020-09-07T15:19:17.442969566Z", + "UpdatedAt": "2020-09-07T15:19:17.442969566Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 134, + "CreatedAt": "2020-09-07T15:10:40.23543132Z", + "UpdatedAt": "2020-09-07T15:10:40.23543132Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 116, + "CreatedAt": "2020-09-07T15:10:40.222855428Z", + "UpdatedAt": "2020-09-07T15:10:40.222855428Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 81, + "CreatedAt": "2020-09-06T23:14:39.839623189Z", + "UpdatedAt": "2020-09-06T23:14:39.839623189Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 63, + "CreatedAt": "2020-09-06T23:14:39.829035472Z", + "UpdatedAt": "2020-09-06T23:14:39.829035472Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 28, + "CreatedAt": "2020-08-28T07:55:27.811864251Z", + "UpdatedAt": "2020-08-28T07:55:27.811864251Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 10, + "CreatedAt": "2020-08-28T07:55:27.79442562Z", + "UpdatedAt": "2020-08-28T07:55:27.79442562Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 9, + "raw_string": "9", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 400, + "CreatedAt": "2020-09-08T21:39:26.566661-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566661-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 382, + "CreatedAt": "2020-09-08T21:39:26.556294-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556294-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 347, + "CreatedAt": "2020-09-07T15:47:21.320688272Z", + "UpdatedAt": "2020-09-07T15:47:21.320688272Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 329, + "CreatedAt": "2020-09-07T15:47:21.307698843Z", + "UpdatedAt": "2020-09-07T15:47:21.307698843Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 294, + "CreatedAt": "2020-09-07T15:38:56.622559903Z", + "UpdatedAt": "2020-09-07T15:38:56.622559903Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 276, + "CreatedAt": "2020-09-07T15:38:56.610502597Z", + "UpdatedAt": "2020-09-07T15:38:56.610502597Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 241, + "CreatedAt": "2020-09-07T15:26:07.493985749Z", + "UpdatedAt": "2020-09-07T15:26:07.493985749Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 223, + "CreatedAt": "2020-09-07T15:26:07.480743187Z", + "UpdatedAt": "2020-09-07T15:26:07.480743187Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 188, + "CreatedAt": "2020-09-07T15:19:17.455575224Z", + "UpdatedAt": "2020-09-07T15:19:17.455575224Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 170, + "CreatedAt": "2020-09-07T15:19:17.443042566Z", + "UpdatedAt": "2020-09-07T15:19:17.443042566Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 135, + "CreatedAt": "2020-09-07T15:10:40.23553022Z", + "UpdatedAt": "2020-09-07T15:10:40.23553022Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 117, + "CreatedAt": "2020-09-07T15:10:40.222932429Z", + "UpdatedAt": "2020-09-07T15:10:40.222932429Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 82, + "CreatedAt": "2020-09-06T23:14:39.839696091Z", + "UpdatedAt": "2020-09-06T23:14:39.839696091Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 64, + "CreatedAt": "2020-09-06T23:14:39.829103574Z", + "UpdatedAt": "2020-09-06T23:14:39.829103574Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 29, + "CreatedAt": "2020-08-28T07:55:27.811945021Z", + "UpdatedAt": "2020-08-28T07:55:27.811945021Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 11, + "CreatedAt": "2020-08-28T07:55:27.794526672Z", + "UpdatedAt": "2020-08-28T07:55:27.794526672Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 22, + "name": "Current Helium Level", + "value": 100, + "worst": 100, + "thresh": 25, + "raw_value": 100, + "raw_string": "100", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 401, + "CreatedAt": "2020-09-08T21:39:26.566727-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566727-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.01634692899031039, + "history": [{ + "ID": 383, + "CreatedAt": "2020-09-08T21:39:26.556363-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556363-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 348, + "CreatedAt": "2020-09-07T15:47:21.320764972Z", + "UpdatedAt": "2020-09-07T15:47:21.320764972Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 330, + "CreatedAt": "2020-09-07T15:47:21.308110544Z", + "UpdatedAt": "2020-09-07T15:47:21.308110544Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 295, + "CreatedAt": "2020-09-07T15:38:56.622638304Z", + "UpdatedAt": "2020-09-07T15:38:56.622638304Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 277, + "CreatedAt": "2020-09-07T15:38:56.610569797Z", + "UpdatedAt": "2020-09-07T15:38:56.610569797Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 242, + "CreatedAt": "2020-09-07T15:26:07.494076151Z", + "UpdatedAt": "2020-09-07T15:26:07.494076151Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 224, + "CreatedAt": "2020-09-07T15:26:07.48083529Z", + "UpdatedAt": "2020-09-07T15:26:07.48083529Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 189, + "CreatedAt": "2020-09-07T15:19:17.455652324Z", + "UpdatedAt": "2020-09-07T15:19:17.455652324Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 171, + "CreatedAt": "2020-09-07T15:19:17.443115666Z", + "UpdatedAt": "2020-09-07T15:19:17.443115666Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 136, + "CreatedAt": "2020-09-07T15:10:40.235693822Z", + "UpdatedAt": "2020-09-07T15:10:40.235693822Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 118, + "CreatedAt": "2020-09-07T15:10:40.223005329Z", + "UpdatedAt": "2020-09-07T15:10:40.223005329Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 83, + "CreatedAt": "2020-09-06T23:14:39.839769893Z", + "UpdatedAt": "2020-09-06T23:14:39.839769893Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 65, + "CreatedAt": "2020-09-06T23:14:39.829170476Z", + "UpdatedAt": "2020-09-06T23:14:39.829170476Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 30, + "CreatedAt": "2020-08-28T07:55:27.812020236Z", + "UpdatedAt": "2020-08-28T07:55:27.812020236Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 12, + "CreatedAt": "2020-08-28T07:55:27.794617502Z", + "UpdatedAt": "2020-08-28T07:55:27.794617502Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 402, + "CreatedAt": "2020-09-08T21:39:26.566795-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566795-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 384, + "CreatedAt": "2020-09-08T21:39:26.556431-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556431-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 349, + "CreatedAt": "2020-09-07T15:47:21.320843672Z", + "UpdatedAt": "2020-09-07T15:47:21.320843672Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 331, + "CreatedAt": "2020-09-07T15:47:21.308263444Z", + "UpdatedAt": "2020-09-07T15:47:21.308263444Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 296, + "CreatedAt": "2020-09-07T15:38:56.622711005Z", + "UpdatedAt": "2020-09-07T15:38:56.622711005Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 278, + "CreatedAt": "2020-09-07T15:38:56.610644498Z", + "UpdatedAt": "2020-09-07T15:38:56.610644498Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 243, + "CreatedAt": "2020-09-07T15:26:07.494160354Z", + "UpdatedAt": "2020-09-07T15:26:07.494160354Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 225, + "CreatedAt": "2020-09-07T15:26:07.480920492Z", + "UpdatedAt": "2020-09-07T15:26:07.480920492Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 190, + "CreatedAt": "2020-09-07T15:19:17.455725424Z", + "UpdatedAt": "2020-09-07T15:19:17.455725424Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 172, + "CreatedAt": "2020-09-07T15:19:17.443238266Z", + "UpdatedAt": "2020-09-07T15:19:17.443238266Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 137, + "CreatedAt": "2020-09-07T15:10:40.235762522Z", + "UpdatedAt": "2020-09-07T15:10:40.235762522Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 119, + "CreatedAt": "2020-09-07T15:10:40.22311063Z", + "UpdatedAt": "2020-09-07T15:10:40.22311063Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 84, + "CreatedAt": "2020-09-06T23:14:39.839842395Z", + "UpdatedAt": "2020-09-06T23:14:39.839842395Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 66, + "CreatedAt": "2020-09-06T23:14:39.829237678Z", + "UpdatedAt": "2020-09-06T23:14:39.829237678Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 31, + "CreatedAt": "2020-08-28T07:55:27.812094858Z", + "UpdatedAt": "2020-08-28T07:55:27.812094858Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 13, + "CreatedAt": "2020-08-28T07:55:27.794713765Z", + "UpdatedAt": "2020-08-28T07:55:27.794713765Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 329, + "raw_string": "329", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 403, + "CreatedAt": "2020-09-08T21:39:26.566869-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566869-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32, + "status": "passed", + "history": [{ + "ID": 385, + "CreatedAt": "2020-09-08T21:39:26.556503-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556503-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 350, + "CreatedAt": "2020-09-07T15:47:21.320921272Z", + "UpdatedAt": "2020-09-07T15:47:21.320921272Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 332, + "CreatedAt": "2020-09-07T15:47:21.308359744Z", + "UpdatedAt": "2020-09-07T15:47:21.308359744Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 297, + "CreatedAt": "2020-09-07T15:38:56.622787005Z", + "UpdatedAt": "2020-09-07T15:38:56.622787005Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 279, + "CreatedAt": "2020-09-07T15:38:56.610731899Z", + "UpdatedAt": "2020-09-07T15:38:56.610731899Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 244, + "CreatedAt": "2020-09-07T15:26:07.494245356Z", + "UpdatedAt": "2020-09-07T15:26:07.494245356Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 226, + "CreatedAt": "2020-09-07T15:26:07.481005295Z", + "UpdatedAt": "2020-09-07T15:26:07.481005295Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 191, + "CreatedAt": "2020-09-07T15:19:17.455795324Z", + "UpdatedAt": "2020-09-07T15:19:17.455795324Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 173, + "CreatedAt": "2020-09-07T15:19:17.443317065Z", + "UpdatedAt": "2020-09-07T15:19:17.443317065Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 138, + "CreatedAt": "2020-09-07T15:10:40.235933223Z", + "UpdatedAt": "2020-09-07T15:10:40.235933223Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 120, + "CreatedAt": "2020-09-07T15:10:40.223208631Z", + "UpdatedAt": "2020-09-07T15:10:40.223208631Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 85, + "CreatedAt": "2020-09-06T23:14:39.839917897Z", + "UpdatedAt": "2020-09-06T23:14:39.839917897Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 67, + "CreatedAt": "2020-09-06T23:14:39.82930548Z", + "UpdatedAt": "2020-09-06T23:14:39.82930548Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 32, + "CreatedAt": "2020-08-28T07:55:27.812170947Z", + "UpdatedAt": "2020-08-28T07:55:27.812170947Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }, { + "ID": 14, + "CreatedAt": "2020-08-28T07:55:27.794809537Z", + "UpdatedAt": "2020-08-28T07:55:27.794809537Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 194, + "name": "Temperature", + "value": 51, + "worst": 51, + "thresh": 0, + "raw_value": 163210330144, + "raw_string": "32 (Min/Max 24/38)", + "when_failed": "", + "transformed_value": 32 + }] + }, { + "ID": 404, + "CreatedAt": "2020-09-08T21:39:26.566946-07:00", + "UpdatedAt": "2020-09-08T21:39:26.566946-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.007389855800729792, + "history": [{ + "ID": 386, + "CreatedAt": "2020-09-08T21:39:26.556577-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556577-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 351, + "CreatedAt": "2020-09-07T15:47:21.320997672Z", + "UpdatedAt": "2020-09-07T15:47:21.320997672Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 333, + "CreatedAt": "2020-09-07T15:47:21.308448945Z", + "UpdatedAt": "2020-09-07T15:47:21.308448945Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 298, + "CreatedAt": "2020-09-07T15:38:56.622861506Z", + "UpdatedAt": "2020-09-07T15:38:56.622861506Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 280, + "CreatedAt": "2020-09-07T15:38:56.6108076Z", + "UpdatedAt": "2020-09-07T15:38:56.6108076Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 245, + "CreatedAt": "2020-09-07T15:26:07.494329358Z", + "UpdatedAt": "2020-09-07T15:26:07.494329358Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 227, + "CreatedAt": "2020-09-07T15:26:07.481094797Z", + "UpdatedAt": "2020-09-07T15:26:07.481094797Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 192, + "CreatedAt": "2020-09-07T15:19:17.455872523Z", + "UpdatedAt": "2020-09-07T15:19:17.455872523Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 174, + "CreatedAt": "2020-09-07T15:19:17.443397465Z", + "UpdatedAt": "2020-09-07T15:19:17.443397465Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 139, + "CreatedAt": "2020-09-07T15:10:40.236025724Z", + "UpdatedAt": "2020-09-07T15:10:40.236025724Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 121, + "CreatedAt": "2020-09-07T15:10:40.223270031Z", + "UpdatedAt": "2020-09-07T15:10:40.223270031Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 86, + "CreatedAt": "2020-09-06T23:14:39.8399883Z", + "UpdatedAt": "2020-09-06T23:14:39.8399883Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 68, + "CreatedAt": "2020-09-06T23:14:39.829370082Z", + "UpdatedAt": "2020-09-06T23:14:39.829370082Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 33, + "CreatedAt": "2020-08-28T07:55:27.812246492Z", + "UpdatedAt": "2020-08-28T07:55:27.812246492Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 15, + "CreatedAt": "2020-08-28T07:55:27.794890531Z", + "UpdatedAt": "2020-08-28T07:55:27.794890531Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 405, + "CreatedAt": "2020-09-08T21:39:26.567013-07:00", + "UpdatedAt": "2020-09-08T21:39:26.567013-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.025540791394761345, + "history": [{ + "ID": 387, + "CreatedAt": "2020-09-08T21:39:26.55665-07:00", + "UpdatedAt": "2020-09-08T21:39:26.55665-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 352, + "CreatedAt": "2020-09-07T15:47:21.321080072Z", + "UpdatedAt": "2020-09-07T15:47:21.321080072Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 334, + "CreatedAt": "2020-09-07T15:47:21.308534945Z", + "UpdatedAt": "2020-09-07T15:47:21.308534945Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 299, + "CreatedAt": "2020-09-07T15:38:56.622933307Z", + "UpdatedAt": "2020-09-07T15:38:56.622933307Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 281, + "CreatedAt": "2020-09-07T15:38:56.6108811Z", + "UpdatedAt": "2020-09-07T15:38:56.6108811Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 246, + "CreatedAt": "2020-09-07T15:26:07.494412661Z", + "UpdatedAt": "2020-09-07T15:26:07.494412661Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 228, + "CreatedAt": "2020-09-07T15:26:07.481180499Z", + "UpdatedAt": "2020-09-07T15:26:07.481180499Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 193, + "CreatedAt": "2020-09-07T15:19:17.455947323Z", + "UpdatedAt": "2020-09-07T15:19:17.455947323Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 175, + "CreatedAt": "2020-09-07T15:19:17.443471765Z", + "UpdatedAt": "2020-09-07T15:19:17.443471765Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 140, + "CreatedAt": "2020-09-07T15:10:40.236107525Z", + "UpdatedAt": "2020-09-07T15:10:40.236107525Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 122, + "CreatedAt": "2020-09-07T15:10:40.223335031Z", + "UpdatedAt": "2020-09-07T15:10:40.223335031Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 87, + "CreatedAt": "2020-09-06T23:14:39.840059202Z", + "UpdatedAt": "2020-09-06T23:14:39.840059202Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 69, + "CreatedAt": "2020-09-06T23:14:39.829440284Z", + "UpdatedAt": "2020-09-06T23:14:39.829440284Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 34, + "CreatedAt": "2020-08-28T07:55:27.812321365Z", + "UpdatedAt": "2020-08-28T07:55:27.812321365Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 16, + "CreatedAt": "2020-08-28T07:55:27.794983884Z", + "UpdatedAt": "2020-08-28T07:55:27.794983884Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 406, + "CreatedAt": "2020-09-08T21:39:26.567084-07:00", + "UpdatedAt": "2020-09-08T21:39:26.567084-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.028675322159886437, + "history": [{ + "ID": 388, + "CreatedAt": "2020-09-08T21:39:26.556721-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556721-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 353, + "CreatedAt": "2020-09-07T15:47:21.321156173Z", + "UpdatedAt": "2020-09-07T15:47:21.321156173Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 335, + "CreatedAt": "2020-09-07T15:47:21.308621645Z", + "UpdatedAt": "2020-09-07T15:47:21.308621645Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 300, + "CreatedAt": "2020-09-07T15:38:56.623001907Z", + "UpdatedAt": "2020-09-07T15:38:56.623001907Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 282, + "CreatedAt": "2020-09-07T15:38:56.610954501Z", + "UpdatedAt": "2020-09-07T15:38:56.610954501Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 247, + "CreatedAt": "2020-09-07T15:26:07.494502663Z", + "UpdatedAt": "2020-09-07T15:26:07.494502663Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 229, + "CreatedAt": "2020-09-07T15:26:07.481263302Z", + "UpdatedAt": "2020-09-07T15:26:07.481263302Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 194, + "CreatedAt": "2020-09-07T15:19:17.456016623Z", + "UpdatedAt": "2020-09-07T15:19:17.456016623Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 176, + "CreatedAt": "2020-09-07T15:19:17.443544465Z", + "UpdatedAt": "2020-09-07T15:19:17.443544465Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 141, + "CreatedAt": "2020-09-07T15:10:40.236230025Z", + "UpdatedAt": "2020-09-07T15:10:40.236230025Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 123, + "CreatedAt": "2020-09-07T15:10:40.223397332Z", + "UpdatedAt": "2020-09-07T15:10:40.223397332Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 88, + "CreatedAt": "2020-09-06T23:14:39.840162905Z", + "UpdatedAt": "2020-09-06T23:14:39.840162905Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 70, + "CreatedAt": "2020-09-06T23:14:39.829535987Z", + "UpdatedAt": "2020-09-06T23:14:39.829535987Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 35, + "CreatedAt": "2020-08-28T07:55:27.812396538Z", + "UpdatedAt": "2020-08-28T07:55:27.812396538Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 17, + "CreatedAt": "2020-08-28T07:55:27.795066287Z", + "UpdatedAt": "2020-08-28T07:55:27.795066287Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 407, + "CreatedAt": "2020-09-08T21:39:26.567154-07:00", + "UpdatedAt": "2020-09-08T21:39:26.567154-07:00", + "DeletedAt": null, + "smart_id": 44, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 389, + "CreatedAt": "2020-09-08T21:39:26.556788-07:00", + "UpdatedAt": "2020-09-08T21:39:26.556788-07:00", + "DeletedAt": null, + "smart_id": 43, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 354, + "CreatedAt": "2020-09-07T15:47:21.321272273Z", + "UpdatedAt": "2020-09-07T15:47:21.321272273Z", + "DeletedAt": null, + "smart_id": 38, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 336, + "CreatedAt": "2020-09-07T15:47:21.308717545Z", + "UpdatedAt": "2020-09-07T15:47:21.308717545Z", + "DeletedAt": null, + "smart_id": 37, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 301, + "CreatedAt": "2020-09-07T15:38:56.623082408Z", + "UpdatedAt": "2020-09-07T15:38:56.623082408Z", + "DeletedAt": null, + "smart_id": 32, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 283, + "CreatedAt": "2020-09-07T15:38:56.611027902Z", + "UpdatedAt": "2020-09-07T15:38:56.611027902Z", + "DeletedAt": null, + "smart_id": 31, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 248, + "CreatedAt": "2020-09-07T15:26:07.494585565Z", + "UpdatedAt": "2020-09-07T15:26:07.494585565Z", + "DeletedAt": null, + "smart_id": 26, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 230, + "CreatedAt": "2020-09-07T15:26:07.481350204Z", + "UpdatedAt": "2020-09-07T15:26:07.481350204Z", + "DeletedAt": null, + "smart_id": 25, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 195, + "CreatedAt": "2020-09-07T15:19:17.456093323Z", + "UpdatedAt": "2020-09-07T15:19:17.456093323Z", + "DeletedAt": null, + "smart_id": 20, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 177, + "CreatedAt": "2020-09-07T15:19:17.443622964Z", + "UpdatedAt": "2020-09-07T15:19:17.443622964Z", + "DeletedAt": null, + "smart_id": 19, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 142, + "CreatedAt": "2020-09-07T15:10:40.236299626Z", + "UpdatedAt": "2020-09-07T15:10:40.236299626Z", + "DeletedAt": null, + "smart_id": 14, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 124, + "CreatedAt": "2020-09-07T15:10:40.223460532Z", + "UpdatedAt": "2020-09-07T15:10:40.223460532Z", + "DeletedAt": null, + "smart_id": 13, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 89, + "CreatedAt": "2020-09-06T23:14:39.840242107Z", + "UpdatedAt": "2020-09-06T23:14:39.840242107Z", + "DeletedAt": null, + "smart_id": 8, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 71, + "CreatedAt": "2020-09-06T23:14:39.82963599Z", + "UpdatedAt": "2020-09-06T23:14:39.82963599Z", + "DeletedAt": null, + "smart_id": 7, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 36, + "CreatedAt": "2020-08-28T07:55:27.812495499Z", + "UpdatedAt": "2020-08-28T07:55:27.812495499Z", + "DeletedAt": null, + "smart_id": 2, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 18, + "CreatedAt": "2020-08-28T07:55:27.795190163Z", + "UpdatedAt": "2020-08-28T07:55:27.795190163Z", + "DeletedAt": null, + "smart_id": 1, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }], + "nvme_attributes": [], + "scsi_attributes": [] + }] + }, "metadata": { + "1": { + "ideal": "low", + "critical": false, + "description": "(Vendor specific raw value.) Stores data related to the rate of hardware read errors that occurred when reading data from a disk surface. The raw value has different structure for different vendors and is often not meaningful as a decimal number.", + "observed_thresholds": [{ + "low": 80, + "high": 95, + "annual_failure_rate": 0.8879749768303985, + "error_interval": [0.682344353388663, 1.136105732920724] + }, { + "low": 95, + "high": 110, + "annual_failure_rate": 0.034155719633986996, + "error_interval": [0.030188482024981093, 0.038499386872354435] + }, { + "low": 110, + "high": 125, + "annual_failure_rate": 0.06390002135229157, + "error_interval": [0.05852004676110847, 0.06964160930553712] + }, {"low": 125, "high": 140, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 140, + "high": 155, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 155, "high": 170, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 170, + "high": 185, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, { + "low": 185, + "high": 200, + "annual_failure_rate": 0.044823775021490854, + "error_interval": [0.032022762038723306, 0.06103725943096589] + }], + "display_type": "normalized" + }, + "10": { + "ideal": "low", + "critical": true, + "description": "Count of retry of spin start attempts. This attribute stores a total count of the spin start attempts to reach the fully operational speed (under the condition that the first attempt was unsuccessful). An increase of this attribute value is a sign of problems in the hard disk mechanical subsystem.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.05459827163896099, + "error_interval": [0.05113785787727033, 0.05823122757702782] + }, { + "low": 0, + "high": 80, + "annual_failure_rate": 0.5555555555555556, + "error_interval": [0.014065448880161053, 3.095357439410498] + }], + "display_type": "raw" + }, + "11": { + "ideal": "low", + "critical": false, + "description": "This attribute indicates the count that recalibration was requested (under the condition that the first attempt was unsuccessful). An increase of this attribute value is a sign of problems in the hard disk mechanical subsystem.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.04658866433672694, + "error_interval": [0.03357701137320878, 0.06297433993055492] + }, { + "low": 0, + "high": 80, + "annual_failure_rate": 0.5555555555555556, + "error_interval": [0.014065448880161053, 3.095357439410498] + }, {"low": 80, "high": 160, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 160, + "high": 240, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 240, "high": 320, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 320, + "high": 400, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 400, "high": 480, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 480, + "high": 560, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }], + "display_type": "raw" + }, + "12": { + "ideal": "low", + "critical": false, + "description": "This attribute indicates the count of full hard disk power on/off cycles.", + "observed_thresholds": [{ + "low": 0, + "high": 13, + "annual_failure_rate": 0.019835987118930823, + "error_interval": [0.016560870164523494, 0.023569242386797896] + }, { + "low": 13, + "high": 26, + "annual_failure_rate": 0.038210930067894826, + "error_interval": [0.03353859179329295, 0.0433520775718649] + }, { + "low": 26, + "high": 39, + "annual_failure_rate": 0.11053528307302571, + "error_interval": [0.09671061589521368, 0.1257816678419765] + }, { + "low": 39, + "high": 52, + "annual_failure_rate": 0.16831189443375036, + "error_interval": [0.1440976510675928, 0.19543066007594895] + }, { + "low": 52, + "high": 65, + "annual_failure_rate": 0.20630344262550107, + "error_interval": [0.1693965932069108, 0.2488633537247856] + }, { + "low": 65, + "high": 78, + "annual_failure_rate": 0.1030972634140512, + "error_interval": [0.06734655535304743, 0.15106137807407605] + }, { + "low": 78, + "high": 91, + "annual_failure_rate": 0.12354840389522469, + "error_interval": [0.06578432170016109, 0.21127153335749593] + }], + "display_type": "raw" + }, + "13": { + "ideal": "low", + "critical": false, + "description": "Uncorrected read errors reported to the operating system.", + "display_type": "normalized" + }, + "170": {"ideal": "", "critical": false, "description": "See attribute E8.", "display_type": "normalized"}, + "171": { + "ideal": "", + "critical": false, + "description": "(Kingston) The total number of flash program operation failures since the drive was deployed.[33] Identical to attribute 181.", + "display_type": "normalized" + }, + "172": { + "ideal": "", + "critical": false, + "description": "(Kingston) Counts the number of flash erase failures. This attribute returns the total number of Flash erase operation failures since the drive was deployed. This attribute is identical to attribute 182.", + "display_type": "normalized" + }, + "173": { + "ideal": "", + "critical": false, + "description": "Counts the maximum worst erase count on any block.", + "display_type": "normalized" + }, + "174": { + "ideal": "", + "critical": false, + "description": "Also known as \"Power-off Retract Count\" per conventional HDD terminology. Raw value reports the number of unclean shutdowns, cumulative over the life of an SSD, where an \"unclean shutdown\" is the removal of power without STANDBY IMMEDIATE as the last command (regardless of PLI activity using capacitor power). Normalized value is always 100.", + "display_type": "" + }, + "175": { + "ideal": "", + "critical": false, + "description": "Last test result as microseconds to discharge cap, saturated at its maximum value. Also logs minutes since last test and lifetime number of tests. Raw value contains the following data: Bytes 0-1: Last test result as microseconds to discharge cap, saturates at max value. Test result expected in range 25 \u003c= result \u003c= 5000000, lower indicates specific error code. Bytes 2-3: Minutes since last test, saturates at max value.Bytes 4-5: Lifetime number of tests, not incremented on power cycle, saturates at max value. Normalized value is set to one on test failure or 11 if the capacitor has been tested in an excessive temperature condition, otherwise 100.", + "display_type": "normalized" + }, + "176": { + "ideal": "", + "critical": false, + "description": "S.M.A.R.T. parameter indicates a number of flash erase command failures.", + "display_type": "normalized" + }, + "177": { + "ideal": "", + "critical": false, + "description": "Delta between most-worn and least-worn Flash blocks. It describes how good/bad the wearleveling of the SSD works on a more technical way. ", + "display_type": "normalized" + }, + "179": { + "ideal": "", + "critical": false, + "description": "Pre-Fail attribute used at least in Samsung devices.", + "display_type": "normalized" + }, + "180": { + "ideal": "", + "critical": false, + "description": "\"Pre-Fail\" attribute used at least in HP devices. ", + "display_type": "normalized" + }, + "181": { + "ideal": "", + "critical": false, + "description": "Total number of Flash program operation failures since the drive was deployed.", + "display_type": "normalized" + }, + "182": { + "ideal": "", + "critical": false, + "description": "\"Pre-Fail\" Attribute used at least in Samsung devices.", + "display_type": "normalized" + }, + "183": { + "ideal": "low", + "critical": false, + "description": "Western Digital, Samsung or Seagate attribute: Either the number of downshifts of link speed (e.g. from 6Gbit/s to 3Gbit/s) or the total number of data blocks with detected, uncorrectable errors encountered during normal operation. Although degradation of this parameter can be an indicator of drive aging and/or potential electromechanical problems, it does not directly indicate imminent drive failure.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.09084549203210031, + "error_interval": [0.08344373475686712, 0.09872777224842152] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.05756065656498585, + "error_interval": [0.04657000847949464, 0.07036491775108872] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 0.6193088626208925, + "error_interval": [0.41784508895529787, 0.8841019099092139] + }, { + "low": 4, + "high": 8, + "annual_failure_rate": 0.5533447034299792, + "error_interval": [0.31628430884775033, 0.8985971312402635] + }, { + "low": 8, + "high": 16, + "annual_failure_rate": 0.3882388694727245, + "error_interval": [0.21225380267814295, 0.6513988534774338] + }, { + "low": 16, + "high": 35, + "annual_failure_rate": 0.37116708385481856, + "error_interval": [0.19763084005134446, 0.6347070173754686] + }, { + "low": 35, + "high": 70, + "annual_failure_rate": 0.2561146752205292, + "error_interval": [0.10297138269895259, 0.5276941165819332] + }, { + "low": 70, + "high": 130, + "annual_failure_rate": 0.40299684542586756, + "error_interval": [0.16202563309223209, 0.8303275247667772] + }, {"low": 130, "high": 260, "annual_failure_rate": 0, "error_interval": [0, 0]}], + "display_type": "raw" + }, + "184": { + "ideal": "low", + "critical": true, + "description": "This attribute is a part of Hewlett-Packard\"s SMART IV technology, as well as part of other vendors\" IO Error Detection and Correction schemas, and it contains a count of parity errors which occur in the data path to the media via the drive\"s cache RAM", + "observed_thresholds": [{ + "low": 93, + "high": 94, + "annual_failure_rate": 1.631212012870933, + "error_interval": [1.055634407303844, 2.407990716767714] + }, {"low": 94, "high": 95, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 95, + "high": 96, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 96, "high": 97, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 97, + "high": 97, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, { + "low": 97, + "high": 98, + "annual_failure_rate": 1.8069306930693072, + "error_interval": [0.04574752432804858, 10.067573453924245] + }, { + "low": 98, + "high": 99, + "annual_failure_rate": 0.8371559633027523, + "error_interval": [0.10138347095016888, 3.0240951820174824] + }, { + "low": 99, + "high": 100, + "annual_failure_rate": 0.09334816849865138, + "error_interval": [0.08689499010435861, 0.10015372448181788] + }], + "display_type": "normalized" + }, + "185": { + "ideal": "", + "critical": false, + "description": "Western Digital attribute.", + "display_type": "normalized" + }, + "186": { + "ideal": "", + "critical": false, + "description": "Western Digital attribute.", + "display_type": "normalized" + }, + "187": { + "ideal": "low", + "critical": true, + "description": "The count of errors that could not be recovered using hardware ECC (see attribute 195).", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.028130798308190524, + "error_interval": [0.024487830609364304, 0.032162944988161336] + }, { + "low": 1, + "high": 1, + "annual_failure_rate": 0.33877621175661743, + "error_interval": [0.22325565823630591, 0.4929016016666955] + }, { + "low": 1, + "high": 3, + "annual_failure_rate": 0.24064820598237213, + "error_interval": [0.14488594021076606, 0.3758019832614595] + }, { + "low": 3, + "high": 6, + "annual_failure_rate": 0.5014425058387142, + "error_interval": [0.3062941096766342, 0.7744372808405151] + }, { + "low": 6, + "high": 11, + "annual_failure_rate": 0.38007108544136836, + "error_interval": [0.2989500188963677, 0.4764223967570595] + }, { + "low": 11, + "high": 20, + "annual_failure_rate": 0.5346094598348444, + "error_interval": [0.40595137663302483, 0.6911066985735377] + }, { + "low": 20, + "high": 35, + "annual_failure_rate": 0.8428063943161636, + "error_interval": [0.6504601819243522, 1.0742259350903411] + }, { + "low": 35, + "high": 65, + "annual_failure_rate": 1.4429071005017484, + "error_interval": [1.1405581860945952, 1.8008133631629157] + }, { + "low": 65, + "high": 120, + "annual_failure_rate": 1.6190935390549661, + "error_interval": [1.0263664163011208, 2.4294352761068576] + }], + "display_type": "raw" + }, + "188": { + "ideal": "low", + "critical": true, + "description": "The count of aborted operations due to HDD timeout. Normally this attribute value should be equal to zero.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.024893587674442153, + "error_interval": [0.020857343769186413, 0.0294830350167543] + }, { + "low": 0, + "high": 13, + "annual_failure_rate": 0.10044174089362015, + "error_interval": [0.0812633664077498, 0.1227848196758574] + }, { + "low": 13, + "high": 26, + "annual_failure_rate": 0.334030592234279, + "error_interval": [0.2523231196342665, 0.4337665082489293] + }, { + "low": 26, + "high": 39, + "annual_failure_rate": 0.36724705400842445, + "error_interval": [0.30398009356575617, 0.4397986538328568] + }, { + "low": 39, + "high": 52, + "annual_failure_rate": 0.29848155926978354, + "error_interval": [0.2509254838615984, 0.35242890006477073] + }, { + "low": 52, + "high": 65, + "annual_failure_rate": 0.2203079701535098, + "error_interval": [0.18366082845676174, 0.26212468677179274] + }, { + "low": 65, + "high": 78, + "annual_failure_rate": 0.3018169948863018, + "error_interval": [0.23779746376787655, 0.37776897542831006] + }, { + "low": 78, + "high": 91, + "annual_failure_rate": 0.32854928239235887, + "error_interval": [0.2301118782147336, 0.4548506948185028] + }, { + "low": 91, + "high": 104, + "annual_failure_rate": 0.28488916640649387, + "error_interval": [0.1366154288236293, 0.5239213202729072] + }], + "display_type": "raw" + }, + "189": { + "ideal": "low", + "critical": false, + "description": "HDD manufacturers implement a flying height sensor that attempts to provide additional protections for write operations by detecting when a recording head is flying outside its normal operating range. If an unsafe fly height condition is encountered, the write process is stopped, and the information is rewritten or reallocated to a safe region of the hard drive. This attribute indicates the count of these errors detected over the lifetime of the drive.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.09070551401946862, + "error_interval": [0.08018892683853401, 0.10221801211956287] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.0844336097370013, + "error_interval": [0.07299813695315267, 0.09715235540340669] + }, { + "low": 2, + "high": 5, + "annual_failure_rate": 0.07943219628781906, + "error_interval": [0.06552176680630226, 0.09542233189887633] + }, { + "low": 5, + "high": 13, + "annual_failure_rate": 0.09208847603893404, + "error_interval": [0.07385765060838133, 0.11345557807163456] + }, { + "low": 13, + "high": 30, + "annual_failure_rate": 0.18161161650924224, + "error_interval": [0.13858879602902988, 0.23377015012749933] + }, { + "low": 30, + "high": 70, + "annual_failure_rate": 0.2678117886102384, + "error_interval": [0.19044036194841887, 0.36610753129699186] + }, { + "low": 70, + "high": 150, + "annual_failure_rate": 0.26126480798826107, + "error_interval": [0.15958733218826962, 0.4035023060905559] + }, { + "low": 150, + "high": 350, + "annual_failure_rate": 0.11337164155924832, + "error_interval": [0.030889956621649995, 0.2902764300762812] + }], + "display_type": "raw" + }, + "190": { + "ideal": "", + "critical": false, + "description": "Value is equal to (100-temp. °C), allowing manufacturer to set a minimum threshold which corresponds to a maximum temperature. This also follows the convention of 100 being a best-case value and lower values being undesirable. However, some older drives may instead report raw Temperature (identical to 0xC2) or Temperature minus 50 here.", + "display_type": "normalized" + }, + "191": { + "ideal": "low", + "critical": false, + "description": "The count of errors resulting from externally induced shock and vibration. ", + "display_type": "normalized" + }, + "192": { + "ideal": "low", + "critical": false, + "description": "Number of power-off or emergency retract cycles.", + "observed_thresholds": [{ + "low": 1, + "high": 2, + "annual_failure_rate": 0.02861098445412803, + "error_interval": [0.022345416230915037, 0.036088863823297186] + }, { + "low": 2, + "high": 6, + "annual_failure_rate": 0.0738571777154862, + "error_interval": [0.06406927746420421, 0.0847175264009771] + }, { + "low": 6, + "high": 16, + "annual_failure_rate": 0.11970378206823593, + "error_interval": [0.10830059875098269, 0.13198105985656441] + }, { + "low": 16, + "high": 40, + "annual_failure_rate": 0.027266868552620425, + "error_interval": [0.021131448605713823, 0.03462795920968522] + }, { + "low": 40, + "high": 100, + "annual_failure_rate": 0.011741682974559688, + "error_interval": [0.00430899071133239, 0.025556700631152028] + }, { + "low": 100, + "high": 250, + "annual_failure_rate": 0.012659940134091309, + "error_interval": [0.00607093338127348, 0.023282080653656938] + }, { + "low": 250, + "high": 650, + "annual_failure_rate": 0.01634692899031039, + "error_interval": [0.009522688540043157, 0.026173016865409605] + }, { + "low": 650, + "high": 1600, + "annual_failure_rate": 0.005190074354440066, + "error_interval": [0.0025908664180103293, 0.009286476666453648] + }], + "display_type": "raw" + }, + "193": { + "ideal": "low", + "critical": false, + "description": "Count of load/unload cycles into head landing zone position.[45] Some drives use 225 (0xE1) for Load Cycle Count instead.", + "display_type": "normalized" + }, + "194": { + "ideal": "low", + "critical": false, + "description": "Indicates the device temperature, if the appropriate sensor is fitted. Lowest byte of the raw value contains the exact temperature value (Celsius degrees).", + "transform_value_unit": "°C", + "display_type": "transformed" + }, + "195": { + "ideal": "", + "critical": false, + "description": "(Vendor-specific raw value.) The raw value has different structure for different vendors and is often not meaningful as a decimal number.", + "observed_thresholds": [{ + "low": 12, + "high": 24, + "annual_failure_rate": 0.31472916829975706, + "error_interval": [0.15711166685282174, 0.5631374192486645] + }, { + "low": 24, + "high": 36, + "annual_failure_rate": 0.15250310197260136, + "error_interval": [0.10497611828070175, 0.21417105521823687] + }, { + "low": 36, + "high": 48, + "annual_failure_rate": 0.2193119102723874, + "error_interval": [0.16475385681835103, 0.28615447006525274] + }, { + "low": 48, + "high": 60, + "annual_failure_rate": 0.05672658497265746, + "error_interval": [0.043182904776447234, 0.07317316161437043] + }, {"low": 60, "high": 72, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 72, + "high": 84, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 84, "high": 96, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 96, + "high": 108, + "annual_failure_rate": 0.04074570216566197, + "error_interval": [0.001031591863615295, 0.22702052218047528] + }], + "display_type": "normalized" + }, + "196": { + "ideal": "low", + "critical": true, + "description": "Count of remap operations. The raw value of this attribute shows the total count of attempts to transfer data from reallocated sectors to a spare area. Both successful and unsuccessful attempts are counted.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.007389855800729792, + "error_interval": [0.005652654139732716, 0.009492578928212054] + }, { + "low": 1, + "high": 1, + "annual_failure_rate": 0.026558331312151347, + "error_interval": [0.005476966404484466, 0.07761471429677293] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.02471894893674658, + "error_interval": [0.0006258296027540169, 0.13772516847438018] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 0.03200912040691046, + "error_interval": [0.0008104007642081744, 0.17834340416493005] + }, { + "low": 4, + "high": 7, + "annual_failure_rate": 0.043078012510326925, + "error_interval": [0.001090640849081295, 0.24001532369794615] + }, { + "low": 7, + "high": 11, + "annual_failure_rate": 0.033843300880853036, + "error_interval": [0.0008568381932559863, 0.18856280368036135] + }, { + "low": 11, + "high": 17, + "annual_failure_rate": 0.16979376647542252, + "error_interval": [0.035015556653263225, 0.49620943874336304] + }, { + "low": 17, + "high": 27, + "annual_failure_rate": 0.059042381106438044, + "error_interval": [0.0014948236677880642, 0.32896309247698113] + }, { + "low": 27, + "high": 45, + "annual_failure_rate": 0.24701105346266636, + "error_interval": [0.050939617608142244, 0.721871118983972] + }], + "display_type": "raw" + }, + "197": { + "ideal": "low", + "critical": true, + "description": "Count of \"unstable\" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it\"s written.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.025540791394761345, + "error_interval": [0.023161777231213983, 0.02809784482748174] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.34196613799103254, + "error_interval": [0.22723401523750225, 0.4942362818474496] + }, { + "low": 2, + "high": 6, + "annual_failure_rate": 0.6823772508117681, + "error_interval": [0.41083568090070416, 1.0656166047061635] + }, { + "low": 6, + "high": 16, + "annual_failure_rate": 0.6108100007493069, + "error_interval": [0.47336936083368364, 0.7757071095273286] + }, { + "low": 16, + "high": 40, + "annual_failure_rate": 0.9564879341127684, + "error_interval": [0.7701044196378299, 1.174355230793638] + }, { + "low": 40, + "high": 100, + "annual_failure_rate": 1.6519989942167461, + "error_interval": [1.328402276482456, 2.0305872327541317] + }, { + "low": 100, + "high": 250, + "annual_failure_rate": 2.5137741046831956, + "error_interval": [1.9772427971560862, 3.1510376077891613] + }, { + "low": 250, + "high": 650, + "annual_failure_rate": 3.3203378817413904, + "error_interval": [2.5883662702274406, 4.195047163573006] + }, { + "low": 650, + "high": 1600, + "annual_failure_rate": 3.133047210300429, + "error_interval": [1.1497731080460096, 6.819324775707182] + }], + "display_type": "raw" + }, + "198": { + "ideal": "low", + "critical": true, + "description": "The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.028675322159886437, + "error_interval": [0.026159385510707116, 0.03136793218577656] + }, { + "low": 0, + "high": 2, + "annual_failure_rate": 0.8135764944275583, + "error_interval": [0.40613445471964466, 1.4557130815309443] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 1.1173469387755102, + "error_interval": [0.5773494680315332, 1.9517802404552516] + }, { + "low": 4, + "high": 6, + "annual_failure_rate": 1.3558692421991083, + "error_interval": [0.4402470522980859, 3.1641465148237544] + }, { + "low": 6, + "high": 8, + "annual_failure_rate": 0.7324414715719062, + "error_interval": [0.15104704003805655, 2.140504796291604] + }, { + "low": 8, + "high": 10, + "annual_failure_rate": 0.5777213677766163, + "error_interval": [0.43275294849366835, 0.7556737733062419] + }, { + "low": 10, + "high": 12, + "annual_failure_rate": 1.7464114832535886, + "error_interval": [0.47583835092536914, 4.471507017371231] + }, { + "low": 12, + "high": 14, + "annual_failure_rate": 2.6449275362318843, + "error_interval": [0.3203129951758959, 9.554387676519005] + }, { + "low": 14, + "high": 16, + "annual_failure_rate": 0.796943231441048, + "error_interval": [0.5519063550198366, 1.113648286331181] + }], + "display_type": "raw" + }, + "199": { + "ideal": "low", + "critical": false, + "description": "The count of errors in data transfer via the interface cable as determined by ICRC (Interface Cyclic Redundancy Check).", + "observed_thresholds": [{ + "low": 0, + "high": 1, + "annual_failure_rate": 0.04068379316116366, + "error_interval": [0.037534031558106425, 0.04402730201866553] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.1513481259734218, + "error_interval": [0.12037165605991791, 0.18786293065527596] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 0.16849758722418978, + "error_interval": [0.12976367397863445, 0.2151676572000481] + }, { + "low": 4, + "high": 8, + "annual_failure_rate": 0.15385127340491614, + "error_interval": [0.10887431782430312, 0.21117289306426648] + }, { + "low": 8, + "high": 16, + "annual_failure_rate": 0.14882894050104387, + "error_interval": [0.09631424312463635, 0.2197008753522735] + }, { + "low": 16, + "high": 35, + "annual_failure_rate": 0.20878219917249793, + "error_interval": [0.14086447304552446, 0.29804957135975] + }, { + "low": 35, + "high": 70, + "annual_failure_rate": 0.13742940270409038, + "error_interval": [0.06860426267470295, 0.24589916335290812] + }, { + "low": 70, + "high": 130, + "annual_failure_rate": 0.22336578581363, + "error_interval": [0.11150339549604707, 0.39966309081252904] + }, { + "low": 130, + "high": 260, + "annual_failure_rate": 0.18277416124186283, + "error_interval": [0.07890890989692058, 0.3601379610272007] + }], + "display_type": "raw" + }, + "2": { + "ideal": "high", + "critical": false, + "description": "Overall (general) throughput performance of a hard disk drive. If the value of this attribute is decreasing there is a high probability that there is a problem with the disk.", + "display_type": "normalized" + }, + "200": { + "ideal": "low", + "critical": false, + "description": "The count of errors found when writing a sector. The higher the value, the worse the disk\"s mechanical condition is.", + "display_type": "normalized" + }, + "201": { + "ideal": "low", + "critical": true, + "description": "Count indicates the number of uncorrectable software read errors.", + "display_type": "normalized" + }, + "202": { + "ideal": "low", + "critical": false, + "description": "Count of Data Address Mark errors (or vendor-specific).", + "display_type": "normalized" + }, + "203": { + "ideal": "low", + "critical": false, + "description": "The number of errors caused by incorrect checksum during the error correction.", + "display_type": "normalized" + }, + "204": { + "ideal": "low", + "critical": false, + "description": "Count of errors corrected by the internal error correction software.", + "display_type": "" + }, + "205": { + "ideal": "low", + "critical": false, + "description": "Count of errors due to high temperature.", + "display_type": "normalized" + }, + "206": { + "ideal": "", + "critical": false, + "description": "Height of heads above the disk surface. If too low, head crash is more likely; if too high, read/write errors are more likely.", + "display_type": "normalized" + }, + "207": { + "ideal": "low", + "critical": false, + "description": "Amount of surge current used to spin up the drive.", + "display_type": "normalized" + }, + "208": { + "ideal": "", + "critical": false, + "description": "Count of buzz routines needed to spin up the drive due to insufficient power.", + "display_type": "normalized" + }, + "209": { + "ideal": "", + "critical": false, + "description": "Drive\"s seek performance during its internal tests.", + "display_type": "normalized" + }, + "210": { + "ideal": "", + "critical": false, + "description": "Found in Maxtor 6B200M0 200GB and Maxtor 2R015H1 15GB disks.", + "display_type": "normalized" + }, + "211": { + "ideal": "", + "critical": false, + "description": "A recording of a vibration encountered during write operations.", + "display_type": "normalized" + }, + "212": { + "ideal": "", + "critical": false, + "description": "A recording of shock encountered during write operations.", + "display_type": "normalized" + }, + "22": { + "ideal": "high", + "critical": false, + "description": "Specific to He8 drives from HGST. This value measures the helium inside of the drive specific to this manufacturer. It is a pre-fail attribute that trips once the drive detects that the internal environment is out of specification.", + "display_type": "normalized" + }, + "220": { + "ideal": "low", + "critical": false, + "description": "Distance the disk has shifted relative to the spindle (usually due to shock or temperature). Unit of measure is unknown.", + "display_type": "normalized" + }, + "221": { + "ideal": "low", + "critical": false, + "description": "The count of errors resulting from externally induced shock and vibration.", + "display_type": "normalized" + }, + "222": { + "ideal": "", + "critical": false, + "description": "Time spent operating under data load (movement of magnetic head armature).", + "display_type": "normalized" + }, + "223": { + "ideal": "", + "critical": false, + "description": "Count of times head changes position.", + "display_type": "normalized" + }, + "224": { + "ideal": "low", + "critical": false, + "description": "Resistance caused by friction in mechanical parts while operating.", + "display_type": "normalized" + }, + "225": { + "ideal": "low", + "critical": false, + "description": "Total count of load cycles Some drives use 193 (0xC1) for Load Cycle Count instead. See Description for 193 for significance of this number. ", + "display_type": "normalized" + }, + "226": { + "ideal": "", + "critical": false, + "description": "Total time of loading on the magnetic heads actuator (time not spent in parking area).", + "display_type": "normalized" + }, + "227": { + "ideal": "low", + "critical": false, + "description": "Count of attempts to compensate for platter speed variations.[66]", + "display_type": "" + }, + "228": { + "ideal": "low", + "critical": false, + "description": "The number of power-off cycles which are counted whenever there is a \"retract event\" and the heads are loaded off of the media such as when the machine is powered down, put to sleep, or is idle.", + "display_type": "" + }, + "230": { + "ideal": "", + "critical": false, + "description": "Amplitude of \"thrashing\" (repetitive head moving motions between operations).", + "display_type": "normalized" + }, + "231": { + "ideal": "", + "critical": false, + "description": "Indicates the approximate SSD life left, in terms of program/erase cycles or available reserved blocks. A normalized value of 100 represents a new drive, with a threshold value at 10 indicating a need for replacement. A value of 0 may mean that the drive is operating in read-only mode to allow data recovery.", + "display_type": "normalized" + }, + "232": { + "ideal": "", + "critical": false, + "description": "Number of physical erase cycles completed on the SSD as a percentage of the maximum physical erase cycles the drive is designed to endure.", + "display_type": "normalized" + }, + "233": { + "ideal": "", + "critical": false, + "description": "Intel SSDs report a normalized value from 100, a new drive, to a minimum of 1. It decreases while the NAND erase cycles increase from 0 to the maximum-rated cycles.", + "display_type": "normalized" + }, + "234": { + "ideal": "", + "critical": false, + "description": "Decoded as: byte 0-1-2 = average erase count (big endian) and byte 3-4-5 = max erase count (big endian).", + "display_type": "normalized" + }, + "235": { + "ideal": "", + "critical": false, + "description": "Decoded as: byte 0-1-2 = good block count (big endian) and byte 3-4 = system (free) block count.", + "display_type": "normalized" + }, + "240": { + "ideal": "", + "critical": false, + "description": "Time spent during the positioning of the drive heads.[15][71] Some Fujitsu drives report the count of link resets during a data transfer.", + "display_type": "normalized" + }, + "241": { + "ideal": "", + "critical": false, + "description": "Total count of LBAs written.", + "display_type": "normalized" + }, + "242": { + "ideal": "", + "critical": false, + "description": "Total count of LBAs read.Some S.M.A.R.T. utilities will report a negative number for the raw value since in reality it has 48 bits rather than 32.", + "display_type": "normalized" + }, + "243": { + "ideal": "", + "critical": false, + "description": "The upper 5 bytes of the 12-byte total number of LBAs written to the device. The lower 7 byte value is located at attribute 0xF1.", + "display_type": "normalized" + }, + "244": { + "ideal": "", + "critical": false, + "description": "The upper 5 bytes of the 12-byte total number of LBAs read from the device. The lower 7 byte value is located at attribute 0xF2.", + "display_type": "normalized" + }, + "249": { + "ideal": "", + "critical": false, + "description": "Total NAND Writes. Raw value reports the number of writes to NAND in 1 GB increments.", + "display_type": "normalized" + }, + "250": { + "ideal": "low", + "critical": false, + "description": "Count of errors while reading from a disk.", + "display_type": "normalized" + }, + "251": { + "ideal": "", + "critical": false, + "description": "The Minimum Spares Remaining attribute indicates the number of remaining spare blocks as a percentage of the total number of spare blocks available.", + "display_type": "normalized" + }, + "252": { + "ideal": "", + "critical": false, + "description": "The Newly Added Bad Flash Block attribute indicates the total number of bad flash blocks the drive detected since it was first initialized in manufacturing.", + "display_type": "normalized" + }, + "254": { + "ideal": "low", + "critical": false, + "description": "Count of \"Free Fall Events\" detected.", + "display_type": "normalized" + }, + "3": { + "ideal": "low", + "critical": false, + "description": "Average time of spindle spin up (from zero RPM to fully operational [milliseconds]).", + "observed_thresholds": [{ + "low": 78, + "high": 96, + "annual_failure_rate": 0.11452195377351217, + "error_interval": [0.10591837762295722, 0.12363823501915781] + }, { + "low": 96, + "high": 114, + "annual_failure_rate": 0.040274562840558074, + "error_interval": [0.03465055611002801, 0.046551312468303144] + }, { + "low": 114, + "high": 132, + "annual_failure_rate": 0.009100406705780476, + "error_interval": [0.006530608971356785, 0.012345729280075591] + }, { + "low": 132, + "high": 150, + "annual_failure_rate": 0.008561351734020232, + "error_interval": [0.004273795939256936, 0.015318623141355509] + }, { + "low": 150, + "high": 168, + "annual_failure_rate": 0.015780508262068848, + "error_interval": [0.005123888078524015, 0.03682644215646287] + }, { + "low": 168, + "high": 186, + "annual_failure_rate": 0.05262688124794024, + "error_interval": [0.0325768689524594, 0.08044577830285578] + }, { + "low": 186, + "high": 204, + "annual_failure_rate": 0.01957419424036038, + "error_interval": [0.0023705257325185624, 0.0707087198669825] + }, { + "low": 204, + "high": 222, + "annual_failure_rate": 0.026050959960031404, + "error_interval": [0.0006595532020744994, 0.1451466588889228] + }], + "display_type": "normalized" + }, + "4": { + "ideal": "", + "critical": false, + "description": "A tally of spindle start/stop cycles. The spindle turns on, and hence the count is increased, both when the hard disk is turned on after having before been turned entirely off (disconnected from power source) and when the hard disk returns from having previously been put to sleep mode.", + "observed_thresholds": [{ + "low": 0, + "high": 13, + "annual_failure_rate": 0.01989335424860646, + "error_interval": [0.016596548909440657, 0.023653263230617408] + }, { + "low": 13, + "high": 26, + "annual_failure_rate": 0.03776935438256488, + "error_interval": [0.03310396052098642, 0.04290806173460437] + }, { + "low": 26, + "high": 39, + "annual_failure_rate": 0.11022223828187004, + "error_interval": [0.09655110535164119, 0.12528657238811672] + }, { + "low": 39, + "high": 52, + "annual_failure_rate": 0.16289995457762474, + "error_interval": [0.13926541653588131, 0.18939614504497515] + }, { + "low": 52, + "high": 65, + "annual_failure_rate": 0.19358212432279714, + "error_interval": [0.15864522253849073, 0.23392418181765526] + }, { + "low": 65, + "high": 78, + "annual_failure_rate": 0.1157094940074447, + "error_interval": [0.07861898732346269, 0.16424039052527728] + }, { + "low": 78, + "high": 91, + "annual_failure_rate": 0.12262136155304391, + "error_interval": [0.0670382394080032, 0.20573780888032978] + }, {"low": 91, "high": 104, "annual_failure_rate": 0, "error_interval": [0, 0]}], + "display_type": "raw" + }, + "5": { + "ideal": "low", + "critical": true, + "description": "Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.025169175350572493, + "error_interval": [0.022768612038746357, 0.027753988579272894] + }, { + "low": 1, + "high": 4, + "annual_failure_rate": 0.027432608477803388, + "error_interval": [0.010067283827589948, 0.05970923963096652] + }, { + "low": 4, + "high": 16, + "annual_failure_rate": 0.07501976284584981, + "error_interval": [0.039944864177334186, 0.12828607921150972] + }, { + "low": 16, + "high": 70, + "annual_failure_rate": 0.23589260654405794, + "error_interval": [0.1643078435800227, 0.32806951196017664] + }, { + "low": 70, + "high": 260, + "annual_failure_rate": 0.36193219378600433, + "error_interval": [0.2608488901774093, 0.4892271827875412] + }, { + "low": 260, + "high": 1100, + "annual_failure_rate": 0.5676621428968173, + "error_interval": [0.4527895568499355, 0.702804359408436] + }, { + "low": 1100, + "high": 4500, + "annual_failure_rate": 1.5028253400346423, + "error_interval": [1.2681757596263297, 1.768305221795894] + }, { + "low": 4500, + "high": 17000, + "annual_failure_rate": 2.0659987547404763, + "error_interval": [1.6809790460512237, 2.512808045182302] + }, { + "low": 17000, + "high": 70000, + "annual_failure_rate": 1.7755385684503124, + "error_interval": [1.2796520259849835, 2.400012341226441] + }], + "display_type": "raw" + }, + "6": { + "ideal": "", + "critical": false, + "description": "Margin of a channel while reading data. The function of this attribute is not specified.", + "display_type": "normalized" + }, + "7": { + "ideal": "", + "critical": false, + "description": "(Vendor specific raw value.) Rate of seek errors of the magnetic heads. If there is a partial failure in the mechanical positioning system, then seek errors will arise. Such a failure may be due to numerous factors, such as damage to a servo, or thermal widening of the hard disk. The raw value has different structure for different vendors and is often not meaningful as a decimal number.", + "observed_thresholds": [{ + "low": 58, + "high": 76, + "annual_failure_rate": 0.2040131025936549, + "error_interval": [0.17032852883286412, 0.2424096283327138] + }, { + "low": 76, + "high": 94, + "annual_failure_rate": 0.08725919610118257, + "error_interval": [0.08077138510999876, 0.09412943212007528] + }, { + "low": 94, + "high": 112, + "annual_failure_rate": 0.01087335627722523, + "error_interval": [0.008732197944943352, 0.013380600544561905] + }, {"low": 112, "high": 130, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 130, + "high": 148, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 148, "high": 166, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 166, + "high": 184, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, { + "low": 184, + "high": 202, + "annual_failure_rate": 0.05316285755900475, + "error_interval": [0.03370069132942804, 0.07977038905848267] + }], + "display_type": "normalized" + }, + "8": { + "ideal": "high", + "critical": false, + "description": "Average performance of seek operations of the magnetic heads. If this attribute is decreasing, it is a sign of problems in the mechanical subsystem.", + "display_type": "normalized" + }, + "9": { + "ideal": "", + "critical": false, + "description": "Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours. On some pre-2005 drives, this raw value may advance erratically and/or \"wrap around\" (reset to zero periodically).", + "display_type": "normalized" + } + }, "success": true +} diff --git a/webapp/frontend/src/app/data/mock/device/details/sdc.ts b/webapp/frontend/src/app/data/mock/device/details/sdc.ts new file mode 100644 index 0000000..6a33767 --- /dev/null +++ b/webapp/frontend/src/app/data/mock/device/details/sdc.ts @@ -0,0 +1,3326 @@ +export const sdc = { + "data": { + "CreatedAt": "2020-08-28T07:55:27.75951336Z", + "UpdatedAt": "2020-09-08T21:39:26.568442-07:00", + "DeletedAt": null, + "wwn": "0x5000cca264ec3183", + "device_name": "sdc", + "manufacturer": "ATA", + "model_name": "WDC_WD140EDFZ-11A0VA0", + "interface_type": "SCSI", + "interface_speed": "1.5 Gb/s", + "serial_number": "9RK4XXXXX", + "firmware": "MS1OA650", + "rotational_speed": 7200, + "capacity": 500107862016, + "form_factor": "3.5 inches", + "smart_support": false, + "device_protocol": "ATA", + "device_type": "usbjmicron", + "smart_results": [{ + "ID": 45, + "CreatedAt": "2020-09-08T21:39:26.569345-07:00", + "UpdatedAt": "2020-09-08T21:39:26.569345-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T06:48:23-07:00", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": [{ + "ID": 408, + "CreatedAt": "2020-09-08T21:39:26.569651-07:00", + "UpdatedAt": "2020-09-08T21:39:26.569651-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.034155719633986996, + "history": [{ + "ID": 355, + "CreatedAt": "2020-09-07T15:47:21.331077494Z", + "UpdatedAt": "2020-09-07T15:47:21.331077494Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 302, + "CreatedAt": "2020-09-07T15:38:56.628275154Z", + "UpdatedAt": "2020-09-07T15:38:56.628275154Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 249, + "CreatedAt": "2020-09-07T15:26:07.499652704Z", + "UpdatedAt": "2020-09-07T15:26:07.499652704Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 196, + "CreatedAt": "2020-09-07T15:19:17.461974003Z", + "UpdatedAt": "2020-09-07T15:19:17.461974003Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 143, + "CreatedAt": "2020-09-07T15:10:40.241379163Z", + "UpdatedAt": "2020-09-07T15:10:40.241379163Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 90, + "CreatedAt": "2020-09-06T23:14:39.844234727Z", + "UpdatedAt": "2020-09-06T23:14:39.844234727Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 37, + "CreatedAt": "2020-08-28T07:55:27.822615291Z", + "UpdatedAt": "2020-08-28T07:55:27.822615291Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 1, + "name": "Read Error Rate", + "value": 100, + "worst": 100, + "thresh": 16, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 409, + "CreatedAt": "2020-09-08T21:39:26.569778-07:00", + "UpdatedAt": "2020-09-08T21:39:26.569778-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 356, + "CreatedAt": "2020-09-07T15:47:21.331211195Z", + "UpdatedAt": "2020-09-07T15:47:21.331211195Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 303, + "CreatedAt": "2020-09-07T15:38:56.628397755Z", + "UpdatedAt": "2020-09-07T15:38:56.628397755Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 250, + "CreatedAt": "2020-09-07T15:26:07.499816008Z", + "UpdatedAt": "2020-09-07T15:26:07.499816008Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 197, + "CreatedAt": "2020-09-07T15:19:17.462101002Z", + "UpdatedAt": "2020-09-07T15:19:17.462101002Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 144, + "CreatedAt": "2020-09-07T15:10:40.241492664Z", + "UpdatedAt": "2020-09-07T15:10:40.241492664Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 91, + "CreatedAt": "2020-09-06T23:14:39.84435983Z", + "UpdatedAt": "2020-09-06T23:14:39.84435983Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 38, + "CreatedAt": "2020-08-28T07:55:27.822739564Z", + "UpdatedAt": "2020-08-28T07:55:27.822739564Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 2, + "name": "Throughput Performance", + "value": 136, + "worst": 136, + "thresh": 54, + "raw_value": 91, + "raw_string": "91", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 410, + "CreatedAt": "2020-09-08T21:39:26.569881-07:00", + "UpdatedAt": "2020-09-08T21:39:26.569881-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.009100406705780476, + "history": [{ + "ID": 357, + "CreatedAt": "2020-09-07T15:47:21.331308395Z", + "UpdatedAt": "2020-09-07T15:47:21.331308395Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 304, + "CreatedAt": "2020-09-07T15:38:56.628487555Z", + "UpdatedAt": "2020-09-07T15:38:56.628487555Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 251, + "CreatedAt": "2020-09-07T15:26:07.499919611Z", + "UpdatedAt": "2020-09-07T15:26:07.499919611Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 198, + "CreatedAt": "2020-09-07T15:19:17.462188402Z", + "UpdatedAt": "2020-09-07T15:19:17.462188402Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 145, + "CreatedAt": "2020-09-07T15:10:40.241569664Z", + "UpdatedAt": "2020-09-07T15:10:40.241569664Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 92, + "CreatedAt": "2020-09-06T23:14:39.844441733Z", + "UpdatedAt": "2020-09-06T23:14:39.844441733Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 39, + "CreatedAt": "2020-08-28T07:55:27.822829942Z", + "UpdatedAt": "2020-08-28T07:55:27.822829942Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 3, + "name": "Spin-Up Time", + "value": 125, + "worst": 125, + "thresh": 24, + "raw_value": 17192124596, + "raw_string": "180 (Average 187)", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 411, + "CreatedAt": "2020-09-08T21:39:26.569964-07:00", + "UpdatedAt": "2020-09-08T21:39:26.569964-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0, + "status": "warn", + "status_reason": "Observed Failure Rate for Attribute is greater than 10%", + "failure_rate": 0.12262136155304391, + "history": [{ + "ID": 358, + "CreatedAt": "2020-09-07T15:47:21.331396495Z", + "UpdatedAt": "2020-09-07T15:47:21.331396495Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 305, + "CreatedAt": "2020-09-07T15:38:56.628567356Z", + "UpdatedAt": "2020-09-07T15:38:56.628567356Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 252, + "CreatedAt": "2020-09-07T15:26:07.500014814Z", + "UpdatedAt": "2020-09-07T15:26:07.500014814Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 199, + "CreatedAt": "2020-09-07T15:19:17.462366102Z", + "UpdatedAt": "2020-09-07T15:19:17.462366102Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 146, + "CreatedAt": "2020-09-07T15:10:40.241649265Z", + "UpdatedAt": "2020-09-07T15:10:40.241649265Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 93, + "CreatedAt": "2020-09-06T23:14:39.844534936Z", + "UpdatedAt": "2020-09-06T23:14:39.844534936Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 40, + "CreatedAt": "2020-08-28T07:55:27.822921756Z", + "UpdatedAt": "2020-08-28T07:55:27.822921756Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 4, + "name": "Start/Stop Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 412, + "CreatedAt": "2020-09-08T21:39:26.570087-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570087-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0, + "status": "failed", + "status_reason": "Observed Failure Rate for Critical Attribute is greater than 10%", + "failure_rate": 1.5028253400346423, + "history": [{ + "ID": 359, + "CreatedAt": "2020-09-07T15:47:21.331487495Z", + "UpdatedAt": "2020-09-07T15:47:21.331487495Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }, { + "ID": 306, + "CreatedAt": "2020-09-07T15:38:56.628646457Z", + "UpdatedAt": "2020-09-07T15:38:56.628646457Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }, { + "ID": 253, + "CreatedAt": "2020-09-07T15:26:07.500102516Z", + "UpdatedAt": "2020-09-07T15:26:07.500102516Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }, { + "ID": 200, + "CreatedAt": "2020-09-07T15:19:17.462455401Z", + "UpdatedAt": "2020-09-07T15:19:17.462455401Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }, { + "ID": 147, + "CreatedAt": "2020-09-07T15:10:40.241718365Z", + "UpdatedAt": "2020-09-07T15:10:40.241718365Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }, { + "ID": 94, + "CreatedAt": "2020-09-06T23:14:39.844608938Z", + "UpdatedAt": "2020-09-06T23:14:39.844608938Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }, { + "ID": 41, + "CreatedAt": "2020-08-28T07:55:27.823009241Z", + "UpdatedAt": "2020-08-28T07:55:27.823009241Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 5, + "name": "Reallocated Sectors Count", + "value": 1, + "worst": 1, + "thresh": 5, + "raw_value": 1975, + "raw_string": "1975", + "when_failed": "now", + "transformed_value": 0 + }] + }, { + "ID": 413, + "CreatedAt": "2020-09-08T21:39:26.570167-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570167-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.01087335627722523, + "history": [{ + "ID": 360, + "CreatedAt": "2020-09-07T15:47:21.331571895Z", + "UpdatedAt": "2020-09-07T15:47:21.331571895Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 307, + "CreatedAt": "2020-09-07T15:38:56.628722958Z", + "UpdatedAt": "2020-09-07T15:38:56.628722958Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 254, + "CreatedAt": "2020-09-07T15:26:07.500193018Z", + "UpdatedAt": "2020-09-07T15:26:07.500193018Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 201, + "CreatedAt": "2020-09-07T15:19:17.462534501Z", + "UpdatedAt": "2020-09-07T15:19:17.462534501Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 148, + "CreatedAt": "2020-09-07T15:10:40.241808366Z", + "UpdatedAt": "2020-09-07T15:10:40.241808366Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 95, + "CreatedAt": "2020-09-06T23:14:39.84467344Z", + "UpdatedAt": "2020-09-06T23:14:39.84467344Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 42, + "CreatedAt": "2020-08-28T07:55:27.823120387Z", + "UpdatedAt": "2020-08-28T07:55:27.823120387Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 7, + "name": "Seek Error Rate", + "value": 100, + "worst": 100, + "thresh": 67, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 414, + "CreatedAt": "2020-09-08T21:39:26.57024-07:00", + "UpdatedAt": "2020-09-08T21:39:26.57024-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 361, + "CreatedAt": "2020-09-07T15:47:21.331652696Z", + "UpdatedAt": "2020-09-07T15:47:21.331652696Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 308, + "CreatedAt": "2020-09-07T15:38:56.628830258Z", + "UpdatedAt": "2020-09-07T15:38:56.628830258Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 255, + "CreatedAt": "2020-09-07T15:26:07.500281521Z", + "UpdatedAt": "2020-09-07T15:26:07.500281521Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 202, + "CreatedAt": "2020-09-07T15:19:17.462611201Z", + "UpdatedAt": "2020-09-07T15:19:17.462611201Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 149, + "CreatedAt": "2020-09-07T15:10:40.241893167Z", + "UpdatedAt": "2020-09-07T15:10:40.241893167Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 96, + "CreatedAt": "2020-09-06T23:14:39.844746142Z", + "UpdatedAt": "2020-09-06T23:14:39.844746142Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 43, + "CreatedAt": "2020-08-28T07:55:27.823221736Z", + "UpdatedAt": "2020-08-28T07:55:27.823221736Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 8, + "name": "Seek Time Performance", + "value": 118, + "worst": 118, + "thresh": 20, + "raw_value": 33, + "raw_string": "33", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 415, + "CreatedAt": "2020-09-08T21:39:26.570316-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570316-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 362, + "CreatedAt": "2020-09-07T15:47:21.331733496Z", + "UpdatedAt": "2020-09-07T15:47:21.331733496Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 309, + "CreatedAt": "2020-09-07T15:38:56.628909459Z", + "UpdatedAt": "2020-09-07T15:38:56.628909459Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 256, + "CreatedAt": "2020-09-07T15:26:07.500372023Z", + "UpdatedAt": "2020-09-07T15:26:07.500372023Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 203, + "CreatedAt": "2020-09-07T15:19:17.4627161Z", + "UpdatedAt": "2020-09-07T15:19:17.4627161Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 150, + "CreatedAt": "2020-09-07T15:10:40.241974767Z", + "UpdatedAt": "2020-09-07T15:10:40.241974767Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 97, + "CreatedAt": "2020-09-06T23:14:39.844810044Z", + "UpdatedAt": "2020-09-06T23:14:39.844810044Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 44, + "CreatedAt": "2020-08-28T07:55:27.823321577Z", + "UpdatedAt": "2020-08-28T07:55:27.823321577Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 9, + "name": "Power-On Hours", + "value": 91, + "worst": 91, + "thresh": 0, + "raw_value": 65592, + "raw_string": "65592", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 416, + "CreatedAt": "2020-09-08T21:39:26.570394-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570394-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.05459827163896099, + "history": [{ + "ID": 363, + "CreatedAt": "2020-09-07T15:47:21.331813896Z", + "UpdatedAt": "2020-09-07T15:47:21.331813896Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 310, + "CreatedAt": "2020-09-07T15:38:56.62898266Z", + "UpdatedAt": "2020-09-07T15:38:56.62898266Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 257, + "CreatedAt": "2020-09-07T15:26:07.500462326Z", + "UpdatedAt": "2020-09-07T15:26:07.500462326Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 204, + "CreatedAt": "2020-09-07T15:19:17.462794Z", + "UpdatedAt": "2020-09-07T15:19:17.462794Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 151, + "CreatedAt": "2020-09-07T15:10:40.242057668Z", + "UpdatedAt": "2020-09-07T15:10:40.242057668Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 98, + "CreatedAt": "2020-09-06T23:14:39.844880446Z", + "UpdatedAt": "2020-09-06T23:14:39.844880446Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 45, + "CreatedAt": "2020-08-28T07:55:27.823417848Z", + "UpdatedAt": "2020-08-28T07:55:27.823417848Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 10, + "name": "Spin Retry Count", + "value": 100, + "worst": 100, + "thresh": 60, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 417, + "CreatedAt": "2020-09-08T21:39:26.570475-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570475-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0, + "status": "warn", + "status_reason": "Observed Failure Rate for Attribute is greater than 10%", + "failure_rate": 0.12354840389522469, + "history": [{ + "ID": 364, + "CreatedAt": "2020-09-07T15:47:21.331899296Z", + "UpdatedAt": "2020-09-07T15:47:21.331899296Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 311, + "CreatedAt": "2020-09-07T15:38:56.629065161Z", + "UpdatedAt": "2020-09-07T15:38:56.629065161Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 258, + "CreatedAt": "2020-09-07T15:26:07.500549628Z", + "UpdatedAt": "2020-09-07T15:26:07.500549628Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 205, + "CreatedAt": "2020-09-07T15:19:17.4628661Z", + "UpdatedAt": "2020-09-07T15:19:17.4628661Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 152, + "CreatedAt": "2020-09-07T15:10:40.242167169Z", + "UpdatedAt": "2020-09-07T15:10:40.242167169Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 99, + "CreatedAt": "2020-09-06T23:14:39.844953848Z", + "UpdatedAt": "2020-09-06T23:14:39.844953848Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 46, + "CreatedAt": "2020-08-28T07:55:27.823514062Z", + "UpdatedAt": "2020-08-28T07:55:27.823514062Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 12, + "name": "Power Cycle Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 86, + "raw_string": "86", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 418, + "CreatedAt": "2020-09-08T21:39:26.570559-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570559-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 365, + "CreatedAt": "2020-09-07T15:47:21.332006096Z", + "UpdatedAt": "2020-09-07T15:47:21.332006096Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 312, + "CreatedAt": "2020-09-07T15:38:56.629162161Z", + "UpdatedAt": "2020-09-07T15:38:56.629162161Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 259, + "CreatedAt": "2020-09-07T15:26:07.500657031Z", + "UpdatedAt": "2020-09-07T15:26:07.500657031Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 206, + "CreatedAt": "2020-09-07T15:19:17.462996099Z", + "UpdatedAt": "2020-09-07T15:19:17.462996099Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 153, + "CreatedAt": "2020-09-07T15:10:40.242253969Z", + "UpdatedAt": "2020-09-07T15:10:40.242253969Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 100, + "CreatedAt": "2020-09-06T23:14:39.84503215Z", + "UpdatedAt": "2020-09-06T23:14:39.84503215Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 47, + "CreatedAt": "2020-08-28T07:55:27.823595321Z", + "UpdatedAt": "2020-08-28T07:55:27.823595321Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 192, + "name": "Power-off Retract Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 419, + "CreatedAt": "2020-09-08T21:39:26.57063-07:00", + "UpdatedAt": "2020-09-08T21:39:26.57063-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 366, + "CreatedAt": "2020-09-07T15:47:21.332093797Z", + "UpdatedAt": "2020-09-07T15:47:21.332093797Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 313, + "CreatedAt": "2020-09-07T15:38:56.629235062Z", + "UpdatedAt": "2020-09-07T15:38:56.629235062Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 260, + "CreatedAt": "2020-09-07T15:26:07.500743533Z", + "UpdatedAt": "2020-09-07T15:26:07.500743533Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 207, + "CreatedAt": "2020-09-07T15:19:17.463072899Z", + "UpdatedAt": "2020-09-07T15:19:17.463072899Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 154, + "CreatedAt": "2020-09-07T15:10:40.24235167Z", + "UpdatedAt": "2020-09-07T15:10:40.24235167Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 101, + "CreatedAt": "2020-09-06T23:14:39.845090052Z", + "UpdatedAt": "2020-09-06T23:14:39.845090052Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 48, + "CreatedAt": "2020-08-28T07:55:27.823681715Z", + "UpdatedAt": "2020-08-28T07:55:27.823681715Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 193, + "name": "Load Cycle Count", + "value": 95, + "worst": 95, + "thresh": 0, + "raw_value": 6244, + "raw_string": "6244", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 420, + "CreatedAt": "2020-09-08T21:39:26.570714-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570714-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25, + "status": "passed", + "history": [{ + "ID": 367, + "CreatedAt": "2020-09-07T15:47:21.332179497Z", + "UpdatedAt": "2020-09-07T15:47:21.332179497Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }, { + "ID": 314, + "CreatedAt": "2020-09-07T15:38:56.629309963Z", + "UpdatedAt": "2020-09-07T15:38:56.629309963Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }, { + "ID": 261, + "CreatedAt": "2020-09-07T15:26:07.500841536Z", + "UpdatedAt": "2020-09-07T15:26:07.500841536Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }, { + "ID": 208, + "CreatedAt": "2020-09-07T15:19:17.463146099Z", + "UpdatedAt": "2020-09-07T15:19:17.463146099Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }, { + "ID": 155, + "CreatedAt": "2020-09-07T15:10:40.242422871Z", + "UpdatedAt": "2020-09-07T15:10:40.242422871Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }, { + "ID": 102, + "CreatedAt": "2020-09-06T23:14:39.845149154Z", + "UpdatedAt": "2020-09-06T23:14:39.845149154Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }, { + "ID": 49, + "CreatedAt": "2020-08-28T07:55:27.823787578Z", + "UpdatedAt": "2020-08-28T07:55:27.823787578Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 194, + "name": "Temperature", + "value": 240, + "worst": 240, + "thresh": 0, + "raw_value": 167504969753, + "raw_string": "25 (Min/Max 19/39)", + "when_failed": "", + "transformed_value": 25 + }] + }, { + "ID": 421, + "CreatedAt": "2020-09-08T21:39:26.570794-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570794-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0, + "status": "warn", + "status_reason": "Could not determine Observed Failure Rate for Critical Attribute", + "history": [{ + "ID": 368, + "CreatedAt": "2020-09-07T15:47:21.332261097Z", + "UpdatedAt": "2020-09-07T15:47:21.332261097Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 315, + "CreatedAt": "2020-09-07T15:38:56.629382363Z", + "UpdatedAt": "2020-09-07T15:38:56.629382363Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 262, + "CreatedAt": "2020-09-07T15:26:07.500933439Z", + "UpdatedAt": "2020-09-07T15:26:07.500933439Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 209, + "CreatedAt": "2020-09-07T15:19:17.463228599Z", + "UpdatedAt": "2020-09-07T15:19:17.463228599Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 156, + "CreatedAt": "2020-09-07T15:10:40.242496871Z", + "UpdatedAt": "2020-09-07T15:10:40.242496871Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 103, + "CreatedAt": "2020-09-06T23:14:39.845209356Z", + "UpdatedAt": "2020-09-06T23:14:39.845209356Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 50, + "CreatedAt": "2020-08-28T07:55:27.823890798Z", + "UpdatedAt": "2020-08-28T07:55:27.823890798Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 196, + "name": "Reallocation Event Count", + "value": 1, + "worst": 1, + "thresh": 0, + "raw_value": 3831, + "raw_string": "3831", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 422, + "CreatedAt": "2020-09-08T21:39:26.570866-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570866-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0, + "status": "failed", + "status_reason": "Observed Failure Rate for Critical Attribute is greater than 10%", + "failure_rate": 0.6108100007493069, + "history": [{ + "ID": 369, + "CreatedAt": "2020-09-07T15:47:21.332346697Z", + "UpdatedAt": "2020-09-07T15:47:21.332346697Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 316, + "CreatedAt": "2020-09-07T15:38:56.629465264Z", + "UpdatedAt": "2020-09-07T15:38:56.629465264Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 263, + "CreatedAt": "2020-09-07T15:26:07.501028141Z", + "UpdatedAt": "2020-09-07T15:26:07.501028141Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 210, + "CreatedAt": "2020-09-07T15:19:17.463302498Z", + "UpdatedAt": "2020-09-07T15:19:17.463302498Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 157, + "CreatedAt": "2020-09-07T15:10:40.242564072Z", + "UpdatedAt": "2020-09-07T15:10:40.242564072Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 104, + "CreatedAt": "2020-09-06T23:14:39.845294758Z", + "UpdatedAt": "2020-09-06T23:14:39.845294758Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 51, + "CreatedAt": "2020-08-28T07:55:27.823980673Z", + "UpdatedAt": "2020-08-28T07:55:27.823980673Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 197, + "name": "Current Pending Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 8, + "raw_string": "8", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 423, + "CreatedAt": "2020-09-08T21:39:26.570936-07:00", + "UpdatedAt": "2020-09-08T21:39:26.570936-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "failure_rate": 0.028675322159886437, + "history": [{ + "ID": 370, + "CreatedAt": "2020-09-07T15:47:21.332430997Z", + "UpdatedAt": "2020-09-07T15:47:21.332430997Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 317, + "CreatedAt": "2020-09-07T15:38:56.629541365Z", + "UpdatedAt": "2020-09-07T15:38:56.629541365Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 264, + "CreatedAt": "2020-09-07T15:26:07.501116944Z", + "UpdatedAt": "2020-09-07T15:26:07.501116944Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 211, + "CreatedAt": "2020-09-07T15:19:17.463380498Z", + "UpdatedAt": "2020-09-07T15:19:17.463380498Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 158, + "CreatedAt": "2020-09-07T15:10:40.242633572Z", + "UpdatedAt": "2020-09-07T15:10:40.242633572Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 105, + "CreatedAt": "2020-09-06T23:14:39.84535416Z", + "UpdatedAt": "2020-09-06T23:14:39.84535416Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 52, + "CreatedAt": "2020-08-28T07:55:27.824077866Z", + "UpdatedAt": "2020-08-28T07:55:27.824077866Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 198, + "name": "(Offline) Uncorrectable Sector Count", + "value": 100, + "worst": 100, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }, { + "ID": 424, + "CreatedAt": "2020-09-08T21:39:26.571034-07:00", + "UpdatedAt": "2020-09-08T21:39:26.571034-07:00", + "DeletedAt": null, + "smart_id": 45, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 371, + "CreatedAt": "2020-09-07T15:47:21.332512198Z", + "UpdatedAt": "2020-09-07T15:47:21.332512198Z", + "DeletedAt": null, + "smart_id": 39, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 318, + "CreatedAt": "2020-09-07T15:38:56.629610265Z", + "UpdatedAt": "2020-09-07T15:38:56.629610265Z", + "DeletedAt": null, + "smart_id": 33, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 265, + "CreatedAt": "2020-09-07T15:26:07.501203046Z", + "UpdatedAt": "2020-09-07T15:26:07.501203046Z", + "DeletedAt": null, + "smart_id": 27, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 212, + "CreatedAt": "2020-09-07T15:19:17.463463398Z", + "UpdatedAt": "2020-09-07T15:19:17.463463398Z", + "DeletedAt": null, + "smart_id": 21, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 159, + "CreatedAt": "2020-09-07T15:10:40.242702673Z", + "UpdatedAt": "2020-09-07T15:10:40.242702673Z", + "DeletedAt": null, + "smart_id": 15, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 106, + "CreatedAt": "2020-09-06T23:14:39.845437463Z", + "UpdatedAt": "2020-09-06T23:14:39.845437463Z", + "DeletedAt": null, + "smart_id": 9, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }, { + "ID": 53, + "CreatedAt": "2020-08-28T07:55:27.824166466Z", + "UpdatedAt": "2020-08-28T07:55:27.824166466Z", + "DeletedAt": null, + "smart_id": 3, + "attribute_id": 199, + "name": "UltraDMA CRC Error Count", + "value": 200, + "worst": 200, + "thresh": 0, + "raw_value": 0, + "raw_string": "0", + "when_failed": "", + "transformed_value": 0 + }] + }], + "nvme_attributes": [], + "scsi_attributes": [] + }] + }, "metadata": { + "1": { + "ideal": "low", + "critical": false, + "description": "(Vendor specific raw value.) Stores data related to the rate of hardware read errors that occurred when reading data from a disk surface. The raw value has different structure for different vendors and is often not meaningful as a decimal number.", + "observed_thresholds": [{ + "low": 80, + "high": 95, + "annual_failure_rate": 0.8879749768303985, + "error_interval": [0.682344353388663, 1.136105732920724] + }, { + "low": 95, + "high": 110, + "annual_failure_rate": 0.034155719633986996, + "error_interval": [0.030188482024981093, 0.038499386872354435] + }, { + "low": 110, + "high": 125, + "annual_failure_rate": 0.06390002135229157, + "error_interval": [0.05852004676110847, 0.06964160930553712] + }, {"low": 125, "high": 140, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 140, + "high": 155, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 155, "high": 170, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 170, + "high": 185, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, { + "low": 185, + "high": 200, + "annual_failure_rate": 0.044823775021490854, + "error_interval": [0.032022762038723306, 0.06103725943096589] + }], + "display_type": "normalized" + }, + "10": { + "ideal": "low", + "critical": true, + "description": "Count of retry of spin start attempts. This attribute stores a total count of the spin start attempts to reach the fully operational speed (under the condition that the first attempt was unsuccessful). An increase of this attribute value is a sign of problems in the hard disk mechanical subsystem.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.05459827163896099, + "error_interval": [0.05113785787727033, 0.05823122757702782] + }, { + "low": 0, + "high": 80, + "annual_failure_rate": 0.5555555555555556, + "error_interval": [0.014065448880161053, 3.095357439410498] + }], + "display_type": "raw" + }, + "11": { + "ideal": "low", + "critical": false, + "description": "This attribute indicates the count that recalibration was requested (under the condition that the first attempt was unsuccessful). An increase of this attribute value is a sign of problems in the hard disk mechanical subsystem.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.04658866433672694, + "error_interval": [0.03357701137320878, 0.06297433993055492] + }, { + "low": 0, + "high": 80, + "annual_failure_rate": 0.5555555555555556, + "error_interval": [0.014065448880161053, 3.095357439410498] + }, {"low": 80, "high": 160, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 160, + "high": 240, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 240, "high": 320, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 320, + "high": 400, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 400, "high": 480, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 480, + "high": 560, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }], + "display_type": "raw" + }, + "12": { + "ideal": "low", + "critical": false, + "description": "This attribute indicates the count of full hard disk power on/off cycles.", + "observed_thresholds": [{ + "low": 0, + "high": 13, + "annual_failure_rate": 0.019835987118930823, + "error_interval": [0.016560870164523494, 0.023569242386797896] + }, { + "low": 13, + "high": 26, + "annual_failure_rate": 0.038210930067894826, + "error_interval": [0.03353859179329295, 0.0433520775718649] + }, { + "low": 26, + "high": 39, + "annual_failure_rate": 0.11053528307302571, + "error_interval": [0.09671061589521368, 0.1257816678419765] + }, { + "low": 39, + "high": 52, + "annual_failure_rate": 0.16831189443375036, + "error_interval": [0.1440976510675928, 0.19543066007594895] + }, { + "low": 52, + "high": 65, + "annual_failure_rate": 0.20630344262550107, + "error_interval": [0.1693965932069108, 0.2488633537247856] + }, { + "low": 65, + "high": 78, + "annual_failure_rate": 0.1030972634140512, + "error_interval": [0.06734655535304743, 0.15106137807407605] + }, { + "low": 78, + "high": 91, + "annual_failure_rate": 0.12354840389522469, + "error_interval": [0.06578432170016109, 0.21127153335749593] + }], + "display_type": "raw" + }, + "13": { + "ideal": "low", + "critical": false, + "description": "Uncorrected read errors reported to the operating system.", + "display_type": "normalized" + }, + "170": {"ideal": "", "critical": false, "description": "See attribute E8.", "display_type": "normalized"}, + "171": { + "ideal": "", + "critical": false, + "description": "(Kingston) The total number of flash program operation failures since the drive was deployed.[33] Identical to attribute 181.", + "display_type": "normalized" + }, + "172": { + "ideal": "", + "critical": false, + "description": "(Kingston) Counts the number of flash erase failures. This attribute returns the total number of Flash erase operation failures since the drive was deployed. This attribute is identical to attribute 182.", + "display_type": "normalized" + }, + "173": { + "ideal": "", + "critical": false, + "description": "Counts the maximum worst erase count on any block.", + "display_type": "normalized" + }, + "174": { + "ideal": "", + "critical": false, + "description": "Also known as \"Power-off Retract Count\" per conventional HDD terminology. Raw value reports the number of unclean shutdowns, cumulative over the life of an SSD, where an \"unclean shutdown\" is the removal of power without STANDBY IMMEDIATE as the last command (regardless of PLI activity using capacitor power). Normalized value is always 100.", + "display_type": "" + }, + "175": { + "ideal": "", + "critical": false, + "description": "Last test result as microseconds to discharge cap, saturated at its maximum value. Also logs minutes since last test and lifetime number of tests. Raw value contains the following data: Bytes 0-1: Last test result as microseconds to discharge cap, saturates at max value. Test result expected in range 25 \u003c= result \u003c= 5000000, lower indicates specific error code. Bytes 2-3: Minutes since last test, saturates at max value.Bytes 4-5: Lifetime number of tests, not incremented on power cycle, saturates at max value. Normalized value is set to one on test failure or 11 if the capacitor has been tested in an excessive temperature condition, otherwise 100.", + "display_type": "normalized" + }, + "176": { + "ideal": "", + "critical": false, + "description": "S.M.A.R.T. parameter indicates a number of flash erase command failures.", + "display_type": "normalized" + }, + "177": { + "ideal": "", + "critical": false, + "description": "Delta between most-worn and least-worn Flash blocks. It describes how good/bad the wearleveling of the SSD works on a more technical way. ", + "display_type": "normalized" + }, + "179": { + "ideal": "", + "critical": false, + "description": "Pre-Fail attribute used at least in Samsung devices.", + "display_type": "normalized" + }, + "180": { + "ideal": "", + "critical": false, + "description": "\"Pre-Fail\" attribute used at least in HP devices. ", + "display_type": "normalized" + }, + "181": { + "ideal": "", + "critical": false, + "description": "Total number of Flash program operation failures since the drive was deployed.", + "display_type": "normalized" + }, + "182": { + "ideal": "", + "critical": false, + "description": "\"Pre-Fail\" Attribute used at least in Samsung devices.", + "display_type": "normalized" + }, + "183": { + "ideal": "low", + "critical": false, + "description": "Western Digital, Samsung or Seagate attribute: Either the number of downshifts of link speed (e.g. from 6Gbit/s to 3Gbit/s) or the total number of data blocks with detected, uncorrectable errors encountered during normal operation. Although degradation of this parameter can be an indicator of drive aging and/or potential electromechanical problems, it does not directly indicate imminent drive failure.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.09084549203210031, + "error_interval": [0.08344373475686712, 0.09872777224842152] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.05756065656498585, + "error_interval": [0.04657000847949464, 0.07036491775108872] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 0.6193088626208925, + "error_interval": [0.41784508895529787, 0.8841019099092139] + }, { + "low": 4, + "high": 8, + "annual_failure_rate": 0.5533447034299792, + "error_interval": [0.31628430884775033, 0.8985971312402635] + }, { + "low": 8, + "high": 16, + "annual_failure_rate": 0.3882388694727245, + "error_interval": [0.21225380267814295, 0.6513988534774338] + }, { + "low": 16, + "high": 35, + "annual_failure_rate": 0.37116708385481856, + "error_interval": [0.19763084005134446, 0.6347070173754686] + }, { + "low": 35, + "high": 70, + "annual_failure_rate": 0.2561146752205292, + "error_interval": [0.10297138269895259, 0.5276941165819332] + }, { + "low": 70, + "high": 130, + "annual_failure_rate": 0.40299684542586756, + "error_interval": [0.16202563309223209, 0.8303275247667772] + }, {"low": 130, "high": 260, "annual_failure_rate": 0, "error_interval": [0, 0]}], + "display_type": "raw" + }, + "184": { + "ideal": "low", + "critical": true, + "description": "This attribute is a part of Hewlett-Packard\"s SMART IV technology, as well as part of other vendors\" IO Error Detection and Correction schemas, and it contains a count of parity errors which occur in the data path to the media via the drive\"s cache RAM", + "observed_thresholds": [{ + "low": 93, + "high": 94, + "annual_failure_rate": 1.631212012870933, + "error_interval": [1.055634407303844, 2.407990716767714] + }, {"low": 94, "high": 95, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 95, + "high": 96, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 96, "high": 97, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 97, + "high": 97, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, { + "low": 97, + "high": 98, + "annual_failure_rate": 1.8069306930693072, + "error_interval": [0.04574752432804858, 10.067573453924245] + }, { + "low": 98, + "high": 99, + "annual_failure_rate": 0.8371559633027523, + "error_interval": [0.10138347095016888, 3.0240951820174824] + }, { + "low": 99, + "high": 100, + "annual_failure_rate": 0.09334816849865138, + "error_interval": [0.08689499010435861, 0.10015372448181788] + }], + "display_type": "normalized" + }, + "185": { + "ideal": "", + "critical": false, + "description": "Western Digital attribute.", + "display_type": "normalized" + }, + "186": { + "ideal": "", + "critical": false, + "description": "Western Digital attribute.", + "display_type": "normalized" + }, + "187": { + "ideal": "low", + "critical": true, + "description": "The count of errors that could not be recovered using hardware ECC (see attribute 195).", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.028130798308190524, + "error_interval": [0.024487830609364304, 0.032162944988161336] + }, { + "low": 1, + "high": 1, + "annual_failure_rate": 0.33877621175661743, + "error_interval": [0.22325565823630591, 0.4929016016666955] + }, { + "low": 1, + "high": 3, + "annual_failure_rate": 0.24064820598237213, + "error_interval": [0.14488594021076606, 0.3758019832614595] + }, { + "low": 3, + "high": 6, + "annual_failure_rate": 0.5014425058387142, + "error_interval": [0.3062941096766342, 0.7744372808405151] + }, { + "low": 6, + "high": 11, + "annual_failure_rate": 0.38007108544136836, + "error_interval": [0.2989500188963677, 0.4764223967570595] + }, { + "low": 11, + "high": 20, + "annual_failure_rate": 0.5346094598348444, + "error_interval": [0.40595137663302483, 0.6911066985735377] + }, { + "low": 20, + "high": 35, + "annual_failure_rate": 0.8428063943161636, + "error_interval": [0.6504601819243522, 1.0742259350903411] + }, { + "low": 35, + "high": 65, + "annual_failure_rate": 1.4429071005017484, + "error_interval": [1.1405581860945952, 1.8008133631629157] + }, { + "low": 65, + "high": 120, + "annual_failure_rate": 1.6190935390549661, + "error_interval": [1.0263664163011208, 2.4294352761068576] + }], + "display_type": "raw" + }, + "188": { + "ideal": "low", + "critical": true, + "description": "The count of aborted operations due to HDD timeout. Normally this attribute value should be equal to zero.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.024893587674442153, + "error_interval": [0.020857343769186413, 0.0294830350167543] + }, { + "low": 0, + "high": 13, + "annual_failure_rate": 0.10044174089362015, + "error_interval": [0.0812633664077498, 0.1227848196758574] + }, { + "low": 13, + "high": 26, + "annual_failure_rate": 0.334030592234279, + "error_interval": [0.2523231196342665, 0.4337665082489293] + }, { + "low": 26, + "high": 39, + "annual_failure_rate": 0.36724705400842445, + "error_interval": [0.30398009356575617, 0.4397986538328568] + }, { + "low": 39, + "high": 52, + "annual_failure_rate": 0.29848155926978354, + "error_interval": [0.2509254838615984, 0.35242890006477073] + }, { + "low": 52, + "high": 65, + "annual_failure_rate": 0.2203079701535098, + "error_interval": [0.18366082845676174, 0.26212468677179274] + }, { + "low": 65, + "high": 78, + "annual_failure_rate": 0.3018169948863018, + "error_interval": [0.23779746376787655, 0.37776897542831006] + }, { + "low": 78, + "high": 91, + "annual_failure_rate": 0.32854928239235887, + "error_interval": [0.2301118782147336, 0.4548506948185028] + }, { + "low": 91, + "high": 104, + "annual_failure_rate": 0.28488916640649387, + "error_interval": [0.1366154288236293, 0.5239213202729072] + }], + "display_type": "raw" + }, + "189": { + "ideal": "low", + "critical": false, + "description": "HDD manufacturers implement a flying height sensor that attempts to provide additional protections for write operations by detecting when a recording head is flying outside its normal operating range. If an unsafe fly height condition is encountered, the write process is stopped, and the information is rewritten or reallocated to a safe region of the hard drive. This attribute indicates the count of these errors detected over the lifetime of the drive.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.09070551401946862, + "error_interval": [0.08018892683853401, 0.10221801211956287] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.0844336097370013, + "error_interval": [0.07299813695315267, 0.09715235540340669] + }, { + "low": 2, + "high": 5, + "annual_failure_rate": 0.07943219628781906, + "error_interval": [0.06552176680630226, 0.09542233189887633] + }, { + "low": 5, + "high": 13, + "annual_failure_rate": 0.09208847603893404, + "error_interval": [0.07385765060838133, 0.11345557807163456] + }, { + "low": 13, + "high": 30, + "annual_failure_rate": 0.18161161650924224, + "error_interval": [0.13858879602902988, 0.23377015012749933] + }, { + "low": 30, + "high": 70, + "annual_failure_rate": 0.2678117886102384, + "error_interval": [0.19044036194841887, 0.36610753129699186] + }, { + "low": 70, + "high": 150, + "annual_failure_rate": 0.26126480798826107, + "error_interval": [0.15958733218826962, 0.4035023060905559] + }, { + "low": 150, + "high": 350, + "annual_failure_rate": 0.11337164155924832, + "error_interval": [0.030889956621649995, 0.2902764300762812] + }], + "display_type": "raw" + }, + "190": { + "ideal": "", + "critical": false, + "description": "Value is equal to (100-temp. °C), allowing manufacturer to set a minimum threshold which corresponds to a maximum temperature. This also follows the convention of 100 being a best-case value and lower values being undesirable. However, some older drives may instead report raw Temperature (identical to 0xC2) or Temperature minus 50 here.", + "display_type": "normalized" + }, + "191": { + "ideal": "low", + "critical": false, + "description": "The count of errors resulting from externally induced shock and vibration. ", + "display_type": "normalized" + }, + "192": { + "ideal": "low", + "critical": false, + "description": "Number of power-off or emergency retract cycles.", + "observed_thresholds": [{ + "low": 1, + "high": 2, + "annual_failure_rate": 0.02861098445412803, + "error_interval": [0.022345416230915037, 0.036088863823297186] + }, { + "low": 2, + "high": 6, + "annual_failure_rate": 0.0738571777154862, + "error_interval": [0.06406927746420421, 0.0847175264009771] + }, { + "low": 6, + "high": 16, + "annual_failure_rate": 0.11970378206823593, + "error_interval": [0.10830059875098269, 0.13198105985656441] + }, { + "low": 16, + "high": 40, + "annual_failure_rate": 0.027266868552620425, + "error_interval": [0.021131448605713823, 0.03462795920968522] + }, { + "low": 40, + "high": 100, + "annual_failure_rate": 0.011741682974559688, + "error_interval": [0.00430899071133239, 0.025556700631152028] + }, { + "low": 100, + "high": 250, + "annual_failure_rate": 0.012659940134091309, + "error_interval": [0.00607093338127348, 0.023282080653656938] + }, { + "low": 250, + "high": 650, + "annual_failure_rate": 0.01634692899031039, + "error_interval": [0.009522688540043157, 0.026173016865409605] + }, { + "low": 650, + "high": 1600, + "annual_failure_rate": 0.005190074354440066, + "error_interval": [0.0025908664180103293, 0.009286476666453648] + }], + "display_type": "raw" + }, + "193": { + "ideal": "low", + "critical": false, + "description": "Count of load/unload cycles into head landing zone position.[45] Some drives use 225 (0xE1) for Load Cycle Count instead.", + "display_type": "normalized" + }, + "194": { + "ideal": "low", + "critical": false, + "description": "Indicates the device temperature, if the appropriate sensor is fitted. Lowest byte of the raw value contains the exact temperature value (Celsius degrees).", + "transform_value_unit": "°C", + "display_type": "transformed" + }, + "195": { + "ideal": "", + "critical": false, + "description": "(Vendor-specific raw value.) The raw value has different structure for different vendors and is often not meaningful as a decimal number.", + "observed_thresholds": [{ + "low": 12, + "high": 24, + "annual_failure_rate": 0.31472916829975706, + "error_interval": [0.15711166685282174, 0.5631374192486645] + }, { + "low": 24, + "high": 36, + "annual_failure_rate": 0.15250310197260136, + "error_interval": [0.10497611828070175, 0.21417105521823687] + }, { + "low": 36, + "high": 48, + "annual_failure_rate": 0.2193119102723874, + "error_interval": [0.16475385681835103, 0.28615447006525274] + }, { + "low": 48, + "high": 60, + "annual_failure_rate": 0.05672658497265746, + "error_interval": [0.043182904776447234, 0.07317316161437043] + }, {"low": 60, "high": 72, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 72, + "high": 84, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 84, "high": 96, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 96, + "high": 108, + "annual_failure_rate": 0.04074570216566197, + "error_interval": [0.001031591863615295, 0.22702052218047528] + }], + "display_type": "normalized" + }, + "196": { + "ideal": "low", + "critical": true, + "description": "Count of remap operations. The raw value of this attribute shows the total count of attempts to transfer data from reallocated sectors to a spare area. Both successful and unsuccessful attempts are counted.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.007389855800729792, + "error_interval": [0.005652654139732716, 0.009492578928212054] + }, { + "low": 1, + "high": 1, + "annual_failure_rate": 0.026558331312151347, + "error_interval": [0.005476966404484466, 0.07761471429677293] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.02471894893674658, + "error_interval": [0.0006258296027540169, 0.13772516847438018] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 0.03200912040691046, + "error_interval": [0.0008104007642081744, 0.17834340416493005] + }, { + "low": 4, + "high": 7, + "annual_failure_rate": 0.043078012510326925, + "error_interval": [0.001090640849081295, 0.24001532369794615] + }, { + "low": 7, + "high": 11, + "annual_failure_rate": 0.033843300880853036, + "error_interval": [0.0008568381932559863, 0.18856280368036135] + }, { + "low": 11, + "high": 17, + "annual_failure_rate": 0.16979376647542252, + "error_interval": [0.035015556653263225, 0.49620943874336304] + }, { + "low": 17, + "high": 27, + "annual_failure_rate": 0.059042381106438044, + "error_interval": [0.0014948236677880642, 0.32896309247698113] + }, { + "low": 27, + "high": 45, + "annual_failure_rate": 0.24701105346266636, + "error_interval": [0.050939617608142244, 0.721871118983972] + }], + "display_type": "raw" + }, + "197": { + "ideal": "low", + "critical": true, + "description": "Count of \"unstable\" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it\"s written.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.025540791394761345, + "error_interval": [0.023161777231213983, 0.02809784482748174] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.34196613799103254, + "error_interval": [0.22723401523750225, 0.4942362818474496] + }, { + "low": 2, + "high": 6, + "annual_failure_rate": 0.6823772508117681, + "error_interval": [0.41083568090070416, 1.0656166047061635] + }, { + "low": 6, + "high": 16, + "annual_failure_rate": 0.6108100007493069, + "error_interval": [0.47336936083368364, 0.7757071095273286] + }, { + "low": 16, + "high": 40, + "annual_failure_rate": 0.9564879341127684, + "error_interval": [0.7701044196378299, 1.174355230793638] + }, { + "low": 40, + "high": 100, + "annual_failure_rate": 1.6519989942167461, + "error_interval": [1.328402276482456, 2.0305872327541317] + }, { + "low": 100, + "high": 250, + "annual_failure_rate": 2.5137741046831956, + "error_interval": [1.9772427971560862, 3.1510376077891613] + }, { + "low": 250, + "high": 650, + "annual_failure_rate": 3.3203378817413904, + "error_interval": [2.5883662702274406, 4.195047163573006] + }, { + "low": 650, + "high": 1600, + "annual_failure_rate": 3.133047210300429, + "error_interval": [1.1497731080460096, 6.819324775707182] + }], + "display_type": "raw" + }, + "198": { + "ideal": "low", + "critical": true, + "description": "The total count of uncorrectable errors when reading/writing a sector. A rise in the value of this attribute indicates defects of the disk surface and/or problems in the mechanical subsystem.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.028675322159886437, + "error_interval": [0.026159385510707116, 0.03136793218577656] + }, { + "low": 0, + "high": 2, + "annual_failure_rate": 0.8135764944275583, + "error_interval": [0.40613445471964466, 1.4557130815309443] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 1.1173469387755102, + "error_interval": [0.5773494680315332, 1.9517802404552516] + }, { + "low": 4, + "high": 6, + "annual_failure_rate": 1.3558692421991083, + "error_interval": [0.4402470522980859, 3.1641465148237544] + }, { + "low": 6, + "high": 8, + "annual_failure_rate": 0.7324414715719062, + "error_interval": [0.15104704003805655, 2.140504796291604] + }, { + "low": 8, + "high": 10, + "annual_failure_rate": 0.5777213677766163, + "error_interval": [0.43275294849366835, 0.7556737733062419] + }, { + "low": 10, + "high": 12, + "annual_failure_rate": 1.7464114832535886, + "error_interval": [0.47583835092536914, 4.471507017371231] + }, { + "low": 12, + "high": 14, + "annual_failure_rate": 2.6449275362318843, + "error_interval": [0.3203129951758959, 9.554387676519005] + }, { + "low": 14, + "high": 16, + "annual_failure_rate": 0.796943231441048, + "error_interval": [0.5519063550198366, 1.113648286331181] + }], + "display_type": "raw" + }, + "199": { + "ideal": "low", + "critical": false, + "description": "The count of errors in data transfer via the interface cable as determined by ICRC (Interface Cyclic Redundancy Check).", + "observed_thresholds": [{ + "low": 0, + "high": 1, + "annual_failure_rate": 0.04068379316116366, + "error_interval": [0.037534031558106425, 0.04402730201866553] + }, { + "low": 1, + "high": 2, + "annual_failure_rate": 0.1513481259734218, + "error_interval": [0.12037165605991791, 0.18786293065527596] + }, { + "low": 2, + "high": 4, + "annual_failure_rate": 0.16849758722418978, + "error_interval": [0.12976367397863445, 0.2151676572000481] + }, { + "low": 4, + "high": 8, + "annual_failure_rate": 0.15385127340491614, + "error_interval": [0.10887431782430312, 0.21117289306426648] + }, { + "low": 8, + "high": 16, + "annual_failure_rate": 0.14882894050104387, + "error_interval": [0.09631424312463635, 0.2197008753522735] + }, { + "low": 16, + "high": 35, + "annual_failure_rate": 0.20878219917249793, + "error_interval": [0.14086447304552446, 0.29804957135975] + }, { + "low": 35, + "high": 70, + "annual_failure_rate": 0.13742940270409038, + "error_interval": [0.06860426267470295, 0.24589916335290812] + }, { + "low": 70, + "high": 130, + "annual_failure_rate": 0.22336578581363, + "error_interval": [0.11150339549604707, 0.39966309081252904] + }, { + "low": 130, + "high": 260, + "annual_failure_rate": 0.18277416124186283, + "error_interval": [0.07890890989692058, 0.3601379610272007] + }], + "display_type": "raw" + }, + "2": { + "ideal": "high", + "critical": false, + "description": "Overall (general) throughput performance of a hard disk drive. If the value of this attribute is decreasing there is a high probability that there is a problem with the disk.", + "display_type": "normalized" + }, + "200": { + "ideal": "low", + "critical": false, + "description": "The count of errors found when writing a sector. The higher the value, the worse the disk\"s mechanical condition is.", + "display_type": "normalized" + }, + "201": { + "ideal": "low", + "critical": true, + "description": "Count indicates the number of uncorrectable software read errors.", + "display_type": "normalized" + }, + "202": { + "ideal": "low", + "critical": false, + "description": "Count of Data Address Mark errors (or vendor-specific).", + "display_type": "normalized" + }, + "203": { + "ideal": "low", + "critical": false, + "description": "The number of errors caused by incorrect checksum during the error correction.", + "display_type": "normalized" + }, + "204": { + "ideal": "low", + "critical": false, + "description": "Count of errors corrected by the internal error correction software.", + "display_type": "" + }, + "205": { + "ideal": "low", + "critical": false, + "description": "Count of errors due to high temperature.", + "display_type": "normalized" + }, + "206": { + "ideal": "", + "critical": false, + "description": "Height of heads above the disk surface. If too low, head crash is more likely; if too high, read/write errors are more likely.", + "display_type": "normalized" + }, + "207": { + "ideal": "low", + "critical": false, + "description": "Amount of surge current used to spin up the drive.", + "display_type": "normalized" + }, + "208": { + "ideal": "", + "critical": false, + "description": "Count of buzz routines needed to spin up the drive due to insufficient power.", + "display_type": "normalized" + }, + "209": { + "ideal": "", + "critical": false, + "description": "Drive\"s seek performance during its internal tests.", + "display_type": "normalized" + }, + "210": { + "ideal": "", + "critical": false, + "description": "Found in Maxtor 6B200M0 200GB and Maxtor 2R015H1 15GB disks.", + "display_type": "normalized" + }, + "211": { + "ideal": "", + "critical": false, + "description": "A recording of a vibration encountered during write operations.", + "display_type": "normalized" + }, + "212": { + "ideal": "", + "critical": false, + "description": "A recording of shock encountered during write operations.", + "display_type": "normalized" + }, + "22": { + "ideal": "high", + "critical": false, + "description": "Specific to He8 drives from HGST. This value measures the helium inside of the drive specific to this manufacturer. It is a pre-fail attribute that trips once the drive detects that the internal environment is out of specification.", + "display_type": "normalized" + }, + "220": { + "ideal": "low", + "critical": false, + "description": "Distance the disk has shifted relative to the spindle (usually due to shock or temperature). Unit of measure is unknown.", + "display_type": "normalized" + }, + "221": { + "ideal": "low", + "critical": false, + "description": "The count of errors resulting from externally induced shock and vibration.", + "display_type": "normalized" + }, + "222": { + "ideal": "", + "critical": false, + "description": "Time spent operating under data load (movement of magnetic head armature).", + "display_type": "normalized" + }, + "223": { + "ideal": "", + "critical": false, + "description": "Count of times head changes position.", + "display_type": "normalized" + }, + "224": { + "ideal": "low", + "critical": false, + "description": "Resistance caused by friction in mechanical parts while operating.", + "display_type": "normalized" + }, + "225": { + "ideal": "low", + "critical": false, + "description": "Total count of load cycles Some drives use 193 (0xC1) for Load Cycle Count instead. See Description for 193 for significance of this number. ", + "display_type": "normalized" + }, + "226": { + "ideal": "", + "critical": false, + "description": "Total time of loading on the magnetic heads actuator (time not spent in parking area).", + "display_type": "normalized" + }, + "227": { + "ideal": "low", + "critical": false, + "description": "Count of attempts to compensate for platter speed variations.[66]", + "display_type": "" + }, + "228": { + "ideal": "low", + "critical": false, + "description": "The number of power-off cycles which are counted whenever there is a \"retract event\" and the heads are loaded off of the media such as when the machine is powered down, put to sleep, or is idle.", + "display_type": "" + }, + "230": { + "ideal": "", + "critical": false, + "description": "Amplitude of \"thrashing\" (repetitive head moving motions between operations).", + "display_type": "normalized" + }, + "231": { + "ideal": "", + "critical": false, + "description": "Indicates the approximate SSD life left, in terms of program/erase cycles or available reserved blocks. A normalized value of 100 represents a new drive, with a threshold value at 10 indicating a need for replacement. A value of 0 may mean that the drive is operating in read-only mode to allow data recovery.", + "display_type": "normalized" + }, + "232": { + "ideal": "", + "critical": false, + "description": "Number of physical erase cycles completed on the SSD as a percentage of the maximum physical erase cycles the drive is designed to endure.", + "display_type": "normalized" + }, + "233": { + "ideal": "", + "critical": false, + "description": "Intel SSDs report a normalized value from 100, a new drive, to a minimum of 1. It decreases while the NAND erase cycles increase from 0 to the maximum-rated cycles.", + "display_type": "normalized" + }, + "234": { + "ideal": "", + "critical": false, + "description": "Decoded as: byte 0-1-2 = average erase count (big endian) and byte 3-4-5 = max erase count (big endian).", + "display_type": "normalized" + }, + "235": { + "ideal": "", + "critical": false, + "description": "Decoded as: byte 0-1-2 = good block count (big endian) and byte 3-4 = system (free) block count.", + "display_type": "normalized" + }, + "240": { + "ideal": "", + "critical": false, + "description": "Time spent during the positioning of the drive heads.[15][71] Some Fujitsu drives report the count of link resets during a data transfer.", + "display_type": "normalized" + }, + "241": { + "ideal": "", + "critical": false, + "description": "Total count of LBAs written.", + "display_type": "normalized" + }, + "242": { + "ideal": "", + "critical": false, + "description": "Total count of LBAs read.Some S.M.A.R.T. utilities will report a negative number for the raw value since in reality it has 48 bits rather than 32.", + "display_type": "normalized" + }, + "243": { + "ideal": "", + "critical": false, + "description": "The upper 5 bytes of the 12-byte total number of LBAs written to the device. The lower 7 byte value is located at attribute 0xF1.", + "display_type": "normalized" + }, + "244": { + "ideal": "", + "critical": false, + "description": "The upper 5 bytes of the 12-byte total number of LBAs read from the device. The lower 7 byte value is located at attribute 0xF2.", + "display_type": "normalized" + }, + "249": { + "ideal": "", + "critical": false, + "description": "Total NAND Writes. Raw value reports the number of writes to NAND in 1 GB increments.", + "display_type": "normalized" + }, + "250": { + "ideal": "low", + "critical": false, + "description": "Count of errors while reading from a disk.", + "display_type": "normalized" + }, + "251": { + "ideal": "", + "critical": false, + "description": "The Minimum Spares Remaining attribute indicates the number of remaining spare blocks as a percentage of the total number of spare blocks available.", + "display_type": "normalized" + }, + "252": { + "ideal": "", + "critical": false, + "description": "The Newly Added Bad Flash Block attribute indicates the total number of bad flash blocks the drive detected since it was first initialized in manufacturing.", + "display_type": "normalized" + }, + "254": { + "ideal": "low", + "critical": false, + "description": "Count of \"Free Fall Events\" detected.", + "display_type": "normalized" + }, + "3": { + "ideal": "low", + "critical": false, + "description": "Average time of spindle spin up (from zero RPM to fully operational [milliseconds]).", + "observed_thresholds": [{ + "low": 78, + "high": 96, + "annual_failure_rate": 0.11452195377351217, + "error_interval": [0.10591837762295722, 0.12363823501915781] + }, { + "low": 96, + "high": 114, + "annual_failure_rate": 0.040274562840558074, + "error_interval": [0.03465055611002801, 0.046551312468303144] + }, { + "low": 114, + "high": 132, + "annual_failure_rate": 0.009100406705780476, + "error_interval": [0.006530608971356785, 0.012345729280075591] + }, { + "low": 132, + "high": 150, + "annual_failure_rate": 0.008561351734020232, + "error_interval": [0.004273795939256936, 0.015318623141355509] + }, { + "low": 150, + "high": 168, + "annual_failure_rate": 0.015780508262068848, + "error_interval": [0.005123888078524015, 0.03682644215646287] + }, { + "low": 168, + "high": 186, + "annual_failure_rate": 0.05262688124794024, + "error_interval": [0.0325768689524594, 0.08044577830285578] + }, { + "low": 186, + "high": 204, + "annual_failure_rate": 0.01957419424036038, + "error_interval": [0.0023705257325185624, 0.0707087198669825] + }, { + "low": 204, + "high": 222, + "annual_failure_rate": 0.026050959960031404, + "error_interval": [0.0006595532020744994, 0.1451466588889228] + }], + "display_type": "normalized" + }, + "4": { + "ideal": "", + "critical": false, + "description": "A tally of spindle start/stop cycles. The spindle turns on, and hence the count is increased, both when the hard disk is turned on after having before been turned entirely off (disconnected from power source) and when the hard disk returns from having previously been put to sleep mode.", + "observed_thresholds": [{ + "low": 0, + "high": 13, + "annual_failure_rate": 0.01989335424860646, + "error_interval": [0.016596548909440657, 0.023653263230617408] + }, { + "low": 13, + "high": 26, + "annual_failure_rate": 0.03776935438256488, + "error_interval": [0.03310396052098642, 0.04290806173460437] + }, { + "low": 26, + "high": 39, + "annual_failure_rate": 0.11022223828187004, + "error_interval": [0.09655110535164119, 0.12528657238811672] + }, { + "low": 39, + "high": 52, + "annual_failure_rate": 0.16289995457762474, + "error_interval": [0.13926541653588131, 0.18939614504497515] + }, { + "low": 52, + "high": 65, + "annual_failure_rate": 0.19358212432279714, + "error_interval": [0.15864522253849073, 0.23392418181765526] + }, { + "low": 65, + "high": 78, + "annual_failure_rate": 0.1157094940074447, + "error_interval": [0.07861898732346269, 0.16424039052527728] + }, { + "low": 78, + "high": 91, + "annual_failure_rate": 0.12262136155304391, + "error_interval": [0.0670382394080032, 0.20573780888032978] + }, {"low": 91, "high": 104, "annual_failure_rate": 0, "error_interval": [0, 0]}], + "display_type": "raw" + }, + "5": { + "ideal": "low", + "critical": true, + "description": "Count of reallocated sectors. The raw value represents a count of the bad sectors that have been found and remapped.Thus, the higher the attribute value, the more sectors the drive has had to reallocate. This value is primarily used as a metric of the life expectancy of the drive; a drive which has had any reallocations at all is significantly more likely to fail in the immediate months.", + "observed_thresholds": [{ + "low": 0, + "high": 0, + "annual_failure_rate": 0.025169175350572493, + "error_interval": [0.022768612038746357, 0.027753988579272894] + }, { + "low": 1, + "high": 4, + "annual_failure_rate": 0.027432608477803388, + "error_interval": [0.010067283827589948, 0.05970923963096652] + }, { + "low": 4, + "high": 16, + "annual_failure_rate": 0.07501976284584981, + "error_interval": [0.039944864177334186, 0.12828607921150972] + }, { + "low": 16, + "high": 70, + "annual_failure_rate": 0.23589260654405794, + "error_interval": [0.1643078435800227, 0.32806951196017664] + }, { + "low": 70, + "high": 260, + "annual_failure_rate": 0.36193219378600433, + "error_interval": [0.2608488901774093, 0.4892271827875412] + }, { + "low": 260, + "high": 1100, + "annual_failure_rate": 0.5676621428968173, + "error_interval": [0.4527895568499355, 0.702804359408436] + }, { + "low": 1100, + "high": 4500, + "annual_failure_rate": 1.5028253400346423, + "error_interval": [1.2681757596263297, 1.768305221795894] + }, { + "low": 4500, + "high": 17000, + "annual_failure_rate": 2.0659987547404763, + "error_interval": [1.6809790460512237, 2.512808045182302] + }, { + "low": 17000, + "high": 70000, + "annual_failure_rate": 1.7755385684503124, + "error_interval": [1.2796520259849835, 2.400012341226441] + }], + "display_type": "raw" + }, + "6": { + "ideal": "", + "critical": false, + "description": "Margin of a channel while reading data. The function of this attribute is not specified.", + "display_type": "normalized" + }, + "7": { + "ideal": "", + "critical": false, + "description": "(Vendor specific raw value.) Rate of seek errors of the magnetic heads. If there is a partial failure in the mechanical positioning system, then seek errors will arise. Such a failure may be due to numerous factors, such as damage to a servo, or thermal widening of the hard disk. The raw value has different structure for different vendors and is often not meaningful as a decimal number.", + "observed_thresholds": [{ + "low": 58, + "high": 76, + "annual_failure_rate": 0.2040131025936549, + "error_interval": [0.17032852883286412, 0.2424096283327138] + }, { + "low": 76, + "high": 94, + "annual_failure_rate": 0.08725919610118257, + "error_interval": [0.08077138510999876, 0.09412943212007528] + }, { + "low": 94, + "high": 112, + "annual_failure_rate": 0.01087335627722523, + "error_interval": [0.008732197944943352, 0.013380600544561905] + }, {"low": 112, "high": 130, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 130, + "high": 148, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, {"low": 148, "high": 166, "annual_failure_rate": 0, "error_interval": [0, 0]}, { + "low": 166, + "high": 184, + "annual_failure_rate": 0, + "error_interval": [0, 0] + }, { + "low": 184, + "high": 202, + "annual_failure_rate": 0.05316285755900475, + "error_interval": [0.03370069132942804, 0.07977038905848267] + }], + "display_type": "normalized" + }, + "8": { + "ideal": "high", + "critical": false, + "description": "Average performance of seek operations of the magnetic heads. If this attribute is decreasing, it is a sign of problems in the mechanical subsystem.", + "display_type": "normalized" + }, + "9": { + "ideal": "", + "critical": false, + "description": "Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours. On some pre-2005 drives, this raw value may advance erratically and/or \"wrap around\" (reset to zero periodically).", + "display_type": "normalized" + } + }, "success": true +} diff --git a/webapp/frontend/src/app/data/mock/device/details/sdd.ts b/webapp/frontend/src/app/data/mock/device/details/sdd.ts new file mode 100644 index 0000000..5884342 --- /dev/null +++ b/webapp/frontend/src/app/data/mock/device/details/sdd.ts @@ -0,0 +1,1240 @@ +export const sdd = { + "data": { + "CreatedAt": "2020-08-28T07:55:27.76380029Z", + "UpdatedAt": "2020-09-08T21:39:26.575283-07:00", + "DeletedAt": null, + "wwn": "0x5000cca252c859cc", + "device_name": "sdd", + "manufacturer": "SEAGATE", + "model_name": "WDC_WD80EFAX-68LHPN0", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "7SGLXXXXX", + "firmware": "", + "rotational_speed": 7200, + "capacity": 4000787030016, + "form_factor": "3.5 inches", + "smart_support": false, + "device_protocol": "SCSI", + "device_type": "scsi", + "smart_results": [{ + "ID": 47, + "CreatedAt": "2020-09-08T21:39:26.576373-07:00", + "UpdatedAt": "2020-09-08T21:39:26.576373-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T15:27:02-07:00", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": [], + "nvme_attributes": [], + "scsi_attributes": [{ + "ID": 183, + "CreatedAt": "2020-09-08T21:39:26.576671-07:00", + "UpdatedAt": "2020-09-08T21:39:26.576671-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 157, + "CreatedAt": "2020-09-07T15:47:21.34270442Z", + "UpdatedAt": "2020-09-07T15:47:21.34270442Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 131, + "CreatedAt": "2020-09-07T15:38:56.63806264Z", + "UpdatedAt": "2020-09-07T15:38:56.63806264Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 105, + "CreatedAt": "2020-09-07T15:26:07.511359323Z", + "UpdatedAt": "2020-09-07T15:26:07.511359323Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 79, + "CreatedAt": "2020-09-07T15:19:17.472566367Z", + "UpdatedAt": "2020-09-07T15:19:17.472566367Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 53, + "CreatedAt": "2020-09-07T15:10:40.252068341Z", + "UpdatedAt": "2020-09-07T15:10:40.252068341Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 27, + "CreatedAt": "2020-09-06T23:14:39.854497534Z", + "UpdatedAt": "2020-09-06T23:14:39.854497534Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 1, + "CreatedAt": "2020-08-28T07:55:27.845073051Z", + "UpdatedAt": "2020-08-28T07:55:27.845073051Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 56, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 184, + "CreatedAt": "2020-09-08T21:39:26.577142-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577142-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 158, + "CreatedAt": "2020-09-07T15:47:21.34285782Z", + "UpdatedAt": "2020-09-07T15:47:21.34285782Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 132, + "CreatedAt": "2020-09-07T15:38:56.638194141Z", + "UpdatedAt": "2020-09-07T15:38:56.638194141Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 106, + "CreatedAt": "2020-09-07T15:26:07.511676732Z", + "UpdatedAt": "2020-09-07T15:26:07.511676732Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 80, + "CreatedAt": "2020-09-07T15:19:17.472704067Z", + "UpdatedAt": "2020-09-07T15:19:17.472704067Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 54, + "CreatedAt": "2020-09-07T15:10:40.252408443Z", + "UpdatedAt": "2020-09-07T15:10:40.252408443Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 28, + "CreatedAt": "2020-09-06T23:14:39.854629938Z", + "UpdatedAt": "2020-09-06T23:14:39.854629938Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 2, + "CreatedAt": "2020-08-28T07:55:27.845217252Z", + "UpdatedAt": "2020-08-28T07:55:27.845217252Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 185, + "CreatedAt": "2020-09-08T21:39:26.577223-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577223-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 159, + "CreatedAt": "2020-09-07T15:47:21.342970521Z", + "UpdatedAt": "2020-09-07T15:47:21.342970521Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 133, + "CreatedAt": "2020-09-07T15:38:56.638272842Z", + "UpdatedAt": "2020-09-07T15:38:56.638272842Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 107, + "CreatedAt": "2020-09-07T15:26:07.511771334Z", + "UpdatedAt": "2020-09-07T15:26:07.511771334Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 81, + "CreatedAt": "2020-09-07T15:19:17.472780267Z", + "UpdatedAt": "2020-09-07T15:19:17.472780267Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 55, + "CreatedAt": "2020-09-07T15:10:40.252543044Z", + "UpdatedAt": "2020-09-07T15:10:40.252543044Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 29, + "CreatedAt": "2020-09-06T23:14:39.85470424Z", + "UpdatedAt": "2020-09-06T23:14:39.85470424Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 3, + "CreatedAt": "2020-08-28T07:55:27.845307694Z", + "UpdatedAt": "2020-08-28T07:55:27.845307694Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 186, + "CreatedAt": "2020-09-08T21:39:26.577322-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577322-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 160, + "CreatedAt": "2020-09-07T15:47:21.343052321Z", + "UpdatedAt": "2020-09-07T15:47:21.343052321Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 134, + "CreatedAt": "2020-09-07T15:38:56.638349442Z", + "UpdatedAt": "2020-09-07T15:38:56.638349442Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 108, + "CreatedAt": "2020-09-07T15:26:07.512120944Z", + "UpdatedAt": "2020-09-07T15:26:07.512120944Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 82, + "CreatedAt": "2020-09-07T15:19:17.472863366Z", + "UpdatedAt": "2020-09-07T15:19:17.472863366Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 56, + "CreatedAt": "2020-09-07T15:10:40.252654845Z", + "UpdatedAt": "2020-09-07T15:10:40.252654845Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 30, + "CreatedAt": "2020-09-06T23:14:39.854773542Z", + "UpdatedAt": "2020-09-06T23:14:39.854773542Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 4, + "CreatedAt": "2020-08-28T07:55:27.845417944Z", + "UpdatedAt": "2020-08-28T07:55:27.845417944Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 187, + "CreatedAt": "2020-09-08T21:39:26.577402-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577402-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 161, + "CreatedAt": "2020-09-07T15:47:21.343130621Z", + "UpdatedAt": "2020-09-07T15:47:21.343130621Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 135, + "CreatedAt": "2020-09-07T15:38:56.638419243Z", + "UpdatedAt": "2020-09-07T15:38:56.638419243Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 109, + "CreatedAt": "2020-09-07T15:26:07.512289049Z", + "UpdatedAt": "2020-09-07T15:26:07.512289049Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 83, + "CreatedAt": "2020-09-07T15:19:17.472931366Z", + "UpdatedAt": "2020-09-07T15:19:17.472931366Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 57, + "CreatedAt": "2020-09-07T15:10:40.252764246Z", + "UpdatedAt": "2020-09-07T15:10:40.252764246Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 31, + "CreatedAt": "2020-09-06T23:14:39.854857145Z", + "UpdatedAt": "2020-09-06T23:14:39.854857145Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 5, + "CreatedAt": "2020-08-28T07:55:27.84550537Z", + "UpdatedAt": "2020-08-28T07:55:27.84550537Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 300357663, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 188, + "CreatedAt": "2020-09-08T21:39:26.577467-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577467-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 162, + "CreatedAt": "2020-09-07T15:47:21.343232021Z", + "UpdatedAt": "2020-09-07T15:47:21.343232021Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 136, + "CreatedAt": "2020-09-07T15:38:56.638492144Z", + "UpdatedAt": "2020-09-07T15:38:56.638492144Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 110, + "CreatedAt": "2020-09-07T15:26:07.512411952Z", + "UpdatedAt": "2020-09-07T15:26:07.512411952Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 84, + "CreatedAt": "2020-09-07T15:19:17.473000166Z", + "UpdatedAt": "2020-09-07T15:19:17.473000166Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 58, + "CreatedAt": "2020-09-07T15:10:40.252885147Z", + "UpdatedAt": "2020-09-07T15:10:40.252885147Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 32, + "CreatedAt": "2020-09-06T23:14:39.854921646Z", + "UpdatedAt": "2020-09-06T23:14:39.854921646Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 6, + "CreatedAt": "2020-08-28T07:55:27.845607015Z", + "UpdatedAt": "2020-08-28T07:55:27.845607015Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 189, + "CreatedAt": "2020-09-08T21:39:26.577528-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577528-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 163, + "CreatedAt": "2020-09-07T15:47:21.343302621Z", + "UpdatedAt": "2020-09-07T15:47:21.343302621Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 137, + "CreatedAt": "2020-09-07T15:38:56.638557144Z", + "UpdatedAt": "2020-09-07T15:38:56.638557144Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 111, + "CreatedAt": "2020-09-07T15:26:07.512526855Z", + "UpdatedAt": "2020-09-07T15:26:07.512526855Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 85, + "CreatedAt": "2020-09-07T15:19:17.473078066Z", + "UpdatedAt": "2020-09-07T15:19:17.473078066Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 59, + "CreatedAt": "2020-09-07T15:10:40.252987648Z", + "UpdatedAt": "2020-09-07T15:10:40.252987648Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 33, + "CreatedAt": "2020-09-06T23:14:39.854986748Z", + "UpdatedAt": "2020-09-06T23:14:39.854986748Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 7, + "CreatedAt": "2020-08-28T07:55:27.845686961Z", + "UpdatedAt": "2020-08-28T07:55:27.845686961Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 190, + "CreatedAt": "2020-09-08T21:39:26.577585-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577585-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 164, + "CreatedAt": "2020-09-07T15:47:21.343385821Z", + "UpdatedAt": "2020-09-07T15:47:21.343385821Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 138, + "CreatedAt": "2020-09-07T15:38:56.638623345Z", + "UpdatedAt": "2020-09-07T15:38:56.638623345Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 112, + "CreatedAt": "2020-09-07T15:26:07.51269696Z", + "UpdatedAt": "2020-09-07T15:26:07.51269696Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 86, + "CreatedAt": "2020-09-07T15:19:17.473144665Z", + "UpdatedAt": "2020-09-07T15:19:17.473144665Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 60, + "CreatedAt": "2020-09-07T15:10:40.253104448Z", + "UpdatedAt": "2020-09-07T15:10:40.253104448Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 34, + "CreatedAt": "2020-09-06T23:14:39.85505285Z", + "UpdatedAt": "2020-09-06T23:14:39.85505285Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 8, + "CreatedAt": "2020-08-28T07:55:27.845805078Z", + "UpdatedAt": "2020-08-28T07:55:27.845805078Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 191, + "CreatedAt": "2020-09-08T21:39:26.577642-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577642-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 165, + "CreatedAt": "2020-09-07T15:47:21.343465022Z", + "UpdatedAt": "2020-09-07T15:47:21.343465022Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 139, + "CreatedAt": "2020-09-07T15:38:56.638687045Z", + "UpdatedAt": "2020-09-07T15:38:56.638687045Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 113, + "CreatedAt": "2020-09-07T15:26:07.512816463Z", + "UpdatedAt": "2020-09-07T15:26:07.512816463Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 87, + "CreatedAt": "2020-09-07T15:19:17.473246965Z", + "UpdatedAt": "2020-09-07T15:19:17.473246965Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 61, + "CreatedAt": "2020-09-07T15:10:40.253434751Z", + "UpdatedAt": "2020-09-07T15:10:40.253434751Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 35, + "CreatedAt": "2020-09-06T23:14:39.855116452Z", + "UpdatedAt": "2020-09-06T23:14:39.855116452Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 9, + "CreatedAt": "2020-08-28T07:55:27.846267863Z", + "UpdatedAt": "2020-08-28T07:55:27.846267863Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 192, + "CreatedAt": "2020-09-08T21:39:26.577699-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577699-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 166, + "CreatedAt": "2020-09-07T15:47:21.343534322Z", + "UpdatedAt": "2020-09-07T15:47:21.343534322Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 140, + "CreatedAt": "2020-09-07T15:38:56.638979448Z", + "UpdatedAt": "2020-09-07T15:38:56.638979448Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 114, + "CreatedAt": "2020-09-07T15:26:07.513298876Z", + "UpdatedAt": "2020-09-07T15:26:07.513298876Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 88, + "CreatedAt": "2020-09-07T15:19:17.473324965Z", + "UpdatedAt": "2020-09-07T15:19:17.473324965Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 62, + "CreatedAt": "2020-09-07T15:10:40.253539552Z", + "UpdatedAt": "2020-09-07T15:10:40.253539552Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 36, + "CreatedAt": "2020-09-06T23:14:39.855181654Z", + "UpdatedAt": "2020-09-06T23:14:39.855181654Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 10, + "CreatedAt": "2020-08-28T07:55:27.846466097Z", + "UpdatedAt": "2020-08-28T07:55:27.846466097Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 193, + "CreatedAt": "2020-09-08T21:39:26.577768-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577768-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 167, + "CreatedAt": "2020-09-07T15:47:21.343602322Z", + "UpdatedAt": "2020-09-07T15:47:21.343602322Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 141, + "CreatedAt": "2020-09-07T15:38:56.639119449Z", + "UpdatedAt": "2020-09-07T15:38:56.639119449Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 115, + "CreatedAt": "2020-09-07T15:26:07.513392579Z", + "UpdatedAt": "2020-09-07T15:26:07.513392579Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 89, + "CreatedAt": "2020-09-07T15:19:17.473396265Z", + "UpdatedAt": "2020-09-07T15:19:17.473396265Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 63, + "CreatedAt": "2020-09-07T15:10:40.253617252Z", + "UpdatedAt": "2020-09-07T15:10:40.253617252Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 37, + "CreatedAt": "2020-09-06T23:14:39.855245056Z", + "UpdatedAt": "2020-09-06T23:14:39.855245056Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 11, + "CreatedAt": "2020-08-28T07:55:27.846680695Z", + "UpdatedAt": "2020-08-28T07:55:27.846680695Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 194, + "CreatedAt": "2020-09-08T21:39:26.577827-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577827-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 168, + "CreatedAt": "2020-09-07T15:47:21.343669122Z", + "UpdatedAt": "2020-09-07T15:47:21.343669122Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 142, + "CreatedAt": "2020-09-07T15:38:56.63923905Z", + "UpdatedAt": "2020-09-07T15:38:56.63923905Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 116, + "CreatedAt": "2020-09-07T15:26:07.513473381Z", + "UpdatedAt": "2020-09-07T15:26:07.513473381Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 90, + "CreatedAt": "2020-09-07T15:19:17.473465964Z", + "UpdatedAt": "2020-09-07T15:19:17.473465964Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 64, + "CreatedAt": "2020-09-07T15:10:40.253699153Z", + "UpdatedAt": "2020-09-07T15:10:40.253699153Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 38, + "CreatedAt": "2020-09-06T23:14:39.855310158Z", + "UpdatedAt": "2020-09-06T23:14:39.855310158Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 12, + "CreatedAt": "2020-08-28T07:55:27.847304842Z", + "UpdatedAt": "2020-08-28T07:55:27.847304842Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 195, + "CreatedAt": "2020-09-08T21:39:26.577884-07:00", + "UpdatedAt": "2020-09-08T21:39:26.577884-07:00", + "DeletedAt": null, + "smart_id": 47, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 169, + "CreatedAt": "2020-09-07T15:47:21.343735222Z", + "UpdatedAt": "2020-09-07T15:47:21.343735222Z", + "DeletedAt": null, + "smart_id": 41, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 143, + "CreatedAt": "2020-09-07T15:38:56.639331551Z", + "UpdatedAt": "2020-09-07T15:38:56.639331551Z", + "DeletedAt": null, + "smart_id": 35, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 117, + "CreatedAt": "2020-09-07T15:26:07.513551783Z", + "UpdatedAt": "2020-09-07T15:26:07.513551783Z", + "DeletedAt": null, + "smart_id": 29, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 91, + "CreatedAt": "2020-09-07T15:19:17.473531164Z", + "UpdatedAt": "2020-09-07T15:19:17.473531164Z", + "DeletedAt": null, + "smart_id": 23, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 65, + "CreatedAt": "2020-09-07T15:10:40.253767653Z", + "UpdatedAt": "2020-09-07T15:10:40.253767653Z", + "DeletedAt": null, + "smart_id": 17, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 39, + "CreatedAt": "2020-09-06T23:14:39.85537276Z", + "UpdatedAt": "2020-09-06T23:14:39.85537276Z", + "DeletedAt": null, + "smart_id": 11, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 13, + "CreatedAt": "2020-08-28T07:55:27.847458217Z", + "UpdatedAt": "2020-08-28T07:55:27.847458217Z", + "DeletedAt": null, + "smart_id": 5, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }] + }] + }, "metadata": { + "read.correction_algorithm_invocations": { + "ideal": "", + "critical": false, + "description": "", + "display_type": "" + }, + "read.errors_corrected_by_eccdelayed": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "read.errors_corrected_by_eccfast": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "read.errors_corrected_by_rereads_rewrites": { + "ideal": "low", + "critical": true, + "description": "", + "display_type": "" + }, + "read.total_errors_corrected": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "read.total_uncorrected_errors": {"ideal": "low", "critical": true, "description": "", "display_type": ""}, + "scsi_grown_defect_list": {"ideal": "low", "critical": true, "description": "", "display_type": ""}, + "write.correction_algorithm_invocations": { + "ideal": "", + "critical": false, + "description": "", + "display_type": "" + }, + "write.errors_corrected_by_eccdelayed": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "write.errors_corrected_by_eccfast": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "write.errors_corrected_by_rereads_rewrites": { + "ideal": "low", + "critical": true, + "description": "", + "display_type": "" + }, + "write.total_errors_corrected": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "write.total_uncorrected_errors": {"ideal": "low", "critical": true, "description": "", "display_type": ""} + }, "success": true +} diff --git a/webapp/frontend/src/app/data/mock/device/details/sde.ts b/webapp/frontend/src/app/data/mock/device/details/sde.ts new file mode 100644 index 0000000..3a05f9a --- /dev/null +++ b/webapp/frontend/src/app/data/mock/device/details/sde.ts @@ -0,0 +1,1240 @@ +export const sde = { + "data": { + "CreatedAt": "2020-08-28T07:55:27.768220079Z", + "UpdatedAt": "2020-09-08T21:39:26.578973-07:00", + "DeletedAt": null, + "wwn": "0x5000cca264ebc248", + "device_name": "sde", + "manufacturer": "SEAGATE", + "model_name": "WDC_WD140EDFZ-11A0VA0", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "9RK3XXXXX", + "firmware": "", + "rotational_speed": 10500, + "capacity": 1200243695616, + "form_factor": "2.5 inches", + "smart_support": false, + "device_protocol": "SCSI", + "device_type": "scsi", + "smart_results": [{ + "ID": 48, + "CreatedAt": "2020-09-08T21:39:26.579623-07:00", + "UpdatedAt": "2020-09-08T21:39:26.579623-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T15:09:15-08:00", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": [], + "nvme_attributes": [], + "scsi_attributes": [{ + "ID": 196, + "CreatedAt": "2020-09-08T21:39:26.57989-07:00", + "UpdatedAt": "2020-09-08T21:39:26.57989-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 170, + "CreatedAt": "2020-09-07T15:47:21.347996632Z", + "UpdatedAt": "2020-09-07T15:47:21.347996632Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 144, + "CreatedAt": "2020-09-07T15:38:56.643262186Z", + "UpdatedAt": "2020-09-07T15:38:56.643262186Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 118, + "CreatedAt": "2020-09-07T15:26:07.517433189Z", + "UpdatedAt": "2020-09-07T15:26:07.517433189Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 92, + "CreatedAt": "2020-09-07T15:19:17.478404748Z", + "UpdatedAt": "2020-09-07T15:19:17.478404748Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 66, + "CreatedAt": "2020-09-07T15:10:40.257359179Z", + "UpdatedAt": "2020-09-07T15:10:40.257359179Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 40, + "CreatedAt": "2020-09-06T23:14:39.858833764Z", + "UpdatedAt": "2020-09-06T23:14:39.858833764Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 14, + "CreatedAt": "2020-08-28T07:55:27.880197174Z", + "UpdatedAt": "2020-08-28T07:55:27.880197174Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "scsi_grown_defect_list", + "name": "Grown Defect List", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 197, + "CreatedAt": "2020-09-08T21:39:26.580007-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580007-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 171, + "CreatedAt": "2020-09-07T15:47:21.348133432Z", + "UpdatedAt": "2020-09-07T15:47:21.348133432Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 145, + "CreatedAt": "2020-09-07T15:38:56.643384087Z", + "UpdatedAt": "2020-09-07T15:38:56.643384087Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 119, + "CreatedAt": "2020-09-07T15:26:07.517563293Z", + "UpdatedAt": "2020-09-07T15:26:07.517563293Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 93, + "CreatedAt": "2020-09-07T15:19:17.478524847Z", + "UpdatedAt": "2020-09-07T15:19:17.478524847Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 67, + "CreatedAt": "2020-09-07T15:10:40.25748088Z", + "UpdatedAt": "2020-09-07T15:10:40.25748088Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 41, + "CreatedAt": "2020-09-06T23:14:39.858944067Z", + "UpdatedAt": "2020-09-06T23:14:39.858944067Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 15, + "CreatedAt": "2020-08-28T07:55:27.880309617Z", + "UpdatedAt": "2020-08-28T07:55:27.880309617Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "read.errors_corrected_by_eccfast", + "name": "Read Errors Corrected by ECC Fast", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 198, + "CreatedAt": "2020-09-08T21:39:26.580075-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580075-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 172, + "CreatedAt": "2020-09-07T15:47:21.348217832Z", + "UpdatedAt": "2020-09-07T15:47:21.348217832Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 146, + "CreatedAt": "2020-09-07T15:38:56.643456487Z", + "UpdatedAt": "2020-09-07T15:38:56.643456487Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 120, + "CreatedAt": "2020-09-07T15:26:07.517650595Z", + "UpdatedAt": "2020-09-07T15:26:07.517650595Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 94, + "CreatedAt": "2020-09-07T15:19:17.478603147Z", + "UpdatedAt": "2020-09-07T15:19:17.478603147Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 68, + "CreatedAt": "2020-09-07T15:10:40.257557681Z", + "UpdatedAt": "2020-09-07T15:10:40.257557681Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 42, + "CreatedAt": "2020-09-06T23:14:39.859017069Z", + "UpdatedAt": "2020-09-06T23:14:39.859017069Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 16, + "CreatedAt": "2020-08-28T07:55:27.880411683Z", + "UpdatedAt": "2020-08-28T07:55:27.880411683Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "read.errors_corrected_by_eccdelayed", + "name": "Read Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 199, + "CreatedAt": "2020-09-08T21:39:26.580136-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580136-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 173, + "CreatedAt": "2020-09-07T15:47:21.348293632Z", + "UpdatedAt": "2020-09-07T15:47:21.348293632Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 147, + "CreatedAt": "2020-09-07T15:38:56.643525088Z", + "UpdatedAt": "2020-09-07T15:38:56.643525088Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 121, + "CreatedAt": "2020-09-07T15:26:07.517759798Z", + "UpdatedAt": "2020-09-07T15:26:07.517759798Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 95, + "CreatedAt": "2020-09-07T15:19:17.478705847Z", + "UpdatedAt": "2020-09-07T15:19:17.478705847Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 69, + "CreatedAt": "2020-09-07T15:10:40.257628781Z", + "UpdatedAt": "2020-09-07T15:10:40.257628781Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 43, + "CreatedAt": "2020-09-06T23:14:39.859087271Z", + "UpdatedAt": "2020-09-06T23:14:39.859087271Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 17, + "CreatedAt": "2020-08-28T07:55:27.880496133Z", + "UpdatedAt": "2020-08-28T07:55:27.880496133Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "read.errors_corrected_by_rereads_rewrites", + "name": "Read Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 200, + "CreatedAt": "2020-09-08T21:39:26.580199-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580199-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 174, + "CreatedAt": "2020-09-07T15:47:21.348561033Z", + "UpdatedAt": "2020-09-07T15:47:21.348561033Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 148, + "CreatedAt": "2020-09-07T15:38:56.643590489Z", + "UpdatedAt": "2020-09-07T15:38:56.643590489Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 122, + "CreatedAt": "2020-09-07T15:26:07.5178383Z", + "UpdatedAt": "2020-09-07T15:26:07.5178383Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 96, + "CreatedAt": "2020-09-07T15:19:17.478776947Z", + "UpdatedAt": "2020-09-07T15:19:17.478776947Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 70, + "CreatedAt": "2020-09-07T15:10:40.257696282Z", + "UpdatedAt": "2020-09-07T15:10:40.257696282Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 44, + "CreatedAt": "2020-09-06T23:14:39.859153473Z", + "UpdatedAt": "2020-09-06T23:14:39.859153473Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 18, + "CreatedAt": "2020-08-28T07:55:27.8805957Z", + "UpdatedAt": "2020-08-28T07:55:27.8805957Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "read.total_errors_corrected", + "name": "Read Total Errors Corrected", + "value": 1410362924, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 201, + "CreatedAt": "2020-09-08T21:39:26.580259-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580259-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 175, + "CreatedAt": "2020-09-07T15:47:21.348729333Z", + "UpdatedAt": "2020-09-07T15:47:21.348729333Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 149, + "CreatedAt": "2020-09-07T15:38:56.643654789Z", + "UpdatedAt": "2020-09-07T15:38:56.643654789Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 123, + "CreatedAt": "2020-09-07T15:26:07.517916302Z", + "UpdatedAt": "2020-09-07T15:26:07.517916302Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 97, + "CreatedAt": "2020-09-07T15:19:17.478847046Z", + "UpdatedAt": "2020-09-07T15:19:17.478847046Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 71, + "CreatedAt": "2020-09-07T15:10:40.257761682Z", + "UpdatedAt": "2020-09-07T15:10:40.257761682Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 45, + "CreatedAt": "2020-09-06T23:14:39.859216975Z", + "UpdatedAt": "2020-09-06T23:14:39.859216975Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 19, + "CreatedAt": "2020-08-28T07:55:27.880669044Z", + "UpdatedAt": "2020-08-28T07:55:27.880669044Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "read.correction_algorithm_invocations", + "name": "Read Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 202, + "CreatedAt": "2020-09-08T21:39:26.580325-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580325-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 176, + "CreatedAt": "2020-09-07T15:47:21.348844733Z", + "UpdatedAt": "2020-09-07T15:47:21.348844733Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 150, + "CreatedAt": "2020-09-07T15:38:56.64372119Z", + "UpdatedAt": "2020-09-07T15:38:56.64372119Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 124, + "CreatedAt": "2020-09-07T15:26:07.517990504Z", + "UpdatedAt": "2020-09-07T15:26:07.517990504Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 98, + "CreatedAt": "2020-09-07T15:19:17.478914046Z", + "UpdatedAt": "2020-09-07T15:19:17.478914046Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 72, + "CreatedAt": "2020-09-07T15:10:40.257850983Z", + "UpdatedAt": "2020-09-07T15:10:40.257850983Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 46, + "CreatedAt": "2020-09-06T23:14:39.859281377Z", + "UpdatedAt": "2020-09-06T23:14:39.859281377Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 20, + "CreatedAt": "2020-08-28T07:55:27.880762037Z", + "UpdatedAt": "2020-08-28T07:55:27.880762037Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "read.total_uncorrected_errors", + "name": "Read Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 203, + "CreatedAt": "2020-09-08T21:39:26.580401-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580401-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 177, + "CreatedAt": "2020-09-07T15:47:21.348954434Z", + "UpdatedAt": "2020-09-07T15:47:21.348954434Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 151, + "CreatedAt": "2020-09-07T15:38:56.64378519Z", + "UpdatedAt": "2020-09-07T15:38:56.64378519Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 125, + "CreatedAt": "2020-09-07T15:26:07.518063306Z", + "UpdatedAt": "2020-09-07T15:26:07.518063306Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 99, + "CreatedAt": "2020-09-07T15:19:17.478978246Z", + "UpdatedAt": "2020-09-07T15:19:17.478978246Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 73, + "CreatedAt": "2020-09-07T15:10:40.257919784Z", + "UpdatedAt": "2020-09-07T15:10:40.257919784Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 47, + "CreatedAt": "2020-09-06T23:14:39.859343279Z", + "UpdatedAt": "2020-09-06T23:14:39.859343279Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 21, + "CreatedAt": "2020-08-28T07:55:27.880831527Z", + "UpdatedAt": "2020-08-28T07:55:27.880831527Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "write.errors_corrected_by_eccfast", + "name": "Write Errors Corrected by ECC Fast", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 204, + "CreatedAt": "2020-09-08T21:39:26.580463-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580463-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 178, + "CreatedAt": "2020-09-07T15:47:21.349067634Z", + "UpdatedAt": "2020-09-07T15:47:21.349067634Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 152, + "CreatedAt": "2020-09-07T15:38:56.643850091Z", + "UpdatedAt": "2020-09-07T15:38:56.643850091Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 126, + "CreatedAt": "2020-09-07T15:26:07.518138308Z", + "UpdatedAt": "2020-09-07T15:26:07.518138308Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 100, + "CreatedAt": "2020-09-07T15:19:17.479060646Z", + "UpdatedAt": "2020-09-07T15:19:17.479060646Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 74, + "CreatedAt": "2020-09-07T15:10:40.257991684Z", + "UpdatedAt": "2020-09-07T15:10:40.257991684Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 48, + "CreatedAt": "2020-09-06T23:14:39.859415381Z", + "UpdatedAt": "2020-09-06T23:14:39.859415381Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 22, + "CreatedAt": "2020-08-28T07:55:27.88091659Z", + "UpdatedAt": "2020-08-28T07:55:27.88091659Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "write.errors_corrected_by_eccdelayed", + "name": "Write Errors Corrected by ECC Delayed", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 205, + "CreatedAt": "2020-09-08T21:39:26.580519-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580519-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 179, + "CreatedAt": "2020-09-07T15:47:21.349173034Z", + "UpdatedAt": "2020-09-07T15:47:21.349173034Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 153, + "CreatedAt": "2020-09-07T15:38:56.643916492Z", + "UpdatedAt": "2020-09-07T15:38:56.643916492Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 127, + "CreatedAt": "2020-09-07T15:26:07.51821131Z", + "UpdatedAt": "2020-09-07T15:26:07.51821131Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 101, + "CreatedAt": "2020-09-07T15:19:17.479156345Z", + "UpdatedAt": "2020-09-07T15:19:17.479156345Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 75, + "CreatedAt": "2020-09-07T15:10:40.258061285Z", + "UpdatedAt": "2020-09-07T15:10:40.258061285Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 49, + "CreatedAt": "2020-09-06T23:14:39.859474183Z", + "UpdatedAt": "2020-09-06T23:14:39.859474183Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 23, + "CreatedAt": "2020-08-28T07:55:27.880989189Z", + "UpdatedAt": "2020-08-28T07:55:27.880989189Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "write.errors_corrected_by_rereads_rewrites", + "name": "Write Errors Corrected by ReReads/ReWrites", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 206, + "CreatedAt": "2020-09-08T21:39:26.580579-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580579-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 180, + "CreatedAt": "2020-09-07T15:47:21.349306435Z", + "UpdatedAt": "2020-09-07T15:47:21.349306435Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 154, + "CreatedAt": "2020-09-07T15:38:56.643981692Z", + "UpdatedAt": "2020-09-07T15:38:56.643981692Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 128, + "CreatedAt": "2020-09-07T15:26:07.518286712Z", + "UpdatedAt": "2020-09-07T15:26:07.518286712Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 102, + "CreatedAt": "2020-09-07T15:19:17.479270845Z", + "UpdatedAt": "2020-09-07T15:19:17.479270845Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 76, + "CreatedAt": "2020-09-07T15:10:40.258142985Z", + "UpdatedAt": "2020-09-07T15:10:40.258142985Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 50, + "CreatedAt": "2020-09-06T23:14:39.859534584Z", + "UpdatedAt": "2020-09-06T23:14:39.859534584Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 24, + "CreatedAt": "2020-08-28T07:55:27.881076285Z", + "UpdatedAt": "2020-08-28T07:55:27.881076285Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "write.total_errors_corrected", + "name": "Write Total Errors Corrected", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 207, + "CreatedAt": "2020-09-08T21:39:26.580636-07:00", + "UpdatedAt": "2020-09-08T21:39:26.580636-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": -1, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 181, + "CreatedAt": "2020-09-07T15:47:21.349410535Z", + "UpdatedAt": "2020-09-07T15:47:21.349410535Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 155, + "CreatedAt": "2020-09-07T15:38:56.644047493Z", + "UpdatedAt": "2020-09-07T15:38:56.644047493Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 129, + "CreatedAt": "2020-09-07T15:26:07.518360714Z", + "UpdatedAt": "2020-09-07T15:26:07.518360714Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 103, + "CreatedAt": "2020-09-07T15:19:17.479342345Z", + "UpdatedAt": "2020-09-07T15:19:17.479342345Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 77, + "CreatedAt": "2020-09-07T15:10:40.258232186Z", + "UpdatedAt": "2020-09-07T15:10:40.258232186Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 51, + "CreatedAt": "2020-09-06T23:14:39.859593786Z", + "UpdatedAt": "2020-09-06T23:14:39.859593786Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 25, + "CreatedAt": "2020-08-28T07:55:27.881149036Z", + "UpdatedAt": "2020-08-28T07:55:27.881149036Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "write.correction_algorithm_invocations", + "name": "Write Correction Algorithm Invocations", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }, { + "ID": 208, + "CreatedAt": "2020-09-08T21:39:26.5807-07:00", + "UpdatedAt": "2020-09-08T21:39:26.5807-07:00", + "DeletedAt": null, + "smart_id": 48, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0, + "status": "passed", + "history": [{ + "ID": 182, + "CreatedAt": "2020-09-07T15:47:21.350041836Z", + "UpdatedAt": "2020-09-07T15:47:21.350041836Z", + "DeletedAt": null, + "smart_id": 42, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 156, + "CreatedAt": "2020-09-07T15:38:56.644111093Z", + "UpdatedAt": "2020-09-07T15:38:56.644111093Z", + "DeletedAt": null, + "smart_id": 36, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 130, + "CreatedAt": "2020-09-07T15:26:07.518435116Z", + "UpdatedAt": "2020-09-07T15:26:07.518435116Z", + "DeletedAt": null, + "smart_id": 30, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 104, + "CreatedAt": "2020-09-07T15:19:17.479407945Z", + "UpdatedAt": "2020-09-07T15:19:17.479407945Z", + "DeletedAt": null, + "smart_id": 24, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 78, + "CreatedAt": "2020-09-07T15:10:40.258301886Z", + "UpdatedAt": "2020-09-07T15:10:40.258301886Z", + "DeletedAt": null, + "smart_id": 18, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 52, + "CreatedAt": "2020-09-06T23:14:39.859652488Z", + "UpdatedAt": "2020-09-06T23:14:39.859652488Z", + "DeletedAt": null, + "smart_id": 12, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }, { + "ID": 26, + "CreatedAt": "2020-08-28T07:55:27.881226699Z", + "UpdatedAt": "2020-08-28T07:55:27.881226699Z", + "DeletedAt": null, + "smart_id": 6, + "attribute_id": "write.total_uncorrected_errors", + "name": "Write Total Uncorrected Errors", + "value": 0, + "thresh": 0, + "transformed_value": 0 + }] + }] + }] + }, "metadata": { + "read.correction_algorithm_invocations": { + "ideal": "", + "critical": false, + "description": "", + "display_type": "" + }, + "read.errors_corrected_by_eccdelayed": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "read.errors_corrected_by_eccfast": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "read.errors_corrected_by_rereads_rewrites": { + "ideal": "low", + "critical": true, + "description": "", + "display_type": "" + }, + "read.total_errors_corrected": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "read.total_uncorrected_errors": {"ideal": "low", "critical": true, "description": "", "display_type": ""}, + "scsi_grown_defect_list": {"ideal": "low", "critical": true, "description": "", "display_type": ""}, + "write.correction_algorithm_invocations": { + "ideal": "", + "critical": false, + "description": "", + "display_type": "" + }, + "write.errors_corrected_by_eccdelayed": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "write.errors_corrected_by_eccfast": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "write.errors_corrected_by_rereads_rewrites": { + "ideal": "low", + "critical": true, + "description": "", + "display_type": "" + }, + "write.total_errors_corrected": {"ideal": "", "critical": false, "description": "", "display_type": ""}, + "write.total_uncorrected_errors": {"ideal": "low", "critical": true, "description": "", "display_type": ""} + }, "success": true +} diff --git a/webapp/frontend/src/app/data/mock/summary/data.ts b/webapp/frontend/src/app/data/mock/summary/data.ts index 3a064ed..2893cef 100644 --- a/webapp/frontend/src/app/data/mock/summary/data.ts +++ b/webapp/frontend/src/app/data/mock/summary/data.ts @@ -2,2077 +2,810 @@ import * as moment from 'moment'; /* tslint:disable:max-line-length */ export const summary = { - "data": [ - { - "CreatedAt": "2020-08-14T03:36:00.512085958Z", - "UpdatedAt": "2020-08-14T03:36:00.512085958Z", + "data": [{ + "CreatedAt": "2020-08-28T07:55:27.751071002Z", + "UpdatedAt": "2020-09-08T21:39:26.571901-07:00", + "DeletedAt": null, + "wwn": "0x5002538e40a22954", + "device_name": "sda", + "manufacturer": "ATA", + "model_name": "Samsung_SSD_860_EVO_500GB", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "S3YZNB0KBXXXXXX", + "firmware": "002C", + "rotational_speed": 0, + "capacity": 1024209543168, + "form_factor": "", + "smart_support": false, + "device_protocol": "NVMe", + "device_type": "nvme", + "smart_results": [{ + "ID": 46, + "CreatedAt": "2020-09-08T21:39:26.572596-07:00", + "UpdatedAt": "2020-09-08T21:39:26.572596-07:00", "DeletedAt": null, - "wwn": "unknown", - "device_name": "dm-0", - "manufacturer": "unknown", - "model_name": "unknown", - "interface_type": "Unknown", - "interface_speed": "", - "serial_number": "unknown", - "firmware": "", - "rotational_speed": 0, - "capacity": 1065345024, - "form_factor": "", - "available": 0, - "smart_support": false, - "smart_results": [] - }, - { - "CreatedAt": "2020-08-14T03:36:00.526890501Z", - "UpdatedAt": "2020-08-14T03:41:00.891076695Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T05:01:02-07:00", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 40, + "CreatedAt": "2020-09-07T15:47:21.336531606Z", + "UpdatedAt": "2020-09-07T15:47:21.336531606Z", "DeletedAt": null, - "wwn": "0x5002538e40a22954", - "device_name": "sda", - "manufacturer": "ATA", - "model_name": "Samsung_SSD_860_EVO_500GB", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "S3YZNB0XXXXXX", - "firmware": "RVT02B6Q", - "rotational_speed": 0, - "capacity": 500107862016, - "form_factor": "2.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 147, - "CreatedAt": "2020-08-14T03:41:00.902558797Z", - "UpdatedAt": "2020-08-14T03:41:00.902558797Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 137, - "CreatedAt": "2020-08-14T03:40:45.655301617Z", - "UpdatedAt": "2020-08-14T03:40:45.655301617Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 129, - "CreatedAt": "2020-08-14T03:40:30.610722044Z", - "UpdatedAt": "2020-08-14T03:40:30.610722044Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 123, - "CreatedAt": "2020-08-14T03:40:15.657399344Z", - "UpdatedAt": "2020-08-14T03:40:15.657399344Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 119, - "CreatedAt": "2020-08-14T03:40:01.126412656Z", - "UpdatedAt": "2020-08-14T03:40:01.126412656Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 106, - "CreatedAt": "2020-08-14T03:39:45.557572951Z", - "UpdatedAt": "2020-08-14T03:39:45.557572951Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 99, - "CreatedAt": "2020-08-14T03:39:30.562502933Z", - "UpdatedAt": "2020-08-14T03:39:30.562502933Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 92, - "CreatedAt": "2020-08-14T03:39:15.558259164Z", - "UpdatedAt": "2020-08-14T03:39:15.558259164Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 85, - "CreatedAt": "2020-08-14T03:39:00.562200435Z", - "UpdatedAt": "2020-08-14T03:39:00.562200435Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 78, - "CreatedAt": "2020-08-14T03:38:45.541288778Z", - "UpdatedAt": "2020-08-14T03:38:45.541288778Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 71, - "CreatedAt": "2020-08-14T03:38:30.547466419Z", - "UpdatedAt": "2020-08-14T03:38:30.547466419Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 64, - "CreatedAt": "2020-08-14T03:38:15.559654568Z", - "UpdatedAt": "2020-08-14T03:38:15.559654568Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 57, - "CreatedAt": "2020-08-14T03:38:00.553573163Z", - "UpdatedAt": "2020-08-14T03:38:00.553573163Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 50, - "CreatedAt": "2020-08-14T03:37:45.540190001Z", - "UpdatedAt": "2020-08-14T03:37:45.540190001Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 43, - "CreatedAt": "2020-08-14T03:37:30.548393809Z", - "UpdatedAt": "2020-08-14T03:37:30.548393809Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 36, - "CreatedAt": "2020-08-14T03:37:15.550917535Z", - "UpdatedAt": "2020-08-14T03:37:15.550917535Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 29, - "CreatedAt": "2020-08-14T03:37:00.550765151Z", - "UpdatedAt": "2020-08-14T03:37:00.550765151Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 27, - "CreatedAt": "2020-08-14T03:36:45.694627294Z", - "UpdatedAt": "2020-08-14T03:36:45.694627294Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 15, - "CreatedAt": "2020-08-14T03:36:30.543836245Z", - "UpdatedAt": "2020-08-14T03:36:30.543836245Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 12, - "CreatedAt": "2020-08-14T03:36:15.684296468Z", - "UpdatedAt": "2020-08-14T03:36:15.684296468Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - }, - { - "ID": 1, - "CreatedAt": "2020-08-14T03:36:00.631522087Z", - "UpdatedAt": "2020-08-14T03:36:00.631522087Z", - "DeletedAt": null, - "device_wwn": "0x5002538e40a22954", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 36, - "power_on_hours": 13818, - "power_cycle_count": 13, - "ata_attributes": null - } - ] - }, - { - "CreatedAt": "2020-08-14T03:36:00.53591533Z", - "UpdatedAt": "2020-08-14T03:41:00.734720687Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 34, + "CreatedAt": "2020-09-07T15:38:56.633173997Z", + "UpdatedAt": "2020-09-07T15:38:56.633173997Z", "DeletedAt": null, - "wwn": "0x5000cca264eb01d7", - "device_name": "sdb", - "manufacturer": "ATA", - "model_name": "WDC_WD140EDFZ-11A0VA0", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "9RK1XXXX", - "firmware": "81.00A81", - "rotational_speed": 5400, - "capacity": 14000519643136, - "form_factor": "3.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 146, - "CreatedAt": "2020-08-14T03:41:00.797728676Z", - "UpdatedAt": "2020-08-14T03:41:00.797728676Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 138, - "CreatedAt": "2020-08-14T03:40:45.686814503Z", - "UpdatedAt": "2020-08-14T03:40:45.686814503Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 128, - "CreatedAt": "2020-08-14T03:40:30.58856313Z", - "UpdatedAt": "2020-08-14T03:40:30.58856313Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 120, - "CreatedAt": "2020-08-14T03:40:15.566821318Z", - "UpdatedAt": "2020-08-14T03:40:15.566821318Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 114, - "CreatedAt": "2020-08-14T03:40:00.594816239Z", - "UpdatedAt": "2020-08-14T03:40:00.594816239Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 110, - "CreatedAt": "2020-08-14T03:39:45.682949599Z", - "UpdatedAt": "2020-08-14T03:39:45.682949599Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 103, - "CreatedAt": "2020-08-14T03:39:30.683727101Z", - "UpdatedAt": "2020-08-14T03:39:30.683727101Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 97, - "CreatedAt": "2020-08-14T03:39:15.693260933Z", - "UpdatedAt": "2020-08-14T03:39:15.693260933Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 90, - "CreatedAt": "2020-08-14T03:39:00.714579264Z", - "UpdatedAt": "2020-08-14T03:39:00.714579264Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 80, - "CreatedAt": "2020-08-14T03:38:45.579437893Z", - "UpdatedAt": "2020-08-14T03:38:45.579437893Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 73, - "CreatedAt": "2020-08-14T03:38:30.610880798Z", - "UpdatedAt": "2020-08-14T03:38:30.610880798Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 69, - "CreatedAt": "2020-08-14T03:38:15.727339697Z", - "UpdatedAt": "2020-08-14T03:38:15.727339697Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 61, - "CreatedAt": "2020-08-14T03:38:00.692953425Z", - "UpdatedAt": "2020-08-14T03:38:00.692953425Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 54, - "CreatedAt": "2020-08-14T03:37:45.659549919Z", - "UpdatedAt": "2020-08-14T03:37:45.659549919Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 48, - "CreatedAt": "2020-08-14T03:37:30.743738415Z", - "UpdatedAt": "2020-08-14T03:37:30.743738415Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 39, - "CreatedAt": "2020-08-14T03:37:15.627487461Z", - "UpdatedAt": "2020-08-14T03:37:15.627487461Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 32, - "CreatedAt": "2020-08-14T03:37:00.622714168Z", - "UpdatedAt": "2020-08-14T03:37:00.622714168Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 26, - "CreatedAt": "2020-08-14T03:36:45.669031306Z", - "UpdatedAt": "2020-08-14T03:36:45.669031306Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 18, - "CreatedAt": "2020-08-14T03:36:30.632280288Z", - "UpdatedAt": "2020-08-14T03:36:30.632280288Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 10, - "CreatedAt": "2020-08-14T03:36:15.626942995Z", - "UpdatedAt": "2020-08-14T03:36:15.626942995Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 3, - "CreatedAt": "2020-08-14T03:36:00.6955808Z", - "UpdatedAt": "2020-08-14T03:36:00.6955808Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264eb01d7", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 34, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - } - ] - }, - { - "CreatedAt": "2020-08-14T03:36:00.544844811Z", - "UpdatedAt": "2020-08-14T03:41:00.545090928Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 28, + "CreatedAt": "2020-09-07T15:26:07.504746443Z", + "UpdatedAt": "2020-09-07T15:26:07.504746443Z", "DeletedAt": null, - "wwn": "0x5000cca264ec3183", - "device_name": "sdc", - "manufacturer": "ATA", - "model_name": "WDC_WD140EDFZ-11A0VA0", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "9RK4XXXX", - "firmware": "81.00A81", - "rotational_speed": 5400, - "capacity": 14000519643136, - "form_factor": "3.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 144, - "CreatedAt": "2020-08-14T03:41:00.733344679Z", - "UpdatedAt": "2020-08-14T03:41:00.733344679Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 139, - "CreatedAt": "2020-08-14T03:40:45.744195004Z", - "UpdatedAt": "2020-08-14T03:40:45.744195004Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 131, - "CreatedAt": "2020-08-14T03:40:30.667578032Z", - "UpdatedAt": "2020-08-14T03:40:30.667578032Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 124, - "CreatedAt": "2020-08-14T03:40:15.690748898Z", - "UpdatedAt": "2020-08-14T03:40:15.690748898Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 116, - "CreatedAt": "2020-08-14T03:40:00.777217094Z", - "UpdatedAt": "2020-08-14T03:40:00.777217094Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 109, - "CreatedAt": "2020-08-14T03:39:45.649180538Z", - "UpdatedAt": "2020-08-14T03:39:45.649180538Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 100, - "CreatedAt": "2020-08-14T03:39:30.590560473Z", - "UpdatedAt": "2020-08-14T03:39:30.590560473Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 95, - "CreatedAt": "2020-08-14T03:39:15.634078179Z", - "UpdatedAt": "2020-08-14T03:39:15.634078179Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 87, - "CreatedAt": "2020-08-14T03:39:00.623736846Z", - "UpdatedAt": "2020-08-14T03:39:00.623736846Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 79, - "CreatedAt": "2020-08-14T03:38:45.563069261Z", - "UpdatedAt": "2020-08-14T03:38:45.563069261Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 74, - "CreatedAt": "2020-08-14T03:38:30.634709666Z", - "UpdatedAt": "2020-08-14T03:38:30.634709666Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 65, - "CreatedAt": "2020-08-14T03:38:15.581656442Z", - "UpdatedAt": "2020-08-14T03:38:15.581656442Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 60, - "CreatedAt": "2020-08-14T03:38:00.642449154Z", - "UpdatedAt": "2020-08-14T03:38:00.642449154Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 51, - "CreatedAt": "2020-08-14T03:37:45.571620431Z", - "UpdatedAt": "2020-08-14T03:37:45.571620431Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 47, - "CreatedAt": "2020-08-14T03:37:30.667695762Z", - "UpdatedAt": "2020-08-14T03:37:30.667695762Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 38, - "CreatedAt": "2020-08-14T03:37:15.593381957Z", - "UpdatedAt": "2020-08-14T03:37:15.593381957Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 34, - "CreatedAt": "2020-08-14T03:37:00.689235059Z", - "UpdatedAt": "2020-08-14T03:37:00.689235059Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 24, - "CreatedAt": "2020-08-14T03:36:45.603049795Z", - "UpdatedAt": "2020-08-14T03:36:45.603049795Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 16, - "CreatedAt": "2020-08-14T03:36:30.571798492Z", - "UpdatedAt": "2020-08-14T03:36:30.571798492Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 8, - "CreatedAt": "2020-08-14T03:36:15.562452151Z", - "UpdatedAt": "2020-08-14T03:36:15.562452151Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 2, - "CreatedAt": "2020-08-14T03:36:00.661671561Z", - "UpdatedAt": "2020-08-14T03:36:00.661671561Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ec3183", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - } - ] - }, - { - "CreatedAt": "2020-08-14T03:36:00.553889848Z", - "UpdatedAt": "2020-08-14T03:41:00.588156902Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 22, + "CreatedAt": "2020-09-07T15:19:17.467677684Z", + "UpdatedAt": "2020-09-07T15:19:17.467677684Z", "DeletedAt": null, - "wwn": "0x5000cca252c859cc", - "device_name": "sdd", - "manufacturer": "ATA", - "model_name": "WDC_WD80EFAX-68LHPN0", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "7SGLXXXXX", - "firmware": "83.H0A83", - "rotational_speed": 5400, - "capacity": 8001563222016, - "form_factor": "3.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 142, - "CreatedAt": "2020-08-14T03:41:00.624044397Z", - "UpdatedAt": "2020-08-14T03:41:00.624044397Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 135, - "CreatedAt": "2020-08-14T03:40:45.592724445Z", - "UpdatedAt": "2020-08-14T03:40:45.592724445Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 130, - "CreatedAt": "2020-08-14T03:40:30.63968024Z", - "UpdatedAt": "2020-08-14T03:40:30.63968024Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 125, - "CreatedAt": "2020-08-14T03:40:15.739923066Z", - "UpdatedAt": "2020-08-14T03:40:15.739923066Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 113, - "CreatedAt": "2020-08-14T03:40:00.566600538Z", - "UpdatedAt": "2020-08-14T03:40:00.566600538Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 111, - "CreatedAt": "2020-08-14T03:39:45.716359481Z", - "UpdatedAt": "2020-08-14T03:39:45.716359481Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 102, - "CreatedAt": "2020-08-14T03:39:30.640809177Z", - "UpdatedAt": "2020-08-14T03:39:30.640809177Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 94, - "CreatedAt": "2020-08-14T03:39:15.607432344Z", - "UpdatedAt": "2020-08-14T03:39:15.607432344Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 88, - "CreatedAt": "2020-08-14T03:39:00.651132159Z", - "UpdatedAt": "2020-08-14T03:39:00.651132159Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 83, - "CreatedAt": "2020-08-14T03:38:45.616497287Z", - "UpdatedAt": "2020-08-14T03:38:45.616497287Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 72, - "CreatedAt": "2020-08-14T03:38:30.580832725Z", - "UpdatedAt": "2020-08-14T03:38:30.580832725Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 66, - "CreatedAt": "2020-08-14T03:38:15.615368254Z", - "UpdatedAt": "2020-08-14T03:38:15.615368254Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 59, - "CreatedAt": "2020-08-14T03:38:00.6073608Z", - "UpdatedAt": "2020-08-14T03:38:00.6073608Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 55, - "CreatedAt": "2020-08-14T03:37:45.764972516Z", - "UpdatedAt": "2020-08-14T03:37:45.764972516Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 45, - "CreatedAt": "2020-08-14T03:37:30.612698595Z", - "UpdatedAt": "2020-08-14T03:37:30.612698595Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 40, - "CreatedAt": "2020-08-14T03:37:15.663712415Z", - "UpdatedAt": "2020-08-14T03:37:15.663712415Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 30, - "CreatedAt": "2020-08-14T03:37:00.572260264Z", - "UpdatedAt": "2020-08-14T03:37:00.572260264Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 23, - "CreatedAt": "2020-08-14T03:36:45.580064375Z", - "UpdatedAt": "2020-08-14T03:36:45.580064375Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 20, - "CreatedAt": "2020-08-14T03:36:30.68613298Z", - "UpdatedAt": "2020-08-14T03:36:30.68613298Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 11, - "CreatedAt": "2020-08-14T03:36:15.656181341Z", - "UpdatedAt": "2020-08-14T03:36:15.656181341Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - }, - { - "ID": 7, - "CreatedAt": "2020-08-14T03:36:01.544756164Z", - "UpdatedAt": "2020-08-14T03:36:01.544756164Z", - "DeletedAt": null, - "device_wwn": "0x5000cca252c859cc", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 29, - "power_on_hours": 24996, - "power_cycle_count": 42, - "ata_attributes": null - } - ] - }, - { - "CreatedAt": "2020-08-14T03:36:00.562800261Z", - "UpdatedAt": "2020-08-14T03:41:00.544878303Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 16, + "CreatedAt": "2020-09-07T15:10:40.245856096Z", + "UpdatedAt": "2020-09-07T15:10:40.245856096Z", "DeletedAt": null, - "wwn": "0x5000cca264ebc248", - "device_name": "sde", - "manufacturer": "ATA", - "model_name": "WDC_WD140EDFZ-11A0VA0", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "9RKXXXXX", - "firmware": "81.00A81", - "rotational_speed": 5400, - "capacity": 14000519643136, - "form_factor": "3.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 141, - "CreatedAt": "2020-08-14T03:41:00.569055267Z", - "UpdatedAt": "2020-08-14T03:41:00.569055267Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 136, - "CreatedAt": "2020-08-14T03:40:45.629715559Z", - "UpdatedAt": "2020-08-14T03:40:45.629715559Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 132, - "CreatedAt": "2020-08-14T03:40:30.702753694Z", - "UpdatedAt": "2020-08-14T03:40:30.702753694Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 122, - "CreatedAt": "2020-08-14T03:40:15.632946288Z", - "UpdatedAt": "2020-08-14T03:40:15.632946288Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 118, - "CreatedAt": "2020-08-14T03:40:01.029569746Z", - "UpdatedAt": "2020-08-14T03:40:01.029569746Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 108, - "CreatedAt": "2020-08-14T03:39:45.615858655Z", - "UpdatedAt": "2020-08-14T03:39:45.615858655Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 101, - "CreatedAt": "2020-08-14T03:39:30.619399836Z", - "UpdatedAt": "2020-08-14T03:39:30.619399836Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 33, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 96, - "CreatedAt": "2020-08-14T03:39:15.66084347Z", - "UpdatedAt": "2020-08-14T03:39:15.66084347Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 86, - "CreatedAt": "2020-08-14T03:39:00.58992811Z", - "UpdatedAt": "2020-08-14T03:39:00.58992811Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 81, - "CreatedAt": "2020-08-14T03:38:45.600890771Z", - "UpdatedAt": "2020-08-14T03:38:45.600890771Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 75, - "CreatedAt": "2020-08-14T03:38:30.661872487Z", - "UpdatedAt": "2020-08-14T03:38:30.661872487Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 67, - "CreatedAt": "2020-08-14T03:38:15.648262675Z", - "UpdatedAt": "2020-08-14T03:38:15.648262675Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 62, - "CreatedAt": "2020-08-14T03:38:00.743273645Z", - "UpdatedAt": "2020-08-14T03:38:00.743273645Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 53, - "CreatedAt": "2020-08-14T03:37:45.632463925Z", - "UpdatedAt": "2020-08-14T03:37:45.632463925Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 46, - "CreatedAt": "2020-08-14T03:37:30.638904163Z", - "UpdatedAt": "2020-08-14T03:37:30.638904163Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 41, - "CreatedAt": "2020-08-14T03:37:15.727838679Z", - "UpdatedAt": "2020-08-14T03:37:15.727838679Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 31, - "CreatedAt": "2020-08-14T03:37:00.600799938Z", - "UpdatedAt": "2020-08-14T03:37:00.600799938Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 22, - "CreatedAt": "2020-08-14T03:36:45.555877216Z", - "UpdatedAt": "2020-08-14T03:36:45.555877216Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 17, - "CreatedAt": "2020-08-14T03:36:30.600226646Z", - "UpdatedAt": "2020-08-14T03:36:30.600226646Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 9, - "CreatedAt": "2020-08-14T03:36:15.594255406Z", - "UpdatedAt": "2020-08-14T03:36:15.594255406Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - }, - { - "ID": 4, - "CreatedAt": "2020-08-14T03:36:00.723131275Z", - "UpdatedAt": "2020-08-14T03:36:00.723131275Z", - "DeletedAt": null, - "device_wwn": "0x5000cca264ebc248", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 32, - "power_on_hours": 3030, - "power_cycle_count": 9, - "ata_attributes": null - } - ] - }, - { - "CreatedAt": "2020-08-14T03:36:00.572275472Z", - "UpdatedAt": "2020-08-14T03:41:00.625670029Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 10, + "CreatedAt": "2020-09-06T23:14:39.848993269Z", + "UpdatedAt": "2020-09-06T23:14:39.848993269Z", "DeletedAt": null, - "wwn": "0x50014ee20b2a72a9", - "device_name": "sdf", - "manufacturer": "ATA", - "model_name": "WDC_WD60EFRX-68MYMN1", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "WD-WXL1H644XXXX", - "firmware": "82.00A82", - "rotational_speed": 5700, - "capacity": 6001175126016, - "form_factor": "", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 143, - "CreatedAt": "2020-08-14T03:41:00.689154804Z", - "UpdatedAt": "2020-08-14T03:41:00.689154804Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 134, - "CreatedAt": "2020-08-14T03:40:45.564897787Z", - "UpdatedAt": "2020-08-14T03:40:45.564897787Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 127, - "CreatedAt": "2020-08-14T03:40:30.564638561Z", - "UpdatedAt": "2020-08-14T03:40:30.564638561Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 121, - "CreatedAt": "2020-08-14T03:40:15.610015632Z", - "UpdatedAt": "2020-08-14T03:40:15.610015632Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 115, - "CreatedAt": "2020-08-14T03:40:00.630032183Z", - "UpdatedAt": "2020-08-14T03:40:00.630032183Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 107, - "CreatedAt": "2020-08-14T03:39:45.586423828Z", - "UpdatedAt": "2020-08-14T03:39:45.586423828Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 104, - "CreatedAt": "2020-08-14T03:39:30.74108908Z", - "UpdatedAt": "2020-08-14T03:39:30.74108908Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 93, - "CreatedAt": "2020-08-14T03:39:15.579790205Z", - "UpdatedAt": "2020-08-14T03:39:15.579790205Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 89, - "CreatedAt": "2020-08-14T03:39:00.689360177Z", - "UpdatedAt": "2020-08-14T03:39:00.689360177Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 82, - "CreatedAt": "2020-08-14T03:38:45.608159296Z", - "UpdatedAt": "2020-08-14T03:38:45.608159296Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 76, - "CreatedAt": "2020-08-14T03:38:30.698002383Z", - "UpdatedAt": "2020-08-14T03:38:30.698002383Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 68, - "CreatedAt": "2020-08-14T03:38:15.673162414Z", - "UpdatedAt": "2020-08-14T03:38:15.673162414Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 58, - "CreatedAt": "2020-08-14T03:38:00.578849866Z", - "UpdatedAt": "2020-08-14T03:38:00.578849866Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 52, - "CreatedAt": "2020-08-14T03:37:45.590904972Z", - "UpdatedAt": "2020-08-14T03:37:45.590904972Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 44, - "CreatedAt": "2020-08-14T03:37:30.58087113Z", - "UpdatedAt": "2020-08-14T03:37:30.58087113Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 37, - "CreatedAt": "2020-08-14T03:37:15.573211007Z", - "UpdatedAt": "2020-08-14T03:37:15.573211007Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 33, - "CreatedAt": "2020-08-14T03:37:00.658297158Z", - "UpdatedAt": "2020-08-14T03:37:00.658297158Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 25, - "CreatedAt": "2020-08-14T03:36:45.632766869Z", - "UpdatedAt": "2020-08-14T03:36:45.632766869Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 19, - "CreatedAt": "2020-08-14T03:36:30.659097544Z", - "UpdatedAt": "2020-08-14T03:36:30.659097544Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 13, - "CreatedAt": "2020-08-14T03:36:15.740789252Z", - "UpdatedAt": "2020-08-14T03:36:15.740789252Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - }, - { - "ID": 5, - "CreatedAt": "2020-08-14T03:36:00.74977171Z", - "UpdatedAt": "2020-08-14T03:36:00.74977171Z", - "DeletedAt": null, - "device_wwn": "0x50014ee20b2a72a9", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 30, - "power_on_hours": 46949, - "power_cycle_count": 54, - "ata_attributes": null - } - ] - }, - { - "CreatedAt": "2020-08-14T03:36:00.580977337Z", - "UpdatedAt": "2020-08-14T03:41:00.752342169Z", + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 4, + "CreatedAt": "2020-08-28T07:55:27.833116549Z", + "UpdatedAt": "2020-08-28T07:55:27.833116549Z", "DeletedAt": null, - "wwn": "0x5000c500673e6b5f", - "device_name": "sdg", - "manufacturer": "ATA", - "model_name": "ST6000DX000-1H217Z", - "interface_type": "SCSI", - "interface_speed": "6.0 Gb/s", - "serial_number": "Z4D0XXXXX", - "firmware": "CC46", - "rotational_speed": 7200, - "capacity": 6001175126016, - "form_factor": "3.5 inches", - "available": 0, - "smart_support": false, - "smart_results": [ - { - "ID": 145, - "CreatedAt": "2020-08-14T03:41:00.763484415Z", - "UpdatedAt": "2020-08-14T03:41:00.763484415Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:41:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 140, - "CreatedAt": "2020-08-14T03:40:45.774868618Z", - "UpdatedAt": "2020-08-14T03:40:45.774868618Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:40:45Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 133, - "CreatedAt": "2020-08-14T03:40:30.762384498Z", - "UpdatedAt": "2020-08-14T03:40:30.762384498Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:40:30Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 126, - "CreatedAt": "2020-08-14T03:40:15.766727744Z", - "UpdatedAt": "2020-08-14T03:40:15.766727744Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:40:15Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 117, - "CreatedAt": "2020-08-14T03:40:00.89193618Z", - "UpdatedAt": "2020-08-14T03:40:00.89193618Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:40:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 112, - "CreatedAt": "2020-08-14T03:39:45.76096633Z", - "UpdatedAt": "2020-08-14T03:39:45.76096633Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:39:45Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 105, - "CreatedAt": "2020-08-14T03:39:30.765329763Z", - "UpdatedAt": "2020-08-14T03:39:30.765329763Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:39:30Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 98, - "CreatedAt": "2020-08-14T03:39:15.76290357Z", - "UpdatedAt": "2020-08-14T03:39:15.76290357Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:39:15Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 91, - "CreatedAt": "2020-08-14T03:39:00.766895634Z", - "UpdatedAt": "2020-08-14T03:39:00.766895634Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:39:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 84, - "CreatedAt": "2020-08-14T03:38:45.771893897Z", - "UpdatedAt": "2020-08-14T03:38:45.771893897Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:38:45Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 77, - "CreatedAt": "2020-08-14T03:38:30.768003849Z", - "UpdatedAt": "2020-08-14T03:38:30.768003849Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:38:30Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 70, - "CreatedAt": "2020-08-14T03:38:15.756569619Z", - "UpdatedAt": "2020-08-14T03:38:15.756569619Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:38:15Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 63, - "CreatedAt": "2020-08-14T03:38:00.778796156Z", - "UpdatedAt": "2020-08-14T03:38:00.778796156Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:38:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 56, - "CreatedAt": "2020-08-14T03:37:45.847047442Z", - "UpdatedAt": "2020-08-14T03:37:45.847047442Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:37:45Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 49, - "CreatedAt": "2020-08-14T03:37:30.769844658Z", - "UpdatedAt": "2020-08-14T03:37:30.769844658Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:37:30Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 42, - "CreatedAt": "2020-08-14T03:37:15.757938915Z", - "UpdatedAt": "2020-08-14T03:37:15.757938915Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:37:15Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 35, - "CreatedAt": "2020-08-14T03:37:00.763000223Z", - "UpdatedAt": "2020-08-14T03:37:00.763000223Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:37:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 28, - "CreatedAt": "2020-08-14T03:36:45.7666037Z", - "UpdatedAt": "2020-08-14T03:36:45.7666037Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:36:45Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 21, - "CreatedAt": "2020-08-14T03:36:30.754944998Z", - "UpdatedAt": "2020-08-14T03:36:30.754944998Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:36:30Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48706, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 14, - "CreatedAt": "2020-08-14T03:36:15.760679472Z", - "UpdatedAt": "2020-08-14T03:36:15.760679472Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:36:15Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48705, - "power_cycle_count": 69, - "ata_attributes": null - }, - { - "ID": 6, - "CreatedAt": "2020-08-14T03:36:01.044024558Z", - "UpdatedAt": "2020-08-14T03:36:01.044024558Z", - "DeletedAt": null, - "device_wwn": "0x5000c500673e6b5f", - "date": "2020-08-14T03:36:00Z", - "smart_status": "passed", - "temp": 35, - "power_on_hours": 48705, - "power_cycle_count": 69, - "ata_attributes": null - } - ] - } - ], - "success": true + "device_wwn": "0x5002538e40a22954", + "date": "2020-06-10T12:01:02Z", + "smart_status": "passed", + "temp": 36, + "power_on_hours": 2401, + "power_cycle_count": 266, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }] + }, { + "CreatedAt": "2020-08-28T07:55:27.755292213Z", + "UpdatedAt": "2020-09-08T21:39:26.56453-07:00", + "DeletedAt": null, + "wwn": "0x5000cca264eb01d7", + "device_name": "sdb", + "manufacturer": "ATA", + "model_name": "WDC_WD140EDFZ-11A0VA0", + "interface_type": "SCSI", + "interface_speed": "6.0 Gb/s", + "serial_number": "9RK1XXXXX", + "firmware": "81.00A81", + "rotational_speed": 5400, + "capacity": 14000519643136, + "form_factor": "3.5 inches", + "smart_support": false, + "device_protocol": "ATA", + "device_type": "sat", + "smart_results": [{ + "ID": 44, + "CreatedAt": "2020-09-08T21:39:26.565492-07:00", + "UpdatedAt": "2020-09-08T21:39:26.565492-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-20T17:03:30-07:00", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 43, + "CreatedAt": "2020-09-08T21:39:26.552765-07:00", + "UpdatedAt": "2020-09-08T21:39:26.552765-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-20T17:03:30-07:00", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 38, + "CreatedAt": "2020-09-07T15:47:21.319490869Z", + "UpdatedAt": "2020-09-07T15:47:21.319490869Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 37, + "CreatedAt": "2020-09-07T15:47:21.305997039Z", + "UpdatedAt": "2020-09-07T15:47:21.305997039Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 32, + "CreatedAt": "2020-09-07T15:38:56.621396993Z", + "UpdatedAt": "2020-09-07T15:38:56.621396993Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 31, + "CreatedAt": "2020-09-07T15:38:56.608679081Z", + "UpdatedAt": "2020-09-07T15:38:56.608679081Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 26, + "CreatedAt": "2020-09-07T15:26:07.49254641Z", + "UpdatedAt": "2020-09-07T15:26:07.49254641Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 25, + "CreatedAt": "2020-09-07T15:26:07.478522227Z", + "UpdatedAt": "2020-09-07T15:26:07.478522227Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 20, + "CreatedAt": "2020-09-07T15:19:17.454485628Z", + "UpdatedAt": "2020-09-07T15:19:17.454485628Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 19, + "CreatedAt": "2020-09-07T15:19:17.440345175Z", + "UpdatedAt": "2020-09-07T15:19:17.440345175Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 14, + "CreatedAt": "2020-09-07T15:10:40.23412631Z", + "UpdatedAt": "2020-09-07T15:10:40.23412631Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 13, + "CreatedAt": "2020-09-07T15:10:40.221593119Z", + "UpdatedAt": "2020-09-07T15:10:40.221593119Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 8, + "CreatedAt": "2020-09-06T23:14:39.838574957Z", + "UpdatedAt": "2020-09-06T23:14:39.838574957Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 7, + "CreatedAt": "2020-09-06T23:14:39.828127845Z", + "UpdatedAt": "2020-09-06T23:14:39.828127845Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 2, + "CreatedAt": "2020-08-28T07:55:27.810831029Z", + "UpdatedAt": "2020-08-28T07:55:27.810831029Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 1, + "CreatedAt": "2020-08-28T07:55:27.793332347Z", + "UpdatedAt": "2020-08-28T07:55:27.793332347Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264eb01d7", + "date": "2020-06-21T00:03:30Z", + "smart_status": "passed", + "temp": 32, + "power_on_hours": 1730, + "power_cycle_count": 9, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }] + }, { + "CreatedAt": "2020-08-28T07:55:27.75951336Z", + "UpdatedAt": "2020-09-08T21:39:26.568442-07:00", + "DeletedAt": null, + "wwn": "0x5000cca264ec3183", + "device_name": "sdc", + "manufacturer": "ATA", + "model_name": "WDC_WD140EDFZ-11A0VA0", + "interface_type": "SCSI", + "interface_speed": "1.5 Gb/s", + "serial_number": "9RK4XXXXX", + "firmware": "MS1OA650", + "rotational_speed": 7200, + "capacity": 500107862016, + "form_factor": "3.5 inches", + "smart_support": false, + "device_protocol": "ATA", + "device_type": "usbjmicron", + "smart_results": [{ + "ID": 45, + "CreatedAt": "2020-09-08T21:39:26.569345-07:00", + "UpdatedAt": "2020-09-08T21:39:26.569345-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T06:48:23-07:00", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 39, + "CreatedAt": "2020-09-07T15:47:21.330857794Z", + "UpdatedAt": "2020-09-07T15:47:21.330857794Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 33, + "CreatedAt": "2020-09-07T15:38:56.628048752Z", + "UpdatedAt": "2020-09-07T15:38:56.628048752Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 27, + "CreatedAt": "2020-09-07T15:26:07.499431098Z", + "UpdatedAt": "2020-09-07T15:26:07.499431098Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 21, + "CreatedAt": "2020-09-07T15:19:17.461752104Z", + "UpdatedAt": "2020-09-07T15:19:17.461752104Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 15, + "CreatedAt": "2020-09-07T15:10:40.241142961Z", + "UpdatedAt": "2020-09-07T15:10:40.241142961Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 9, + "CreatedAt": "2020-09-06T23:14:39.844036921Z", + "UpdatedAt": "2020-09-06T23:14:39.844036921Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 3, + "CreatedAt": "2020-08-28T07:55:27.822428858Z", + "UpdatedAt": "2020-08-28T07:55:27.822428858Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ec3183", + "date": "2020-07-08T13:48:23Z", + "smart_status": "failed", + "temp": 25, + "power_on_hours": 65592, + "power_cycle_count": 86, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }] + }, { + "CreatedAt": "2020-08-28T07:55:27.76380029Z", + "UpdatedAt": "2020-09-08T21:39:26.575283-07:00", + "DeletedAt": null, + "wwn": "0x5000cca252c859cc", + "device_name": "sdd", + "manufacturer": "SEAGATE", + "model_name": "WDC_WD80EFAX-68LHPN0", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "7SGLXXXXX", + "firmware": "", + "rotational_speed": 7200, + "capacity": 4000787030016, + "form_factor": "3.5 inches", + "smart_support": false, + "device_protocol": "SCSI", + "device_type": "scsi", + "smart_results": [{ + "ID": 47, + "CreatedAt": "2020-09-08T21:39:26.576373-07:00", + "UpdatedAt": "2020-09-08T21:39:26.576373-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T15:27:02-07:00", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 41, + "CreatedAt": "2020-09-07T15:47:21.342459019Z", + "UpdatedAt": "2020-09-07T15:47:21.342459019Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 35, + "CreatedAt": "2020-09-07T15:38:56.637866738Z", + "UpdatedAt": "2020-09-07T15:38:56.637866738Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 29, + "CreatedAt": "2020-09-07T15:26:07.511074415Z", + "UpdatedAt": "2020-09-07T15:26:07.511074415Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 23, + "CreatedAt": "2020-09-07T15:19:17.472358868Z", + "UpdatedAt": "2020-09-07T15:19:17.472358868Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 17, + "CreatedAt": "2020-09-07T15:10:40.251846539Z", + "UpdatedAt": "2020-09-07T15:10:40.251846539Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 11, + "CreatedAt": "2020-09-06T23:14:39.854284927Z", + "UpdatedAt": "2020-09-06T23:14:39.854284927Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 5, + "CreatedAt": "2020-08-28T07:55:27.844861303Z", + "UpdatedAt": "2020-08-28T07:55:27.844861303Z", + "DeletedAt": null, + "device_wwn": "0x5000cca252c859cc", + "date": "2020-08-21T22:27:02Z", + "smart_status": "passed", + "temp": 34, + "power_on_hours": 43549, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }] + }, { + "CreatedAt": "2020-08-28T07:55:27.768220079Z", + "UpdatedAt": "2020-09-08T21:39:26.578973-07:00", + "DeletedAt": null, + "wwn": "0x5000cca264ebc248", + "device_name": "sde", + "manufacturer": "SEAGATE", + "model_name": "WDC_WD140EDFZ-11A0VA0", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "9RK3XXXXX", + "firmware": "", + "rotational_speed": 10500, + "capacity": 1200243695616, + "form_factor": "2.5 inches", + "smart_support": false, + "device_protocol": "SCSI", + "device_type": "scsi", + "smart_results": [{ + "ID": 48, + "CreatedAt": "2020-09-08T21:39:26.579623-07:00", + "UpdatedAt": "2020-09-08T21:39:26.579623-07:00", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T15:09:15-08:00", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 42, + "CreatedAt": "2020-09-07T15:47:21.347776031Z", + "UpdatedAt": "2020-09-07T15:47:21.347776031Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 36, + "CreatedAt": "2020-09-07T15:38:56.643057784Z", + "UpdatedAt": "2020-09-07T15:38:56.643057784Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 30, + "CreatedAt": "2020-09-07T15:26:07.517198383Z", + "UpdatedAt": "2020-09-07T15:26:07.517198383Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 24, + "CreatedAt": "2020-09-07T15:19:17.478179249Z", + "UpdatedAt": "2020-09-07T15:19:17.478179249Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 18, + "CreatedAt": "2020-09-07T15:10:40.257160678Z", + "UpdatedAt": "2020-09-07T15:10:40.257160678Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 12, + "CreatedAt": "2020-09-06T23:14:39.858637958Z", + "UpdatedAt": "2020-09-06T23:14:39.858637958Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }, { + "ID": 6, + "CreatedAt": "2020-08-28T07:55:27.879998203Z", + "UpdatedAt": "2020-08-28T07:55:27.879998203Z", + "DeletedAt": null, + "device_wwn": "0x5000cca264ebc248", + "date": "2018-12-16T23:09:15Z", + "smart_status": "passed", + "temp": 31, + "power_on_hours": 5675, + "power_cycle_count": 0, + "ata_attributes": null, + "nvme_attributes": null, + "scsi_attributes": null + }] + }, { + "CreatedAt": "2020-08-28T07:55:27.772557223Z", + "UpdatedAt": "2020-08-28T07:55:27.772557223Z", + "DeletedAt": null, + "wwn": "0x50014ee20b2a72a9", + "device_name": "sdf", + "manufacturer": "ATA", + "model_name": "WDC_WD60EFRX-68MYMN1", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "WD-WXL1HXXXXX", + "firmware": "", + "rotational_speed": 0, + "capacity": 6001175126016, + "form_factor": "", + "smart_support": false, + "device_protocol": "", + "device_type": "", + "smart_results": [] + }, { + "CreatedAt": "2020-08-28T07:55:27.776820757Z", + "UpdatedAt": "2020-08-28T07:55:27.776820757Z", + "DeletedAt": null, + "wwn": "0x5000c500673e6b5f", + "device_name": "sdg", + "manufacturer": "ATA", + "model_name": "ST6000DX000-1H217Z", + "interface_type": "SCSI", + "interface_speed": "", + "serial_number": "Z4DXXXXX", + "firmware": "", + "rotational_speed": 0, + "capacity": 6001175126016, + "form_factor": "", + "smart_support": false, + "device_protocol": "", + "device_type": "", + "smart_results": [] + }], "success": true }; diff --git a/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html b/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html index d821ecd..dddab9b 100644 --- a/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html +++ b/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.component.html @@ -5,10 +5,10 @@
Sort By - - Status - Name - Label + + Status + Name + Label
@@ -20,7 +20,7 @@
Critical Error Threshold - + Critical Warning Threshold @@ -31,11 +31,11 @@
Error Threshold - + Warning Threshold - +
@@ -45,7 +45,7 @@
Critical Error Threshold - + Critical Warning Threshold @@ -58,7 +58,7 @@
Critical Error Threshold - + Critical Warning Threshold @@ -73,10 +73,5 @@ - + - - - diff --git a/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.module.ts b/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.module.ts index 7c01da2..285b4d2 100644 --- a/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.module.ts +++ b/webapp/frontend/src/app/layout/common/dashboard-settings/dashboard-settings.module.ts @@ -14,6 +14,7 @@ import { MatButtonToggleModule} from "@angular/material/button-toggle"; import {MatTabsModule} from "@angular/material/tabs"; import {MatSliderModule} from "@angular/material/slider"; import {MatSlideToggleModule} from "@angular/material/slide-toggle"; +import {MatTooltipModule} from "@angular/material/tooltip"; @NgModule({ declarations: [ @@ -30,6 +31,7 @@ import {MatSlideToggleModule} from "@angular/material/slide-toggle"; MatInputModule, MatButtonToggleModule, MatTabsModule, + MatTooltipModule, MatSliderModule, MatSlideToggleModule, SharedModule diff --git a/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.html b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.html new file mode 100644 index 0000000..649148d --- /dev/null +++ b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.html @@ -0,0 +1,30 @@ +

Scrutiny Settings

+ + +
+
+ + Threshold Data + + Scrutiny + Manufacturer + + +
+ +
+ + Notifications + + Enabled + Disabled + + +
+
+ +
+ + + + diff --git a/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.scss b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.spec.ts b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.spec.ts new file mode 100644 index 0000000..ce162dc --- /dev/null +++ b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { DetailSettingsComponent } from './detail-settings.component'; + +describe('DetailSettingsComponent', () => { + let component: DetailSettingsComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ DetailSettingsComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(DetailSettingsComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.ts b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.ts new file mode 100644 index 0000000..c3542c7 --- /dev/null +++ b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.component.ts @@ -0,0 +1,15 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'app-detail-settings', + templateUrl: './detail-settings.component.html', + styleUrls: ['./detail-settings.component.scss'] +}) +export class DetailSettingsComponent implements OnInit { + + constructor() { } + + ngOnInit(): void { + } + +} diff --git a/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.module.ts b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.module.ts new file mode 100644 index 0000000..5569ed0 --- /dev/null +++ b/webapp/frontend/src/app/layout/common/detail-settings/detail-settings.module.ts @@ -0,0 +1,46 @@ +import { NgModule } from '@angular/core'; +import { RouterModule } from '@angular/router'; +import { Overlay } from '@angular/cdk/overlay'; +import { MAT_AUTOCOMPLETE_SCROLL_STRATEGY, MatAutocompleteModule } from '@angular/material/autocomplete'; +import { MatButtonModule } from '@angular/material/button'; +import { MatSelectModule } from '@angular/material/select'; +import { MatFormFieldModule } from '@angular/material/form-field'; +import { MatIconModule } from '@angular/material/icon'; +import { MatInputModule } from '@angular/material/input'; +import { SharedModule } from 'app/shared/shared.module'; +import {DetailSettingsComponent} from 'app/layout/common/detail-settings/detail-settings.component' +import { MatDialogModule } from "@angular/material/dialog"; +import { MatButtonToggleModule} from "@angular/material/button-toggle"; +import {MatTabsModule} from "@angular/material/tabs"; +import {MatSliderModule} from "@angular/material/slider"; +import {MatSlideToggleModule} from "@angular/material/slide-toggle"; +import {MatTooltipModule} from "@angular/material/tooltip"; + +@NgModule({ + declarations: [ + DetailSettingsComponent + ], + imports : [ + RouterModule.forChild([]), + MatAutocompleteModule, + MatDialogModule, + MatButtonModule, + MatSelectModule, + MatFormFieldModule, + MatIconModule, + MatInputModule, + MatButtonToggleModule, + MatTabsModule, + MatTooltipModule, + MatSliderModule, + MatSlideToggleModule, + SharedModule + ], + exports : [ + DetailSettingsComponent + ], + providers : [] +}) +export class DetailSettingsModule +{ +} diff --git a/webapp/frontend/src/app/layout/layout.module.ts b/webapp/frontend/src/app/layout/layout.module.ts index dfd7410..d221c44 100644 --- a/webapp/frontend/src/app/layout/layout.module.ts +++ b/webapp/frontend/src/app/layout/layout.module.ts @@ -16,7 +16,7 @@ const modules = [ @NgModule({ declarations: [ - LayoutComponent + LayoutComponent, ], imports : [ TreoDrawerModule, diff --git a/webapp/frontend/src/app/modules/detail/detail.component.html b/webapp/frontend/src/app/modules/detail/detail.component.html index c0199bf..3f64cdb 100644 --- a/webapp/frontend/src/app/modules/detail/detail.component.html +++ b/webapp/frontend/src/app/modules/detail/detail.component.html @@ -17,7 +17,7 @@ Export