CreateCloudDownloadRequest Data Type

Properties
name data type constraints description
protectedEntityGuids array of string  
tab string  
objects array of GuidAndType  
pointInTime number required
removeTime number  
pstFormat boolean required
downloadType CloudRestoreType  

Example

{
  "protectedEntityGuids" : [ "...", "..." ],
  "tab" : "...",
  "objects" : [ {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
  }, {
    "type" : {
      "name" : "...",
      "description" : "..."
    },
    "guid" : "..."
  } ],
  "pointInTime" : 12345,
  "removeTime" : 12345,
  "pstFormat" : true,
  "downloadType" : "ALL_SERIES"
}