Mix LogoMix

Get system information

Retrieve system information including storage configuration

Retrieve system information including storage configuration

GET
/api/system/info

Response Body

from mix_python_sdk import Mixwith Mix() as mix:    res = mix.system.get_system_info()    # Handle response    print(res)
{
  "storageBasePath": "string"
}
{
  "error": {
    "code": 0,
    "message": "string",
    "type": "bad_request"
  }
}