Service: zimbraMail
Namespace: "urn:zimbraMail"
GetDataSourceUsage SOAP Command

Authorization token required UNKNOWN
Admin Authorization token required UNKNOWN

GetDataSourceUsageRequest

    <GetDataSourceUsageRequest /> ## GetDataSourceUsageRequest

GetDataSourceUsageResponse

    <GetDataSourceUsageResponse> ## GetDataSourceUsageResponse
        List of any of: {
            <dataSourceUsage id="..." usage="(Long)" /> ## DataSourceUsage
        }
        <dsQuota>{dataSourceQuota} (Long)</dsQuota>
        <dsTotalQuota>{totalQuota} (Long)</dsTotalQuota>
    </GetDataSourceUsageResponse>

The following table describes elements and attributes you can define within a <GetDataSourceUsageResponse> element:

XPath Required / Optional Description
/dataSourceUsage Optional (0 or 1)
/dataSourceUsage@id Required (only 1) Type:String
/dataSourceUsage@usage Required (only 1) Type:Long
/dsQuota Required (only 1) Type:{dataSourceQuota} (Long)
/dsTotalQuota Required (only 1) Type:{totalQuota} (Long)