Operations at recoveryPoints/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| recoveryPoints/agents/{agentId} | DELETE | Deletes all recovery points for specified agent. |
| recoveryPoints/agents/{agentId}/all | GET | Gets the summary information for all recovery points associated with the specified agent. Note that this list can potentially be very large. |
| recoveryPoints/agents/{agentId}/daterange?max={max} | POST | Gets the summary information for the recovery points associated with a specified agent that fall inside of a last modified date/time range. You also specify a maximum number of recovery points to return with the specified range. |
| recoveryPoints/agents/{agentId}/integritycheck/settings | GET | Gets agent recovery point check settings included nightly job and manually started checks |
| recoveryPoints/agents/{agentId}/integritycheck/settings | POST | Sets agent recovery point check settings included nightly job and manually started checks |
| recoveryPoints/agents/{agentId}/paged?max={max}&page={page} | POST | Gets summary info for recovery points for a given agent ID and filter, such that the results are paged for easy viewing in a paged grid. |
| recoveryPoints/agents/{agentId}/paged?max={max}&page={page} | GET | Gets summary info for recovery points for a given agent ID, such that the results are paged for easy viewing in a paged grid. |
| recoveryPoints/agents/{agentId}/where?max={max} | POST | Gets the summary information for the recovery points associated with a specified agent that fall outside of a last modified date/time range. You also specify a maximum number of recovery points to return with the specified range. |
| recoveryPoints/agents/all | GET | Gets a list of all agents with recovery points. |
| recoveryPoints/agents/checkVolumes | POST | Starts a task that performs integrity check of all agent's recovery points and tries to fix errors being found |
| recoveryPoints/agents/deleteVolumes | POST | Deletes volume images without rollup for the specified agent. For debug purpose. |
| recoveryPoints/agents/exportVolumeImagesTree | POST | Exports agent volume images tree to text file |
| recoveryPoints/deletesupport | POST | Deletes volume images without rollup for the specified agent. |
| recoveryPoints/images/{imageId}/ | GET | 'Gets information for a single volume image specified by unique identifier. |
| recoveryPoints/images/entire/{imageId}.rawdata?target={fileName} | GET | Gets a stream of data consisting of the data in the image. Useful only for diagnostic purposes. |
| recoveryPoints/images/rawdata/{imageId}.rawdata?blockOffset={blockOffset}&blockLength={blockLength} | GET | Gets a stream of data consisting of the data in the image at the specified offset and length. Useful only for diagnostic purposes. |
| recoveryPoints/images/rawkeys/{imageId}.rawkeys | GET | Gets a stream of offset/key pairs, containing the block offsets in the image and the DVM keys of the record at each block offset. Useful only for diagnostic purposes. |
| recoveryPoints/images/rawkeys/{imageId}.textkeys | GET | Gets a stream of offset/key pairs, containing the block offsets in the image and the DVM keys of the record at each block offset. Useful only for diagnostic purposes. |
| recoveryPoints/integritycheck/target={target} | POST | Starts a task that performs integrity check of all agent's recovery points and tries to fix errors being found. For support purpose. Use '*' symbol as mask for RP and volumes |
| recoveryPoints/recent | POST | Gets summary info for the most recent recovery point of every agent specified in the request. |
| recoveryPoints/repositories/{repositoryId}/agents/{agentId}/paged?max={max}&page={page} | GET | Gets summary info for recovery points for a given repository by agent ID, such that the results are paged for easy viewing in a paged grid. |
| recoveryPoints/repositories/{repositoryId}/agents/{agentId}/recoveryPoints | GET | Gets the summary information for all recovery points associated with the specified repository and agent. Note that this list can potentially be very large. |
| recoveryPoints/rps/{recoveryPointId}/details | GET | Gets detailed info for a single recovery point. |
| recoveryPoints/rps/{recoveryPointId}/lockedkeys | GET | Gets a list of encryption keys used by a recovery point that are locked and require a passphrase in order to mount. |
| recoveryPoints/rps/delete | POST | Deletes all volume image chains that contain volume images for a given recovery point. |
| recoveryPoints/rps/deleteOrphanVolumeImagesChains | POST | Deletes orphan volume images chains for a specified recovery point. |
| recoveryPoints/rps/deleteRecoveryPointsRange | POST | Deletes all recovery points in a specified time period for the specified agent. |
| recoveryPoints/rps/details | POST | Gets detailed info for a single recovery point. |
| recoveryPoints/rps/isOrphan | POST | Gets whether recovery point is orphan or not. |
| recoveryPoints/rps/lockedkeys | POST | Gets a list of encryption keys used by a recovery point that are locked and require a passphrase in order to mount. |
| recoveryPoints/rps/summary | POST | Gets detailed info for a single recovery point. |