TaskListRecord Data Type

Properties
name data type constraints description
priority number required
startTime number  
finishTime number  
processedObjectCount number  
totalObjectCount number  
protectedEntity NameGuidAndType  
protectedEntityDisplayName string  
dstProtectedEntity NameGuidAndType  
hypervisor NameAndGuid  
hypervisorManager NameAndGuid  
storageProvider NameAndGuid  
cloudServiceProvider NameAndGuid  
node NameAndGuid  
backupDestination NameGuidAndType  
project NameAndGuid  
backupType BackupType  
powerOnAfterRestore boolean required
failTaskAfterPowerOnFail boolean required
originEntity NameGuidAndType  
tapeManager NameAndGuid  
tapeDrive NameAndGuid  
tape NameAndGuid  
nfsStorageId string  
guid string  
type TaskType  
state TaskState  
windowStart number  
windowEnd number  
progress number required

Example

{
  "priority" : 12345,
  "startTime" : 12345,
  "finishTime" : 12345,
  "processedObjectCount" : 12345,
  "totalObjectCount" : 12345,
  "protectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "protectedEntityDisplayName" : "...",
  "dstProtectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisorManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "storageProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "cloudServiceProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "node" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupDestination" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "project" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupType" : "INCREMENTAL",
  "powerOnAfterRestore" : true,
  "failTaskAfterPowerOnFail" : true,
  "originEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeDrive" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tape" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "nfsStorageId" : "...",
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "type" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "state" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "windowStart" : 1451649601000,
  "windowEnd" : 1451677502000,
  "progress" : 66.5
}