Executing a predefined Encyclopedia volume command
Using the Actuate Information Delivery API, you can execute one of the following predefined Encyclopedia volume commands shown in
Table 5‑2.
Table 5‑2 Predefined Encyclopedia volume commands
Command | Description |
StartArchive | Starts the archive process for the Encyclopedia volume |
StartPartitionPhaseOut | Starts the process of moving data out of a partition |
The following request starts partition phaseout in 60 seconds:
<SOAP-ENV:Body>
<ExecuteVolumeCommand>
<VolumeName>Autry</VolumeName>
<Command>StartPartitionPhaseOut</Command>
<GracePeriodInSeconds>60</GracePeriodInSeconds>
</ExecuteVolumeCommand>
</SOAP-ENV:Body>
This request returns a status for the command, either Succeeded or Failed.
<SOAP-ENV:Body>
<ExecuteVolumeCommandResponse>
<Status>Succeeded</Status>
</ExecuteVolumeCommandResponse>
</SOAP-ENV:Body>