Returns a list of virtual tape recovery points that are available for the specified tape gateway.
A recovery point is a point-in-time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway. This operation is only supported in the tape gateway type.
post/#X-Amz-Target=StorageGateway_20130630.DescribeTapeRecoveryPoints
Query parameters
Limitstring
Pagination limit
Markerstring
Pagination token
Headers
X-Amz-Target'StorageGateway_20130630.DescribeTapeRecoveryPoints' required
Request body
Response
Success
Example response
{
"GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
"Marker": "1",
"TapeRecoveryPointInfos": [
{
"TapeARN": "arn:aws:storagegateway:us-east-1:999999999:tape/AMZN01A2A4",
"TapeRecoveryPointTime": "2016-12-16T13:50Z",
"TapeSizeInBytes": 1471550497,
"TapeStatus": "AVAILABLE"
}
]
}