Amazon Storage Gateway · Example Payload

Amazon Storage Gateway Tape Archive Example

BackupFile StorageGatewayHybrid CloudStorage

Amazon Storage Gateway Tape Archive Example is an example object payload from Amazon Storage Gateway, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TapeARNTapeBarcodeTapeCreatedDateTapeSizeInBytesCompletionTimeRetrievedToTapeStatusTapeUsedInBytesKMSKeyPoolIdWormRetentionStartDatePoolEntryDate

Example Payload

Raw ↑
{
  "TapeARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "TapeBarcode": "example-value",
  "TapeCreatedDate": "example-value",
  "TapeSizeInBytes": "example-value",
  "CompletionTime": "example-value",
  "RetrievedTo": "example-value",
  "TapeStatus": "Active",
  "TapeUsedInBytes": "example-value",
  "KMSKey": "example-value",
  "PoolId": "example-value",
  "Worm": "example-value",
  "RetentionStartDate": "example-value",
  "PoolEntryDate": "example-value"
}