| Description | : Gets a list of backup instances associated with a tracked resource |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "BackupInstancesExtensionRouting_List",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"#name": "identityDetails",
"Description": {
"new": "Contains information of the Identity Details for the BI.\nIf it is null, default will be considered as System Assigned.",
"old": "Contains information of the Identity Details for the BI.\r\nIf it is null, default will be considered as System Assigned."
}
}
],
"@added_b709a1184b894203b2f4d9b67bc1eccd": {
"#name": "tags",
"Description": "Proxy Resource tags.",
"Required": false,
"Type": "object"
}
}
}
}
}
}
}
⚼ Request
GET:
/{resourceId}/providers/Microsoft.DataProtection/backupInstances
{
api-version:
string
,
resourceId:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
properties:
{
,
friendlyName:
string
,
dataSourceInfo:
{
,
datasourceType:
string
,
objectType:
string
,
resourceID:
string
,
resourceLocation:
string
,
resourceName:
string
,
resourceType:
string
,
resourceUri:
string
,
resourceProperties:
}
{
,
objectType:
enum
,
}
dataSourceSetInfo:
{
,
datasourceType:
string
,
objectType:
string
,
resourceID:
string
,
resourceLocation:
string
,
resourceName:
string
,
resourceType:
string
,
resourceUri:
string
,
resourceProperties:
}
{
,
objectType:
enum
,
}
policyInfo:
{
,
policyId:
string
,
policyVersion:
string
,
policyParameters:
}
{
,
dataStoreParametersList:
[
]
,
{
,
objectType:
string
,
dataStoreType:
enum
,
}
backupDatasourceParametersList:
}
[
]
,
{
,
objectType:
string
,
}
resourceGuardOperationRequests:
[
,
string
,
]
protectionStatus:
{
,
errorDetails:
{
,
code:
string
,
details:
[
,
string
,
]
innerError:
{
,
additionalInfo:
object
,
code:
string
,
embeddedInnerError:
string
,
}
isRetryable:
boolean
,
isUserError:
boolean
,
properties:
object
,
message:
string
,
recommendedAction:
[
,
string
,
]
target:
string
,
}
status:
enum
,
}
currentProtectionState:
enum
,
protectionErrorDetails:
{
,
code:
string
,
details:
[
,
string
,
]
innerError:
{
,
additionalInfo:
object
,
code:
string
,
embeddedInnerError:
string
,
}
isRetryable:
boolean
,
isUserError:
boolean
,
properties:
object
,
message:
string
,
recommendedAction:
[
,
string
,
]
target:
string
,
}
provisioningState:
string
,
datasourceAuthCredentials:
{
,
objectType:
string
,
}
validationType:
enum
,
identityDetails:
{
,
useSystemAssignedIdentity:
boolean
,
userAssignedIdentityArmUrl:
string
,
}
objectType:
string
,
}
tags:
object
,
}
⚐ Response (default)
{
error:
}
{
,
additionalInfo:
[
]
,
{
,
type:
string
,
info:
object
,
}
code:
string
,
details:
[
,
string
,
]
message:
string
,
target:
string
,
}