v52

OpenAPI 3.0.0raw.githubusercontent.com2026-08-034240919.6 KB
RgwUserAccounts

Enable/Disable RGW Account/Bucket quota

    Enable/Disable quota

    :param account_id: Account identifier
    :param quota_type: 'account' or 'bucket'
    :param quota_status: 'enable' or 'disable'
    :return: Returns modified quota.
    :rtype: Dict[str, Any]
    
put/api/rgw/accounts/{account_id}/quota/status

Path parameters

account_idstring required

Account id

Request body

quota_statusstring required

Quota status

quota_typestring required

Quota type

Response

Resource updated.

object required