Service: zimbraAdmin

Command: ComputeAggregateQuotaUsage
Namespace: urn:zimbraAdmin
Description: Computes the aggregate quota usage for all domains in the system.
The request handler issues GetAggregateQuotaUsageOnServerRequest to all mailbox servers and computes the aggregate quota used by each domain.
The request handler updates the zimbraAggregateQuotaLastUsage domain attribute and sends out warning messages for each domain having quota usage greater than a defined percentage threshold.
Properties:
Authorization token required true
Admin Authorization token required true

ComputeAggregateQuotaUsageRequest

    <ComputeAggregateQuotaUsageRequest /> ## ComputeAggregateQuotaUsageRequest

ComputeAggregateQuotaUsageResponse

    <ComputeAggregateQuotaUsageResponse> ## ComputeAggregateQuotaUsageResponse
        (<domain name="{domain-name}" id="{domain-id}" used="{quota-used-on-server} (long)" /> ## DomainAggregateQuotaInfo)*
    </ComputeAggregateQuotaUsageResponse>

elements and attributes you can define within a <ComputeAggregateQuotaUsageResponse> element:

XPath Required / Optional Description
/domain Optional (0 or more) Aggregate quota information for domain
/domain@name Required (only 1) Type: String
Domain name
/domain@id Required (only 1) Type: String
Domain name
/domain@used Required (only 1) Type: long
Quota used on server