CreateTapePoolInput

CreateTapePoolInput schema from Amazon Storage Gateway API

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
PoolName object
StorageClass object
RetentionLockType object
RetentionLockTimeInDays object
Tags object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-create-tape-pool-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-create-tape-pool-input-schema.json",
  "title": "CreateTapePoolInput",
  "description": "CreateTapePoolInput schema from Amazon Storage Gateway API",
  "type": "object",
  "properties": {
    "PoolName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PoolName"
        },
        {
          "description": "The name of the new custom tape pool."
        }
      ]
    },
    "StorageClass": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeStorageClass"
        },
        {
          "description": "The storage class that is associated with the new custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool."
        }
      ]
    },
    "RetentionLockType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RetentionLockType"
        },
        {
          "description": "Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account."
        }
      ]
    },
    "RetentionLockTimeInDays": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RetentionLockTimeInDays"
        },
        {
          "description": "Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days)."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "<p>A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.</p> </note>"
        }
      ]
    }
  },
  "required": [
    "PoolName",
    "StorageClass"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-storage-gateway-create-tape-pool-input"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.