Service: zimbraAdmin

Command: Restore
Namespace: urn:zimbraAdmin
Description: Perform an action related to a Restore from backup
Properties:
Network edition only API true
Authorization token required true
Admin Authorization token required true

RestoreRequest

    <RestoreRequest> ## RestoreRequest
        <restore [method="..."] [searchIndex="..."] [blobs="..."] [secondaryBlobs="..."] [target="..."] [label="..."]
                    [sysData="(0|1)"] [includeIncrementals="(0|1)"] [replayRedo="(0|1)"] [continue="(0|1)"] [prefix="..."]
                    [restoreToTime="(Long)"] [restoreToRedoSeq="(Long)"] [restoreToIncrLabel="..."]
                    [ignoreRedoErrors="(0|1)"] [skipDeleteOps="(0|1)"] [skipDeletedAccounts="(0|1)"]> ## RestoreSpec
            <fileCopier [fcMethod="..."] [fcIOType="..."] [fcOIOCopyBufferSize="(Integer)"]
                            [fcAsyncQueueCapacity="(Integer)"] [fcParallelWorkers="(Integer)"] [fcPipes="(Integer)"]
                            [fcPipeBufferSize="(Integer)"] [fcPipeReadersPerPipe="(Integer)"]
                            [fcPipeWritersPerPipe="(Integer)"] /> ## FileCopierSpec
            (<account name="..." /> ## Name)*
        </restore>
    </RestoreRequest>

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

XPath Required / Optional Description
/restore Required (only 1)
/restore@method Optional (0 or 1) Type: String
/restore@searchIndex Optional (0 or 1) Type: String
/restore@blobs Optional (0 or 1) Type: String
/restore@secondaryBlobs Optional (0 or 1) Type: String
/restore@target Optional (0 or 1) Type: String
/restore@label Optional (0 or 1) Type: String
/restore@sysData Optional (0 or 1) Type: 0|1
/restore@includeIncrementals Optional (0 or 1) Type: 0|1
/restore@replayRedo Optional (0 or 1) Type: 0|1
/restore@continue Optional (0 or 1) Type: 0|1
/restore@prefix Optional (0 or 1) Type: String
/restore@restoreToTime Optional (0 or 1) Type: Long
/restore@restoreToRedoSeq Optional (0 or 1) Type: Long
/restore@restoreToIncrLabel Optional (0 or 1) Type: String
/restore@ignoreRedoErrors Optional (0 or 1) Type: 0|1
/restore@skipDeleteOps Optional (0 or 1) Type: 0|1
/restore@skipDeletedAccounts Optional (0 or 1) Type: 0|1
/restore/fileCopier Optional (0 or 1)
/restore/fileCopier@fcMethod Optional (0 or 1) Type: String
/restore/fileCopier@fcIOType Optional (0 or 1) Type: String
/restore/fileCopier@fcOIOCopyBufferSize Optional (0 or 1) Type: Integer
/restore/fileCopier@fcAsyncQueueCapacity Optional (0 or 1) Type: Integer
/restore/fileCopier@fcParallelWorkers Optional (0 or 1) Type: Integer
/restore/fileCopier@fcPipes Optional (0 or 1) Type: Integer
/restore/fileCopier@fcPipeBufferSize Optional (0 or 1) Type: Integer
/restore/fileCopier@fcPipeReadersPerPipe Optional (0 or 1) Type: Integer
/restore/fileCopier@fcPipeWritersPerPipe Optional (0 or 1) Type: Integer
/restore/account Optional (0 or more)
/restore/account@name Required (only 1) Type: String

RestoreResponse

    <RestoreResponse [status="..."] [rebuiltSchema="(0|1)"]> ## RestoreResponse
        (<account name="..." /> ## Name)*
    </RestoreResponse>

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

XPath Required / Optional Description
@status Optional (0 or 1) Type: String
@rebuiltSchema Optional (0 or 1) Type: 0|1
/account Optional (0 or more)
/account@name Required (only 1) Type: String