Skip to content

protectionSummaryV2

Returns the protection summary for the Orchestrated Application Recovery dashboard.

Returns

ProtectionSummaryV2!

Sample

query {
  protectionSummaryV2 {
    numWorkloadsCoveredByRecoveryPlan
    totalWorkloadsWithSlaProtection
  }
}
{}
{
  "data": {
    "protectionSummaryV2": {
      "numWorkloadsCoveredByRecoveryPlan": 0,
      "totalWorkloadsWithSlaProtection": 0,
      "recoveryPlanSummaries": [
        {
          "numRecoveryPlansFailedLastQuarter": 0,
          "numRecoveryPlansSucceededLastQuarter": 0,
          "numRecoveryPlansWithConfigError": 0,
          "numRecoveryPlansWithTestScheduled": 0,
          "recoveryPlanType": "CYBER_RECOVERY",
          "totalRecoveryPlans": 0
        }
      ]
    }
  }
}