Get the sd card information
Get the sd card information
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- is_present booleancard inserted and mounted flag 
- size object- free and used size information total string- card total size in MB used string- used size in MB available string- available size in MB 
{
  "is_present": true,
  "size": {
    "total": "12.00",
    "used": "2.00",
    "available": "10.00"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...