Function getQuota

  • Returns a specific quota item for the tenant (provided in JWT).

    Parameters

    • id: string

      The unique identifier of the quota item. For example, "app_mem_size", "app_upload_disk_size", or "shared_spaces".

    • query: { reportUsage?: boolean }

      an object with query parameters

      • OptionalreportUsage?: boolean

        The Boolean flag indicating whether quota usage shall be part of the response. The default value is false (usage not included).

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetQuotaHttpResponse>

    GetQuotaHttpError