BackupFileLocationDetails Data Type

Properties
name data type constraints description
guid string  
backupDestination BackupDestinationDetails  
roleType BackupDestinationRole  
backupFileDetails BackupFileDetails  
status BackupFileLocationStatus  
backupTime number  
lastModifiedTime number  
encryption number required
config string  
compressionType CompressionType  
path string  

Example

{
  "guid" : "...",
  "backupDestination" : {
    "name" : "...",
    "nodeConfigs" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "projects" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "totalAvailableSpace" : 12345,
    "totalUsedSpace" : 12345,
    "totalDedupUsedSpace" : 12345,
    "totalDedupAvailableSpace" : 12345,
    "preAccessCmdArgs" : [ "...", "..." ],
    "postAccessCmdArgs" : [ "...", "..." ],
    "preAccessCmdExecEnabled" : true,
    "postAccessCmdExecEnabled" : true,
    "preAccessCmdExecTimeout" : 12345,
    "postAccessCmdExecTimeout" : 12345,
    "backupDestinationInitInfos" : [ {
      "node" : { },
      "backupDestination" : { },
      "initSuccessful" : true,
      "initError" : "...",
      "modificationTime" : 12345
    }, {
      "node" : { },
      "backupDestination" : { },
      "initSuccessful" : true,
      "initError" : "...",
      "modificationTime" : 12345
    } ],
    "initRequired" : true,
    "dedupEnabled" : true,
    "encryptionEnabled" : true,
    "defaultBackupDestination" : true,
    "description" : "...",
    "daysToKeepRetentionLock" : 12345,
    "visibleForAllVms" : true,
    "backupDestinationForCloud" : true,
    "objectTaggingEnabled" : true,
    "trustAllCerts" : true,
    "backupDestinationState" : "REQUIRED_INITIALIZATION",
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "modificationTime" : 1451649601000
  },
  "roleType" : "PRIMARY",
  "backupFileDetails" : {
    "backupTime" : 1451649601000,
    "lastModifiedTime" : 12345,
    "size" : 12345,
    "effectiveBackupSize" : 12345,
    "effectiveSuccessfulObjects" : 12345,
    "effectiveTotalDirectories" : 12345,
    "effectiveFailedObjects" : 12345,
    "effectiveProcessedDirectories" : 12345,
    "effectiveSkippedObjects" : 12345,
    "path" : "...",
    "originalPath" : "...",
    "locations" : [ {
      "guid" : "...",
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupFileDetails" : { },
      "status" : "PRESENT",
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "BZIP2",
      "path" : "..."
    }, {
      "guid" : "...",
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupFileDetails" : { },
      "status" : "REMOVED",
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "BZIP2",
      "path" : "..."
    } ],
    "backup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "mountable" : true,
    "iscsiMountable" : true,
    "originalStorageId" : "...",
    "originalDiskId" : "...",
    "format" : "QCOW2",
    "backupFileType" : "UNRECOGNIZED",
    "vmDisk" : {
      "guid" : "...",
      "name" : "...",
      "uuid" : "...",
      "devicePath" : "...",
      "fullDevicePath" : "...",
      "controllerId" : "...",
      "slot" : "...",
      "virtualMachine" : { },
      "originalStorage" : { },
      "size" : 12345,
      "present" : true,
      "excludedFromBackup" : true,
      "bootable" : true,
      "image" : true,
      "volumeSource" : "...",
      "volumeType" : "...",
      "snapshots" : [ { }, { } ],
      "type" : "OPENSTACK_SWAP",
      "supported" : true
    },
    "parentBackupFile" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "BZIP2",
    "underlyingStorageType" : "AZURE_FILE",
    "restoresTime" : [ 12345, 12345 ],
    "objectName" : "...",
    "sessionId" : "...",
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "cloudFeature" : "TEAMS_MAILBOX"
  },
  "status" : "PRESENT",
  "backupTime" : 12345,
  "lastModifiedTime" : 12345,
  "encryption" : 12345,
  "config" : "...",
  "compressionType" : "GZIP",
  "path" : "..."
}