Service: zimbraAdmin

Command: GetIndexStats
Namespace: urn:zimbraAdmin
Description:
Properties:
Authorization token required UNKNOWN
Admin Authorization token required UNKNOWN

GetIndexStatsRequest

    <GetIndexStatsRequest> ## GetIndexStatsRequest
        <mbox id="{account-id}" /> ## MailboxByAccountIdSelector
    </GetIndexStatsRequest>

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

XPath Required / Optional Description
/mbox Required (only 1) Mailbox
/mbox@id Required (only 1) Type: String
Account ID

GetIndexStatsResponse

    <GetIndexStatsResponse> ## GetIndexStatsResponse
        <stats maxDocs="{max-docs} (int)" deletedDocs="{deleted-docs} (int)" /> ## IndexStats
    </GetIndexStatsResponse>

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

XPath Required / Optional Description
/stats Required (only 1) Statistics about mailboxes
/stats@maxDocs Required (only 1) Type: int
total number of docs in this index
/stats@deletedDocs Required (only 1) Type: int
number of deleted docs for the index