Service: zimbraAdmin

Command: GetAggregateQuotaUsageOnServer
Namespace: urn:zimbraAdmin
Description: Gets the aggregate quota usage for all domains on the server.
Properties:
Authorization token required true
Admin Authorization token required true

GetAggregateQuotaUsageOnServerRequest

    <GetAggregateQuotaUsageOnServerRequest /> ## GetAggregateQuotaUsageOnServerRequest

GetAggregateQuotaUsageOnServerResponse

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

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

XPath Required / Optional Description
/domain Optional (0 or more) Aggregate quota information reported per 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