ProtectionResponse Data Type

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

Example

{
  "vm" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "app" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "storage" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudUser" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudSite" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudGroup" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "cloudTeam" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  },
  "os" : {
    "noSchedule" : 12345,
    "notProtected" : 12345,
    "protectedNo" : 12345
  }
}