SummaryResponse Data Type

Properties
name data type description
backups ReportSummaryResponseOfBackupInfo
restores ReportSummaryResponseOfRestoreInfo

Example

{
  "backups" : {
    "taskDurationTime" : 12345,
    "successful" : 12345,
    "failed" : 12345,
    "queued" : 12345,
    "total" : 12345,
    "groupBy" : "...",
    "inProgress" : 12345,
    "elements" : [ {
      "backupGuid" : "...",
      "protectedEntity" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityType" : "...",
      "originEntity" : { },
      "originEntityString" : "...",
      "status" : "SUCCESS_REMOVED",
      "size" : 12345,
      "type" : "...",
      "snapshotTime" : 12345,
      "statusInfo" : "...",
      "hypervisor" : "...",
      "hypervisorGuid" : "...",
      "hvManager" : "...",
      "hvManagerGuid" : "...",
      "dataCenter" : "...",
      "cluster" : "...",
      "storageProvider" : "...",
      "storageProviderGuid" : "...",
      "storagePool" : "...",
      "policy" : "...",
      "policyGuid" : "...",
      "sourceProject" : "...",
      "taskDurationTime" : 12345
    }, {
      "backupGuid" : "...",
      "protectedEntity" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityType" : "...",
      "originEntity" : { },
      "originEntityString" : "...",
      "status" : "PARTIAL_SUCCESS",
      "size" : 12345,
      "type" : "...",
      "snapshotTime" : 12345,
      "statusInfo" : "...",
      "hypervisor" : "...",
      "hypervisorGuid" : "...",
      "hvManager" : "...",
      "hvManagerGuid" : "...",
      "dataCenter" : "...",
      "cluster" : "...",
      "storageProvider" : "...",
      "storageProviderGuid" : "...",
      "storagePool" : "...",
      "policy" : "...",
      "policyGuid" : "...",
      "sourceProject" : "...",
      "taskDurationTime" : 12345
    } ],
    "totalData" : "..."
  },
  "restores" : {
    "failed" : 12345,
    "successful" : 12345,
    "elements" : [ {
      "restoreGuid" : "...",
      "protectedEntity" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityType" : "...",
      "restoreTime" : 12345,
      "statusInfo" : "...",
      "status" : "QUEUED",
      "size" : 12345,
      "type" : "...",
      "hypervisor" : "...",
      "hypervisorGuid" : "...",
      "hvManager" : "...",
      "hvManagerGuid" : "...",
      "dataCenter" : "...",
      "cluster" : "...",
      "storageProvider" : "...",
      "storageProviderGuid" : "...",
      "storagePool" : "...",
      "policy" : "...",
      "policyGuid" : "...",
      "project" : "...",
      "taskDurationTime" : 12345
    }, {
      "restoreGuid" : "...",
      "protectedEntity" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityType" : "...",
      "restoreTime" : 12345,
      "statusInfo" : "...",
      "status" : "QUEUED",
      "size" : 12345,
      "type" : "...",
      "hypervisor" : "...",
      "hypervisorGuid" : "...",
      "hvManager" : "...",
      "hvManagerGuid" : "...",
      "dataCenter" : "...",
      "cluster" : "...",
      "storageProvider" : "...",
      "storageProviderGuid" : "...",
      "storagePool" : "...",
      "policy" : "...",
      "policyGuid" : "...",
      "project" : "...",
      "taskDurationTime" : 12345
    } ],
    "taskDurationTime" : 12345,
    "totalData" : "...",
    "inProgress" : 12345,
    "queued" : 12345,
    "groupBy" : "...",
    "total" : 12345
  }
}