Reference for GetAvailablePhysicalTapeDrives

Url: tapeBackup/availablePhysicalTapeDrives

HTTP Method: GET

Message direction Format Body
Request XML Example,Schema
Response XML Example,Schema

The following is an example request XML body:

No Xml request body for this method. False

The following is an example response XML body:

<?xml version="1.0" encoding="utf-16"?>
<tapeDeviceCollection xmlns="http://apprecovery.com/management/api/2010/05">
  <tapeDevice>
    <deviceClass>Unknown</deviceClass>
    <deviceName>String content</deviceName>
    <displayName>String content</displayName>
    <driveCount>2147483647</driveCount>
    <drives>
      <tapeDrive>
        <bay>String content</bay>
        <bayId>String content</bayId>
        <blockSize>2147483647</blockSize>
        <driveId>String content</driveId>
        <driveName>String content</driveName>
        <mediaId>String content</mediaId>
        <mediaLabel>String content</mediaLabel>
        <mediaName>String content</mediaName>
        <mediaPresent>true</mediaPresent>
        <status>None</status>
      </tapeDrive>
      <tapeDrive>
        <bay>String content</bay>
        <bayId>String content</bayId>
        <blockSize>2147483647</blockSize>
        <driveId>String content</driveId>
        <driveName>String content</driveName>
        <mediaId>String content</mediaId>
        <mediaLabel>String content</mediaLabel>
        <mediaName>String content</mediaName>
        <mediaPresent>true</mediaPresent>
        <status>None</status>
      </tapeDrive>
    </drives>
    <libraryId>String content</libraryId>
    <path>String content</path>
    <product>String content</product>
    <serialNumber>String content</serialNumber>
    <slotCount>2147483647</slotCount>
    <status>None</status>
    <vendor>String content</vendor>
  </tapeDevice>
  <tapeDevice>
    <deviceClass>Unknown</deviceClass>
    <deviceName>String content</deviceName>
    <displayName>String content</displayName>
    <driveCount>2147483647</driveCount>
    <drives>
      <tapeDrive>
        <bay>String content</bay>
        <bayId>String content</bayId>
        <blockSize>2147483647</blockSize>
        <driveId>String content</driveId>
        <driveName>String content</driveName>
        <mediaId>String content</mediaId>
        <mediaLabel>String content</mediaLabel>
        <mediaName>String content</mediaName>
        <mediaPresent>true</mediaPresent>
        <status>None</status>
      </tapeDrive>
      <tapeDrive>
        <bay>String content</bay>
        <bayId>String content</bayId>
        <blockSize>2147483647</blockSize>
        <driveId>String content</driveId>
        <driveName>String content</driveName>
        <mediaId>String content</mediaId>
        <mediaLabel>String content</mediaLabel>
        <mediaName>String content</mediaName>
        <mediaPresent>true</mediaPresent>
        <status>None</status>
      </tapeDrive>
    </drives>
    <libraryId>String content</libraryId>
    <path>String content</path>
    <product>String content</product>
    <serialNumber>String content</serialNumber>
    <slotCount>2147483647</slotCount>
    <status>None</status>
    <vendor>String content</vendor>
  </tapeDevice>
</tapeDeviceCollection>

The following is the request XML Schema:

The request body is empty.

The following is the response XML Schema:

