BackupExtendedDetails Data Type

Properties
name data type constraints description
iscsiMountable boolean required
fileFormats array of BackupFileFormat  
backupTime number  
taskTimeStats TaskTimeStats  
archiveExpire number  
statusInfo string  
protectedEntity NameGuidAndType  
parentBackup NameAndGuid  
backupDestination NameAndGuid  
backupLocations array of BackupLocationListRecord  
networkInterfaceCards array of NetworkInterfaceCardDetails  
size number required
fileCount number required
effectiveBackupObjectsCount number  
effectiveBackupSize number  
vmExportImportMode VmExportImportMode  
warningsPresent boolean required
warnings array of string  
baseImage BaseImageDTO  
sourceProject NameAndGuid  
node NameAndGuid  
backupRule NameAndGuid  
hidden boolean required
retentionHint RetentionHint  
originEntity NameGuidAndType  
guid string  
snapshotTime number  
status BackupStatus  
type BackupType  

Example

{
  "iscsiMountable" : true,
  "fileFormats" : [ "QCOW2", "RAW" ],
  "backupTime" : 12345,
  "taskTimeStats" : {
    "queuedExportTime" : 12345,
    "exportTime" : 12345,
    "queuedStoreTime" : 12345,
    "storeTime" : 12345
  },
  "archiveExpire" : 12345,
  "statusInfo" : "...",
  "protectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "parentBackup" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupDestination" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupLocations" : [ {
    "guid" : "...",
    "backup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "snapshotTime" : 12345,
    "backupDestination" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "roleType" : "ARCHIVE",
    "backupDestinationType" : "GCS",
    "status" : "PRESENT",
    "type" : "INCREMENTAL",
    "statusInfo" : "...",
    "retentionHint" : "DONT_TOUCH"
  }, {
    "guid" : "...",
    "backup" : {
      "guid" : "...",
      "name" : "..."
    },
    "snapshotTime" : 12345,
    "backupDestination" : {
      "guid" : "...",
      "name" : "..."
    },
    "roleType" : "SECONDARY",
    "backupDestinationType" : "NETBACKUP",
    "status" : "IN_PROGRESS",
    "type" : "FULL",
    "statusInfo" : "...",
    "retentionHint" : "ARCHIVE"
  } ],
  "networkInterfaceCards" : [ {
    "guid" : "...",
    "uuid" : "...",
    "name" : "...",
    "network" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "virtualMachine" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backups" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ]
  }, {
    "guid" : "...",
    "uuid" : "...",
    "name" : "...",
    "network" : {
      "guid" : "...",
      "name" : "..."
    },
    "virtualMachine" : {
      "guid" : "...",
      "name" : "..."
    },
    "backups" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ]
  } ],
  "size" : 12345,
  "fileCount" : 12345,
  "effectiveBackupObjectsCount" : 12345,
  "effectiveBackupSize" : 12345,
  "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
  "warningsPresent" : true,
  "warnings" : [ "...", "..." ],
  "baseImage" : {
    "uuid" : "..."
  },
  "sourceProject" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "node" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupRule" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hidden" : true,
  "retentionHint" : "STANDARD_RETENTION",
  "originEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "snapshotTime" : 1451649601000,
  "status" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "type" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
}