v52

OpenAPI 3.0.0raw.githubusercontent.com2026-08-034240919.6 KB
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

max_bytesinteger required
max_filesinteger required