Barrenero Status

Retrieve graphic cards and services status.

Request

URL

/api/v1/status/

Headers

Authorization
Token <auth_token>

Response

{
  "graphics": [
    {
      "id": int,
      "power": float,
      "fan": int,
      "gpu_usage": int,
      "mem_usage": int,
      "gpu_clock": int,
      "mem_clock": int
    }
  ],
  "services": [
    {
      "name": "Ether",
      "status": "active/inactive"
    },
    {
      "name": "Storj",
      "status": "active/inactive"
    }
  ]
}