<?xml version="1.0" encoding="utf-16"?>
<Schemas>
  <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="anyType" nillable="true" type="xs:anyType" />
    <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
    <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
    <xs:element name="boolean" nillable="true" type="xs:boolean" />
    <xs:element name="byte" nillable="true" type="xs:byte" />
    <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
    <xs:element name="decimal" nillable="true" type="xs:decimal" />
    <xs:element name="double" nillable="true" type="xs:double" />
    <xs:element name="float" nillable="true" type="xs:float" />
    <xs:element name="int" nillable="true" type="xs:int" />
    <xs:element name="long" nillable="true" type="xs:long" />
    <xs:element name="QName" nillable="true" type="xs:QName" />
    <xs:element name="short" nillable="true" type="xs:short" />
    <xs:element name="string" nillable="true" type="xs:string" />
    <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
    <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
    <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
    <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
    <xs:element name="char" nillable="true" type="tns:char" />
    <xs:simpleType name="char">
      <xs:restriction base="xs:int" />
    </xs:simpleType>
    <xs:element name="duration" nillable="true" type="tns:duration" />
    <xs:simpleType name="duration">
      <xs:restriction base="xs:duration">
        <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
        <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
        <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="guid" nillable="true" type="tns:guid" />
    <xs:simpleType name="guid">
      <xs:restriction base="xs:string">
        <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
      </xs:restriction>
    </xs:simpleType>
    <xs:attribute name="FactoryType" type="xs:QName" />
    <xs:attribute name="Id" type="xs:ID" />
    <xs:attribute name="Ref" type="xs:IDREF" />
  </xs:schema>
  <xs:schema xmlns:tns="http://apprecovery.com/management/api/2010/05" elementFormDefault="qualified" targetNamespace="http://apprecovery.com/management/api/2010/05" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.NetVaultClient" />
    <xs:complexType name="tapeDeviceCollection">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="tapeDevice" nillable="true" type="tns:tapeDevice" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="tapeDeviceCollection" nillable="true" type="tns:tapeDeviceCollection" />
    <xs:complexType name="tapeDevice">
      <xs:sequence>
        <xs:element minOccurs="0" name="deviceClass" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.NetVaultClient" type="q1:TapeDeviceClass" />
        <xs:element minOccurs="0" name="deviceName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="driveCount" type="xs:int" />
        <xs:element minOccurs="0" name="drives" nillable="true" type="tns:ArrayOftapeDrive" />
        <xs:element minOccurs="0" name="libraryId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="product" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="serialNumber" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="slotCount" type="xs:int" />
        <xs:element minOccurs="0" name="status" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.NetVaultClient" type="q2:DeviceStatus" />
        <xs:element minOccurs="0" name="vendor" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="tapeDevice" nillable="true" type="tns:tapeDevice" />
    <xs:complexType name="ArrayOftapeDrive">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="tapeDrive" nillable="true" type="tns:tapeDrive" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="ArrayOftapeDrive" nillable="true" type="tns:ArrayOftapeDrive" />
    <xs:complexType name="tapeDrive">
      <xs:sequence>
        <xs:element minOccurs="0" name="bay" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="bayId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="blockSize" type="xs:int" />
        <xs:element minOccurs="0" name="driveId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="driveName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="mediaId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="mediaLabel" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="mediaName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="mediaPresent" type="xs:boolean" />
        <xs:element minOccurs="0" name="status" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.NetVaultClient" type="q3:DeviceStatus" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="tapeDrive" nillable="true" type="tns:tapeDrive" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.NetVaultClient" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.NetVaultClient" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:simpleType name="TapeDeviceClass">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="StandaloneDevice" />
        <xs:enumeration value="TapeLibrary" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="TapeDeviceClass" nillable="true" type="tns:TapeDeviceClass" />
    <xs:simpleType name="DeviceStatus">
      <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="Unavailable" />
        <xs:enumeration value="Online" />
        <xs:enumeration value="Offline" />
        <xs:enumeration value="Unlicensed" />
        <xs:enumeration value="Bad" />
        <xs:enumeration value="Restarting" />
        <xs:enumeration value="Blocked" />
        <xs:enumeration value="Available" />
        <xs:enumeration value="Unmapped" />
        <xs:enumeration value="ForcedOffline" />
        <xs:enumeration value="ForcedOnline" />
        <xs:enumeration value="ForcedUnload" />
        <xs:enumeration value="Full" />
        <xs:enumeration value="LicenseExpired" />
        <xs:enumeration value="LicenseExceeded" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="DeviceStatus" nillable="true" type="tns:DeviceStatus" />
  </xs:schema>
</Schemas>