GET
/
v1
/
io-explorer
/
devices
/
{device_id}
/
summary
Device Summary
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

device_id
string
required

The unique identifier for your device.

Response

200

data
object
status
string
Example:

"succeeded"