BackupLocationDetails Data Type

Properties
name data type description
guid string
backup BackupDetails
backupDestination BackupDestinationDetails
roleType BackupDestinationRole
status BackupLocationStatus
statusInfo string
retentionHint RetentionHint

Example

{
  "guid" : "...",
  "backup" : {
    "backupTime" : 12345,
    "taskTimeStats" : {
      "queuedExportTime" : 12345,
      "exportTime" : 12345,
      "queuedStoreTime" : 12345,
      "storeTime" : 12345
    },
    "archiveExpire" : 12345,
    "statusInfo" : "...",
    "protectedEntity" : {
      "type" : { },
      "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" : { },
      "snapshotTime" : 12345,
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupDestinationType" : "AVAMAR",
      "status" : "IN_PROGRESS",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE"
    }, {
      "guid" : "...",
      "backup" : { },
      "snapshotTime" : 12345,
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupDestinationType" : "AVAMAR",
      "status" : "PRESENT",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE"
    } ],
    "networkInterfaceCards" : [ {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    }, {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    } ],
    "size" : 12345,
    "fileCount" : 12345,
    "effectiveBackupObjectsCount" : 12345,
    "effectiveBackupSize" : 12345,
    "vmExportImportMode" : "DISK_ATTACHMENT",
    "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" : { },
      "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"
    }
  },
  "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" : "INITIALIZED",
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "modificationTime" : 1451649601000
  },
  "roleType" : "ARCHIVE",
  "status" : "IN_PROGRESS",
  "statusInfo" : "...",
  "retentionHint" : "DONT_TOUCH"
}