InsightProtectionStats Data Type

Properties
name data type description
vm InsightProtectionStatsRecord
app InsightProtectionStatsRecord
storage InsightProtectionStatsRecord
cloudGroup InsightProtectionStatsRecord
cloudTeam InsightProtectionStatsRecord
cloudSite InsightProtectionStatsRecord
cloudUser InsightProtectionStatsRecord

Example

{
  "vm" : {
    "protectedEntityType" : "CLOUD_SITE",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "app" : {
    "protectedEntityType" : "VM",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "storage" : {
    "protectedEntityType" : "CLOUD_TEAMS",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudGroup" : {
    "protectedEntityType" : "VM",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudTeam" : {
    "protectedEntityType" : "CLOUD_GROUP",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudSite" : {
    "protectedEntityType" : "CLOUD",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudUser" : {
    "protectedEntityType" : "CLOUD_TEAMS",
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  }
}