TapeDriveDetails Data Type

Properties
name data type constraints description
guid string  
name string  
uuid string  
path string  
tapePath string  
tapeLibrary NameAndGuid  
tapePoolBackupDestinations array of NameAndGuid  
present boolean required
lastUsedDate number  

Example

{
  "guid" : "...",
  "name" : "...",
  "uuid" : "...",
  "path" : "...",
  "tapePath" : "...",
  "tapeLibrary" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapePoolBackupDestinations" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "present" : true,
  "lastUsedDate" : 12345
}