master
json 87 lines 2.2 KB
Raw
1 {
2 "drives": [
3 {
4 "durable-id": "disk_00.00",
5 "location": "0.0",
6 "serial-number": "S3TNNA0K100001",
7 "model": "ST1800MM0129",
8 "vendor": "SEAGATE",
9 "description": "Disk 0.0",
10 "architecture": "HDD",
11 "interface": "SAS",
12 "size": "1.8TB",
13 "size-numeric": 3518437376,
14 "health": "OK",
15 "health-numeric": 0,
16 "status": "Up",
17 "temperature-numeric": 32,
18 "ssd-life-left-numeric": 255,
19 "power-on-hours": 18750,
20 "usage": "VIRTUAL POOL",
21 "usage-numeric": 9,
22 "enclosure-id": 0,
23 "slot": 0,
24 "storage-tier": "Performance",
25 "disk-group": "dg01",
26 "storage-pool-name": "Pool-A"
27 },
28 {
29 "durable-id": "disk_00.01",
30 "location": "0.1",
31 "serial-number": "S3TNNA0K100002",
32 "model": "MZ7LH960HAJR",
33 "vendor": "SAMSUNG",
34 "description": "Disk 0.1",
35 "architecture": "SSD",
36 "interface": "SAS",
37 "size": "960GB",
38 "size-numeric": 1875385344,
39 "health": "OK",
40 "health-numeric": 0,
41 "status": "Up",
42 "temperature-numeric": 28,
43 "ssd-life-left-numeric": 97,
44 "power-on-hours": 12400,
45 "usage": "VIRTUAL POOL",
46 "usage-numeric": 9,
47 "enclosure-id": 0,
48 "slot": 1,
49 "storage-tier": "Performance",
50 "disk-group": "dg01",
51 "storage-pool-name": "Pool-A"
52 },
53 {
54 "durable-id": "disk_00.23",
55 "location": "0.23",
56 "serial-number": "S3TNNA0K100003",
57 "model": "ST1800MM0129",
58 "vendor": "SEAGATE",
59 "description": "Disk 0.23",
60 "architecture": "HDD",
61 "interface": "SAS",
62 "size": "1.8TB",
63 "size-numeric": 3518437376,
64 "health": "Unknown",
65 "health-numeric": 3,
66 "status": "Up",
67 "temperature-numeric": 30,
68 "ssd-life-left-numeric": 255,
69 "power-on-hours": 18750,
70 "usage": "GLOBAL SP",
71 "usage-numeric": 3,
72 "enclosure-id": 0,
73 "slot": 23,
74 "storage-tier": "Performance",
75 "disk-group": "",
76 "storage-pool-name": ""
77 }
78 ],
79 "status": [
80 {
81 "response-type": "Success",
82 "response": "Command completed successfully.",
83 "return-code": 0,
84 "response-type-numeric": 0
85 }
86 ]
87 }