Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Retrieve Tape Archive Input Structure

RetrieveTapeArchiveInput

Type: object Properties: 2 Required: 2
BackupFile StorageGatewayHybrid CloudStorage

RetrieveTapeArchiveInput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TapeARN GatewayARN

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-retrieve-tape-archive-input-structure.json",
  "name": "RetrieveTapeArchiveInput",
  "description": "RetrieveTapeArchiveInput",
  "properties": {
    "TapeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS)."
        }
      ]
    },
    "GatewayARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GatewayARN"
        },
        {
          "description": "<p>The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the <a>ListGateways</a> operation to return a list of gateways for your account and Amazon Web Services Region.</p> <p>You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.</p>"
        }
      ]
    }
  },
  "required": [
    "TapeARN",
    "GatewayARN"
  ]
}