openapi: 3.1.0 info: title: 'Amazon Storage Gateway REST Amazon Storage Gateway REST API #X Amz Target=StorageGateway 20130630.DescribeTapeArchives API' description: AWS Storage Gateway is a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage. This API enables management of gateways, volumes, virtual tapes, file shares, and cached storage resources. version: '2013-06-30' contact: name: AWS Support url: https://aws.amazon.com/premiumsupport/ license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html termsOfService: https://aws.amazon.com/service-terms/ x-logo: url: https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png servers: - url: https://storagegateway.{region}.amazonaws.com description: Amazon Storage Gateway regional endpoint variables: region: default: us-east-1 description: AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - eu-west-1 - eu-west-2 - eu-central-1 - ap-northeast-1 - ap-southeast-1 - ap-southeast-2 - ap-south-1 - sa-east-1 security: - sigv4: [] tags: - name: '#X Amz Target=StorageGateway 20130630.DescribeTapeArchives' paths: /#X-Amz-Target=StorageGateway_20130630.DescribeTapeArchives: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: DescribeTapeArchives description:
Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This operation is only supported in the tape gateway type.
If a specific TapeARN is not specified, Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.
The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
RetrievedTo: allOf: - $ref: '#/components/schemas/GatewayARN' - description:The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
TapeStatus: allOf: - $ref: '#/components/schemas/TapeArchiveStatus' - description: The current state of the archived virtual tape. TapeUsedInBytes: allOf: - $ref: '#/components/schemas/TapeUsage' - description:The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
true if the archived tape is stored as write-once-read-many (WORM).
RetentionStartDate:
allOf:
- $ref: '#/components/schemas/Time'
- description: If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
PoolEntryDate:
allOf:
- $ref: '#/components/schemas/Time'
- description: The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
description: Represents a virtual tape that is archived in the virtual tape shelf (VTS). InvalidGatewayRequestException: {} DescribeTapeArchivesInput: type: object title: DescribeTapeArchivesInput properties: TapeARNs: allOf: - $ref: '#/components/schemas/TapeARNs' - description: Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. Marker: allOf: - $ref: '#/components/schemas/Marker' - description: An opaque string that indicates the position at which to begin describing virtual tapes. Limit: allOf: - $ref: '#/components/schemas/PositiveIntObject' - description: Specifies that the number of virtual tapes described be limited to the specified number. description: DescribeTapeArchivesInput TapeARN: type: string pattern: ^arn:(aws|aws-cn|aws-us-gov):storagegateway:[a-z\-0-9]+:[0-9]+:tape\/[0-9A-Z]{5,16}$ minLength: 50 maxLength: 500 PositiveIntObject: type: integer minimum: 1 KMSKey: type: string pattern: (^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\S+)$)|(^alias/(\S+)$) description: The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set whenKMSEncrypted is true. Optional.
minLength: 7
maxLength: 2048
TapeSize:
type: integer
TapeBarcode:
type: string
pattern: ^[A-Z0-9]*$
minLength: 5
maxLength: 16
TapeArchives:
type: array
items:
$ref: '#/components/schemas/TapeArchive'
TapeARNs:
type: array
description: The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don't specify a tape ARN, the response lists all tapes in both your VTL and VTS.
items:
$ref: '#/components/schemas/TapeARN'
InternalServerError: {}
boolean:
type: boolean
TapeArchiveStatus:
type: string
Time:
type: string
format: date-time
TapeUsage:
type: integer
securitySchemes:
sigv4:
type: apiKey
name: Authorization
in: header
description: AWS Signature Version 4
externalDocs:
description: Amazon Storage Gateway API Reference
url: https://docs.aws.amazon.com/storagegateway/latest/APIReference/Welcome.html