curl --request GET \
--url https://api.io.solutions/v1/io-explorer/devices/{device_id}/summary \
--header 'Authorization: Bearer <token>'{
"data": {
"connectivity_tier": 2,
"device_id": "c4ba4d4b-8762-4437-b82c-6f78a20a8cb5",
"down_percentage": 22,
"download_speed_mbps": 67,
"downtime_by_date": {
"2023-08-25": {
"downtime": 58411,
"note": "down for 0 days and 16 hours and 13 minutes"
},
"2023-08-31": {
"downtime": 86400,
"note": "down for 1 days and 0 hours and 0 minutes"
},
"2023-09-01": {
"downtime": 0,
"note": "down for 0 days and 0 hours and 0 minutes"
}
},
"total_compute_hours_served": 0,
"total_download_traffic": 0,
"total_earnings": 0,
"total_jobs": 0,
"total_slashed_earning": 0,
"total_upload_traffic": 0,
"upload_speed_mbps": 46,
"value": 0.1
},
"status": "succeeded"
}The Device Summary endpoint provides detailed information on a specific device. This allows you to view the device’s status, aspects of connectivity, compute hours served, earnings and more.
curl --request GET \
--url https://api.io.solutions/v1/io-explorer/devices/{device_id}/summary \
--header 'Authorization: Bearer <token>'{
"data": {
"connectivity_tier": 2,
"device_id": "c4ba4d4b-8762-4437-b82c-6f78a20a8cb5",
"down_percentage": 22,
"download_speed_mbps": 67,
"downtime_by_date": {
"2023-08-25": {
"downtime": 58411,
"note": "down for 0 days and 16 hours and 13 minutes"
},
"2023-08-31": {
"downtime": 86400,
"note": "down for 1 days and 0 hours and 0 minutes"
},
"2023-09-01": {
"downtime": 0,
"note": "down for 0 days and 0 hours and 0 minutes"
}
},
"total_compute_hours_served": 0,
"total_download_traffic": 0,
"total_earnings": 0,
"total_jobs": 0,
"total_slashed_earning": 0,
"total_upload_traffic": 0,
"upload_speed_mbps": 46,
"value": 0.1
},
"status": "succeeded"
}The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for your device.
200
Show child attributes
2
"c4ba4d4b-8762-4437-b82c-6f78a20a8cb5"
22
67
Show child attributes
0
0
0
0
0
0
46
0.1
"succeeded"
Was this page helpful?