RestoreInfo Data Type

Properties
name data type constraints description
restoreGuid string  
protectedEntity string  
protectedEntityGuid string  
protectedEntityType string  
restoreTime number required
statusInfo string  
status RestoreJobStatus  
size number required
type string  
hypervisor string  
hypervisorGuid string  
hvManager string  
hvManagerGuid string  
dataCenter string  
cluster string  
storageProvider string  
storageProviderGuid string  
storagePool string  
policy string  
policyGuid string  
project string  
taskDurationTime number  

Example

{
  "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
}