Return aggregated data for a directory (like capacity, IOPS, etc.)
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 number of directory entries to return (defauilt: 1000)
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.