@@ -13,7 +13,7 @@ type azureRecoveryInstanceItemExtendedInfo
1313 lastRefreshedAt : DateTime @search (by : [day ])
1414}
1515
16- type azureBackupInstanceResourceHealth
16+ type azureRecoveryInstanceResourceHealth
1717 @generate (
1818 query : { get : false , query : true , aggregate : false }
1919 mutation : { add : false , delete : false }
@@ -47,14 +47,14 @@ type azureRecoveryInstanceExtendedProperties
4747 linuxVmApplicationName : String @search (by : [hash , regexp ])
4848}
4949
50- type azureBackupInstanceKPIResourceHealth
50+ type azureRecoveryInstanceKPIResourceHealth
5151 @generate (
5252 query : { get : false , query : true , aggregate : false }
5353 mutation : { add : false , delete : false }
5454 subscription : false
5555 ) {
5656 resourceHealthStatus : String @search (by : [hash , regexp ])
57- resourceHealthDetails : [azureBackupInstanceResourceHealth ]
57+ resourceHealthDetails : [azureRecoveryInstanceResourceHealth ]
5858}
5959
6060type azureRecoveryInstanceKpisHealths
@@ -66,7 +66,7 @@ type azureRecoveryInstanceKpisHealths
6666 @key (fields : " id" ) {
6767 id : String ! @id
6868 key : String @search (by : [hash , regexp ])
69- value : azureBackupInstanceKPIResourceHealth
69+ value : azureRecoveryInstanceKPIResourceHealth
7070}
7171
7272type azureRecoveryInstanceErrorDetail
@@ -124,7 +124,7 @@ type azureRecoveryInstanceProperties
124124 extendedInfo : azureRecoveryInstanceItemExtendedInfo
125125 virtualMachineId : String @search (by : [hash , regexp ])
126126 healthStatus : String @search (by : [hash , regexp ])
127- healthDetails : [azureBackupInstanceResourceHealth ]
127+ healthDetails : [azureRecoveryInstanceResourceHealth ]
128128 protectedItemDataId : String @search (by : [hash , regexp ])
129129 extendedProperties : azureRecoveryInstanceExtendedProperties
130130 serverName : String @search (by : [hash , regexp ])
0 commit comments