Cloud APIs
...
Data Types (2022/06)
Custom Data Types (2022/06)

Storage Status Entity (2022/06)

1min
the storage status entity is as follows entity interface storageinterface storageinterface one of "internal", "tmp", "flash", "sd1", "usb1" enumeration values which represent "/storage/sd2", "/storage/ssd", "/storage/tmp", "/storage/flash", "/storage/sd1", and "/storage/usb1" storage on the player side system filesystem filesystem one of { "exfat", "ext3", "ext4", "fat12", "fat16", "fat32", "hfs", "hfsplus", "ntfs", "unknown" } enumeration values access accessmode accessmode one or more { "read", "write" } enumeration values stats dynamicobject dynamicobject the contents of the response depends on factors such as the os implementation, plugins, services, etc , but in general this reports the diagnostic storage status information (free size, used size, block size, etc ) sizetotal long long sizefree long long blocksize long long