TapeChunk Data Type

Properties
name data type constraints description
fileIndex number required
filePart number required
effectiveSize number required
checksum string  
status TapeChunkStatus  
tape Tape  
backupFileLocation BackupFileLocation  
guid string  
ver number  
auditEntityName string  
nameAndGuid NameAndGuid  
nameGuidAndType NameGuidAndType  

Example

{
  "fileIndex" : 12345,
  "filePart" : 12345,
  "effectiveSize" : 12345,
  "checksum" : "...",
  "status" : "PRESENT",
  "tape" : {
    "name" : "...",
    "serialNumber" : "...",
    "totalSpace" : 12345,
    "initialized" : true,
    "state" : "EJECTED",
    "guid" : "...",
    "tapeLibrary" : {
      "uuid" : "...",
      "name" : "...",
      "path" : "...",
      "present" : true,
      "tapeManager" : { },
      "tapes" : [ { }, { } ],
      "tapeDrives" : [ { }, { } ],
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "tapeLock" : {
      "tapeDrive" : { },
      "tapes" : [ { }, { } ],
      "task" : { },
      "date" : 12345,
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "ver" : 12345,
    "tapePoolBackupDestination" : {
      "guid" : "...",
      "ver" : 12345,
      "compressionType" : "TAR",
      "tapeManager" : { },
      "tapeLibrary" : { },
      "tapeDrives" : [ { }, { } ],
      "tapes" : [ { }, { } ],
      "currentTape" : { },
      "nameAndGuid" : { },
      "configurationValid" : true,
      "name" : "...",
      "configurationWarning" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "AVAMAR",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "INITIALIZATION_FAILED",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    },
    "tapeLocation" : {
      "name" : "...",
      "description" : "...",
      "tapes" : [ { }, { } ],
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "type" : "REGULAR",
    "auditEntityName" : "...",
    "tapeChunks" : [ {
      "fileIndex" : 12345,
      "filePart" : 12345,
      "effectiveSize" : 12345,
      "checksum" : "...",
      "status" : "TO_REMOVE",
      "tape" : { },
      "backupFileLocation" : { },
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "fileIndex" : 12345,
      "filePart" : 12345,
      "effectiveSize" : 12345,
      "checksum" : "...",
      "status" : "TO_REMOVE",
      "tape" : { },
      "backupFileLocation" : { },
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "backupFileLocation" : {
    "backupDestination" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "SWIFT",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "REQUIRED_INITIALIZATION",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    },
    "backupFile" : {
      "guid" : "...",
      "ver" : 12345,
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "size" : 12345,
      "effectiveBackupSize" : 12345,
      "effectiveSuccessfulObjects" : 12345,
      "effectiveTotalDirectories" : 12345,
      "effectiveFailedObjects" : 12345,
      "effectiveProcessedDirectories" : 12345,
      "effectiveSkippedObjects" : 12345,
      "path" : "...",
      "originalPath" : "...",
      "mountable" : true,
      "originalStorageId" : "...",
      "originalDiskId" : "...",
      "encryption" : 12345,
      "config" : "...",
      "objectName" : "...",
      "nameAndGuid" : { },
      "sessionId" : "...",
      "cloudFeature" : "SHAREPOINT_PAGE_LIBRARY",
      "format" : "VM_META_AZURE",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "OPENSTACK_CINDER",
      "compressionType" : "TAR_GZIP",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    },
    "guid" : "...",
    "status" : "PRESENT",
    "ver" : 12345,
    "roleType" : "SECONDARY",
    "backupTime" : 12345,
    "lastModifiedTime" : 12345,
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "TAR_LZMA",
    "path" : "...",
    "tapeChunks" : [ {
      "fileIndex" : 12345,
      "filePart" : 12345,
      "effectiveSize" : 12345,
      "checksum" : "...",
      "status" : "PRESENT",
      "tape" : { },
      "backupFileLocation" : { },
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "fileIndex" : 12345,
      "filePart" : 12345,
      "effectiveSize" : 12345,
      "checksum" : "...",
      "status" : "PRESENT",
      "tape" : { },
      "backupFileLocation" : { },
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "guid" : "...",
  "ver" : 12345,
  "auditEntityName" : "...",
  "nameAndGuid" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "nameGuidAndType" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }
}