BackupInfo Data Type

Properties
name data type constraints description
backupGuid string  
protectedEntity string  
protectedEntityGuid string  
protectedEntityType string  
originEntity NameGuidAndType  
originEntityString string  
status BackupStatus  
size number required
type string  
snapshotTime number required
statusInfo string  
hypervisor string  
hypervisorGuid string  
hvManager string  
hvManagerGuid string  
dataCenter string  
cluster string  
storageProvider string  
storageProviderGuid string  
storagePool string  
policy string  
policyGuid string  
sourceProject string  
taskDurationTime number  

Example

{
  "backupGuid" : "...",
  "protectedEntity" : "...",
  "protectedEntityGuid" : "...",
  "protectedEntityType" : "...",
  "originEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "originEntityString" : "...",
  "status" : "SUCCESS",
  "size" : 12345,
  "type" : "...",
  "snapshotTime" : 12345,
  "statusInfo" : "...",
  "hypervisor" : "...",
  "hypervisorGuid" : "...",
  "hvManager" : "...",
  "hvManagerGuid" : "...",
  "dataCenter" : "...",
  "cluster" : "...",
  "storageProvider" : "...",
  "storageProviderGuid" : "...",
  "storagePool" : "...",
  "policy" : "...",
  "policyGuid" : "...",
  "sourceProject" : "...",
  "taskDurationTime" : 12345
}