v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-034240919.6 KB
Cephfs

Get Cephfs statfs of the specified path

    Get the statfs of the specified path.
    :param fs_id: The filesystem identifier.
    :param path: The path of the directory/file.
    :return: Returns a dictionary containing 'bytes',
    'files' and 'subdirs'.
    :rtype: dict
    
get/api/cephfs/{fs_id}/statfs

Path parameters

fs_idstring required

File System Identifier

Query parameters

pathstring required

File System Path

Response

OK

bytesinteger required
filesinteger required
subdirsinteger required