-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponse.json
More file actions
41 lines (41 loc) · 749 Bytes
/
response.json
File metadata and controls
41 lines (41 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"cpu": {
"status": {
"string": "success",
"messages": []
},
"model_name": "Apple M3",
"architecture": "ARM",
"bitness": 64,
"arch_version": "8",
"vendor": "Apple",
"sse_flags": [],
"cores": 8,
"threads": 8
},
"memory": {
"status": {
"string": "failed",
"messages": []
},
"modules": []
},
"storage": {
"status": {
"string": "success",
"messages": []
},
"disks": [
{
"model": "APPLE SSD AP0512Z",
"location": "Internal",
"connector": null,
"type": "Solid State Drive (SSD)",
"device_id": null,
"vendor_id": null,
"vendor_name": "Apple",
"size": null
}
]
}
}