Cephfs
Get Cephfs Quotas of the specified path
Get the quotas of the specified path.
:param fs_id: The filesystem identifier.
:param path: The path of the directory/file.
:return: Returns a dictionary containing 'max_bytes'
and 'max_files'.
:rtype: dict
get/api/cephfs/{fs_id}/quota
Path parameters
fs_idstring required
File System Identifier
Query parameters
pathstring required
File System Path
Response
OK