Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Storage status entities follow one of the structures below, depending on the [interface] Internal value:

Entity:

    • [StorageInterface] Interface:  Corresponds to "/storage/sd2" and "/storage/ssd"
    • [FileSystem] System: One of { "exFAT", "ext3", "ext4", "FAT12", "FAT16", "FAT32", "HFS", "HFSplus", "NTFS", "Unknown" } enumeration values
    • [AccessMode] Access:  One or more { "Read", "Write" } enumeration values

    • [Dynamic Object] Stats:  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.):

      • [longsizeTotal

      • [longsizeFree

      • [long] blockSize

  •  
    • [StorageInterface] Interface:  Corresponds to "/storage/tmp"

    • [FileSystem] System:  The OS does not retrieve or report the actual file system for this interface

    • [AccessMode] Access:  One or more { "Read", "Write" } enumeration values

    • [Dynamic Object] Stats:  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.):

      • [longsizeTotal

      • [longsizeFree

  •  
    • [StorageInterface] Interface:  Corresponds to "/storage/flash"

    • [FileSystem] System:  The OS does not retrieve or report the actual file system for this interface

    • [AccessMode] Access:  One or more { "Read", "Write" } enumeration values

    • [Dynamic Object] Stats:  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.):

      • [longsizeTotal

      • [longsizeFree

  •  
    • [StorageInterface] Interface:  Corresponds to "/storage/sd"
    • [FileSystem] System: One of { "exFAT", "ext3", "ext4", "FAT12", "FAT16", "FAT32", "HFS", "HFSplus", "NTFS", "Unknown" } enumeration values
    • [AccessMode] Access:  One or more { "Read", "Write" } enumeration values

    • [Dynamic Object] Stats:  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.):

      • [longsizeTotal

      • [longsizeFree

      • [long] blockSize

  •  
    • [StorageInterface] Interface:  Corresponds to "/storage/usb1"
    • [FileSystem] System: One of { "exFAT", "ext3", "ext4", "FAT12", "FAT16", "FAT32", "HFS", "HFSplus", "NTFS", "Unknown" } enumeration values
    • [AccessMode] Access:  One or more { "Read", "Write" } enumeration values

    • [Dynamic Object] Stats:  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.):

      • [longsizeTotal

      • [longsizeFree

      • [long] blockSize





  • No labels