Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a <code>TapeARN</code> is not specified, returns a description of all virtual tapes associated with the specified gateway. This operation is only supported in the tape gateway type.
post/#X-Amz-Target=StorageGateway_20130630.DescribeTapes
Query parameters
Limitstring
Pagination limit
Markerstring
Pagination token
Headers
X-Amz-Target'StorageGateway_20130630.DescribeTapes' required
Request body
Response
Success
Example response
{
"Marker": "1",
"Tapes": [
{
"TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1",
"TapeBarcode": "TEST04A2A1",
"TapeSizeInBytes": 107374182400,
"TapeStatus": "AVAILABLE"
},
{
"TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0",
"TapeBarcode": "TEST05A2A0",
"TapeSizeInBytes": 107374182400,
"TapeStatus": "AVAILABLE"
}
]
}