Instance Backups - Get Instance Backup
Retrieves a Dataverse environment backup based on the restore point. This API is deprecated.
For a list of region-specific service URLs, see Service URL
GET {ServiceUrl}/api/v1.2/InstanceBackups/{instanceId}/{restorePointId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
instance
|
path | True |
string (uuid) |
Id of the instance to retrieve the backup from. |
|
restore
|
path | True |
string (uuid) |
Restore point of an existing instance backup. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
A Dataverse environment backup. Media Types: "application/json", "text/json" |
|
| 404 Not Found |
NotFound Media Types: "application/json", "text/json" |
Definitions
| Name | Description |
|---|---|
|
Azure |
For internal use only. Azure storage is not supported. |
|
Instance |
An object defining the instance backup |
AzureStorage
For internal use only. Azure storage is not supported.
| Name | Type | Description |
|---|---|---|
| ContainerName |
string |
For internal use only. |
| StorageAccountKey |
string |
For internal use only. |
| StorageAccountName |
string |
For internal use only. |
InstanceBackup
An object defining the instance backup
| Name | Type | Description |
|---|---|---|
| AzureStorageInformation |
For internal use only. Azure storage is not supported. |
|
| CreatedBy |
string |
User who created the instance backup |
| CreatedOn |
string |
Date and time of the creation of the instance backup |
| ExpiresOn |
string |
Expiration date and time of the instance backup |
| Id |
string |
ID of the instance backup |
| IsAzureBackup |
boolean |
For internal use only |
| Label |
string |
Label of the instance backup |
| Notes |
string |
Notes associated with the instance backup |
| Status |
string |
Status of the instance backup |
| Version |
string |
Version of the instance backup |