Service: zimbraAdmin

Command: DedupeBlobs
Namespace: urn:zimbraAdmin
Description: Dedupe the blobs having the same digest.
Properties:
Authorization token required true
Admin Authorization token required true

DedupeBlobsRequest

    <DedupeBlobsRequest action="(start | status | stop | reset)"> ## DedupeBlobsRequest
        (<volume id="{id} (int)" /> ## IntIdAttr)*
    </DedupeBlobsRequest>

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

XPath Required / Optional Description
@action Required (only 1) Type: start | status | stop | reset
Action to perform - one of start|status|stop
/volume Optional (0 or more) Volumes
/volume@id Required (only 1) Type: int
ID

DedupeBlobsResponse

    <DedupeBlobsResponse [status="(running | stopped)"] [totalSize="(Long)"] [totalCount="(Integer)"]> ## DedupeBlobsResponse
        <volumeBlobsProgress /> ## VolumeIdAndProgress;
        <blobDigestsProgress /> ## VolumeIdAndProgress;
    </DedupeBlobsResponse>

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

XPath Required / Optional Description
@status Optional (0 or 1) Type: running | stopped
Status - one of started|running|idle|stopped
@totalSize Optional (0 or 1) Type: Long
@totalCount Optional (0 or 1) Type: Integer
/volumeBlobsProgress Optional (0 or 1)
/blobDigestsProgress Optional (0 or 1)