GET v1/bunits/{bunitId}/consumers/{consumerId}/vm/restorepoints
Get a restore points related to a VM of a consumer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
ID of the business unit the consumer is related to | integer |
Required |
consumerId |
ID of the consumer the VM is related to | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RestorePointName | Description | Type | Additional information |
---|---|---|---|
CatalogTime |
catalogTime |
date |
None. |
ProtectionTime |
properties.protectionInfo.protectionTime |
date |
None. |
RecoveryPoint |
properties.protectionInfo.recoveryPoint GUID |
string |
None. |
CommittedStorageMegaBytes |
properties.storageSummary.commited |
decimal number |
None. |
UncommittedStorageMegaBytes |
properties.storageSummary.uncommited |
decimal number |
None. |
TransferredMegaBytes |
How much data was transferred during the creation of the restore point |
decimal number |
None. |
SessionId |
properties.sessionId |
integer |
None. |
JobId |
properties.jobId |
integer |
None. |
BackupPolicy |
properties.protectionInfo.storageProfileId |
BackupPolicy |
None. |
Vm |
id GUID |
Vm |
None. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.