Dpp Resource Guard Proxy - List
Returns the list of ResourceGuardProxies associated with the vault
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupResourceGuardProxies?api-version=2025-02-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
vault
|
path | True |
string |
The name of the backup vault. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account. |
Examples
Get ResourceGuardProxies
Sample request
GET https://management.azure.com/subscriptions/5e13b949-1218-4d18-8b99-7e12155ec4f7/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/sampleVault/backupResourceGuardProxies?api-version=2025-02-01
Sample response
{
"value": [
{
"id": "/subscriptions/5e13b949-1218-4d18-8b99-7e12155ec4f7/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/sampleVault/backupResourceGuardProxies/swaggerExample",
"name": "swaggerExample",
"type": "Microsoft.DataProtection/vaults/backupResourceGuardProxies",
"properties": {
"resourceGuardResourceId": "/subscriptions/f9e67185-f313-4e79-aa71-6458d429369d/resourceGroups/ResourceGuardSecurityAdminRG/providers/Microsoft.DataProtection/resourceGuards/ResourceGuardTestResource",
"resourceGuardOperationDetails": [
{
"vaultCriticalOperation": "Microsoft.DataProtection/backupVaults/backupInstances/delete",
"defaultResourceRequest": "/subscriptions/f9e67185-f313-4e79-aa71-6458d429369d/resourceGroups/ResourceGuardSecurityAdminRG/providers/Microsoft.DataProtection/resourceGuards/ResourceGuardTestResource/deleteBackupInstanceRequests/default"
},
{
"vaultCriticalOperation": "Microsoft.DataProtection/backupVaults/backupResourceGuardProxies/delete",
"defaultResourceRequest": "/subscriptions/f9e67185-f313-4e79-aa71-6458d429369d/resourceGroups/ResourceGuardSecurityAdminRG/providers/Microsoft.DataProtection/resourceGuards/ResourceGuardTestResource/deleteResourceGuardProxyRequests/default"
}
],
"lastUpdatedTime": "2022-09-16T11:44:37.6130487Z",
"description": "Please take JIT access before performing any of the critical operation"
}
}
]
}
Definitions
Name | Description |
---|---|
Cloud |
CloudError |
created |
The type of identity that created the resource. |
Error |
The resource management error response. |
Error |
The resource management error additional info. |
Resource |
VaultCritical Operation protected by a resource guard |
Resource |
ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource |
Resource |
ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs |
Resource |
List of ResourceGuardProxyBase resources |
system |
Metadata pertaining to creation and last modification of the resource. |
CloudError
CloudError
Name | Type | Description |
---|---|---|
error |
The resource management error response. |
createdByType
The type of identity that created the resource.
Value | Description |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
Error
The resource management error response.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
Error[] |
The error details. |
message |
string |
The error message. |
target |
string |
The error target. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ResourceGuardOperationDetail
VaultCritical Operation protected by a resource guard
Name | Type | Description |
---|---|---|
defaultResourceRequest |
string |
|
vaultCriticalOperation |
string |
ResourceGuardProxyBase
ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
Name | Type | Description |
---|---|---|
description |
string |
|
lastUpdatedTime |
string |
|
resourceGuardOperationDetails |
VaultCritical Operation protected by a resource guard |
|
resourceGuardResourceId |
string |
ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs
Name | Type | Description |
---|---|---|
id |
string |
Resource Id represents the complete path to the resource. |
name |
string |
Resource name associated with the resource. |
properties |
ResourceGuardProxyBaseResource properties |
|
systemData |
Metadata pertaining to creation and last modification of the resource. |
|
type |
string |
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
ResourceGuardProxyBaseResourceList
List of ResourceGuardProxyBase resources
Name | Type | Description |
---|---|---|
nextLink |
string |
The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. |
value |
List of resources. |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |