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