Return aggregated data for this directory and its children. It does a breadth-first traversal of directories up to the user-specified limit (see max_entries and max_depth parameters) or system-imposed limit. Directory entries that are smaller than 10% of the directory's total size are omitted.
Parameters
Name
Description
Required
ref
The file ID or the absolute path to the file system object. File IDs can be found in the id field of responses of APIs that return file attributes. You must URL-encode the paths. The APIs & Tools page in the Qumulo Core Web UI URL-encodes the paths.
Yes
max-entries
Maximum directory entries we see before breaking out of the tree walk (default: 1000, system limit: 5000)
No
max-depth
Maximum depth to traverse while doing the tree walk (default: 10, system limit: 5000)
No
order-by
Ordering field used for top N selection and sorting (default: total_blocks):
* `total_blocks` - total_blocks,
* `total_datablocks` - total_datablocks,
* `total_directories` - total_directories,
* `total_files` - total_files,
* `total_metablocks` - total_metablocks,
* `total_named_stream_datablocks` - total_named_stream_datablocks,
* `total_named_streams` - total_named_streams,
* `total_other` - total_other,
* `total_symlinks` - total_symlinks
No
snapshot
The snapshot ID that specifies the version of the filesystem to use. If not specified, use the head version.