Get the sd card information
Get the sd card information
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- is_present boolean
card inserted and mounted flag
size object
free and used size information
total stringcard total size in MB
used stringused size in MB
available stringavailable 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...