Skip to main content

replication_vault_health

Creates, updates, deletes, gets or lists a replication_vault_health resource.

Overview

Namereplication_vault_health
TypeResource
Idazure.recovery_services_site_recovery.replication_vault_health

Fields

NameDatatypeDescription
idtextResource Id
nametextResource Name
containers_healthtextfield from the properties object
fabrics_healthtextfield from the properties object
locationtextResource Location
protected_items_healthtextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource Type
vault_errorstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, resourceName, subscriptionIdGets the health details of the vault.
refreshEXECresourceGroupName, resourceName, subscriptionId

SELECT examples

Gets the health details of the vault.

SELECT
id,
name,
containers_health,
fabrics_health,
location,
protected_items_health,
resourceGroupName,
resourceName,
subscriptionId,
type,
vault_errors
FROM azure.recovery_services_site_recovery.vw_replication_vault_health
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';