Compartir a través de


Replication Usages - List

Fetches the replication usages of the vault.

GET https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/replicationUsages?api-version=2025-02-01

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

minLength: 1

The ID of the target subscription.

vaultName
path True

string

The name of the recovery services vault.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

ReplicationUsageList

OK

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

Gets Replication usages of vault

Sample request

GET https://management.azure.com/Subscriptions/6808dbbc-98c7-431f-a1b1-9580902423b7/resourceGroups/avrai7517RG1/providers/Microsoft.RecoveryServices/vaults/avrai7517Vault1/replicationUsages?api-version=2025-02-01

Sample response

{
  "value": [
    {
      "monitoringSummary": {
        "unHealthyVmCount": 0,
        "unHealthyProviderCount": 0,
        "eventsCount": 0,
        "deprecatedProviderCount": 0,
        "supportedProviderCount": 0,
        "unsupportedProviderCount": 0
      },
      "jobsSummary": {
        "failedJobs": 0,
        "suspendedJobs": 0,
        "inProgressJobs": 0
      },
      "protectedItemCount": 2,
      "registeredServersCount": 2,
      "recoveryPlanCount": 1
    }
  ]
}

Definitions

Name Description
JobsSummary

Summary of the replication job data for this vault.

MonitoringSummary

Summary of the replication monitoring data for this vault.

ReplicationUsage

Replication usages of a vault.

ReplicationUsageList

Replication usages for vault.

JobsSummary

Summary of the replication job data for this vault.

Name Type Description
failedJobs

integer

Count of failed jobs.

inProgressJobs

integer

Count of in-progress jobs.

suspendedJobs

integer

Count of suspended jobs.

MonitoringSummary

Summary of the replication monitoring data for this vault.

Name Type Description
deprecatedProviderCount

integer

Count of all deprecated recovery service providers.

eventsCount

integer

Count of all critical warnings.

supportedProviderCount

integer

Count of all the supported recovery service providers.

unHealthyProviderCount

integer

Count of unhealthy replication providers.

unHealthyVmCount

integer

Count of unhealthy VMs.

unsupportedProviderCount

integer

Count of all the unsupported recovery service providers.

ReplicationUsage

Replication usages of a vault.

Name Type Description
jobsSummary

JobsSummary

Summary of the replication jobs data for this vault.

monitoringSummary

MonitoringSummary

Summary of the replication monitoring data for this vault.

protectedItemCount

integer

Number of replication protected items for this vault.

recoveryPlanCount

integer

Number of replication recovery plans for this vault.

recoveryServicesProviderAuthType

integer

The authentication type of recovery service providers in the vault.

registeredServersCount

integer

Number of servers registered to this vault.

ReplicationUsageList

Replication usages for vault.

Name Type Description
value

ReplicationUsage[]

The list of replication usages for the given vault.