Amazon FSx · Schema

FileSystem

An Amazon FSx fully managed file system (Lustre, Windows File Server, NetApp ONTAP, or OpenZFS).

FilesystemLustreNetAppOpenZFSStorageWindows

Properties

Name Type Description
FileSystemId string Unique identifier for the file system.
FileSystemType string Type of the file system.
Lifecycle string Current lifecycle state.
StorageCapacity integer Storage capacity in GiB.
StorageType string Type of storage media.
VpcId string ID of the VPC containing the file system.
SubnetIds array IDs of the subnets.
DNSName string DNS name for the file system.
KmsKeyId string ID of the KMS key for encryption.
ResourceARN string ARN of the file system.
Tags array
CreationTime string
OwnerId string AWS account ID of the file system owner.
View JSON Schema on GitHub

JSON Schema

amazon-fsx-file-system-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fsx/refs/heads/main/json-schema/amazon-fsx-file-system-schema.json",
  "title": "FileSystem",
  "description": "An Amazon FSx fully managed file system (Lustre, Windows File Server, NetApp ONTAP, or OpenZFS).",
  "type": "object",
  "properties": {
    "FileSystemId": {
      "type": "string",
      "description": "Unique identifier for the file system."
    },
    "FileSystemType": {
      "type": "string",
      "enum": [
        "WINDOWS",
        "LUSTRE",
        "ONTAP",
        "OPENZFS"
      ],
      "description": "Type of the file system."
    },
    "Lifecycle": {
      "type": "string",
      "enum": [
        "AVAILABLE",
        "CREATING",
        "FAILED",
        "DELETING",
        "MISCONFIGURED",
        "UPDATING",
        "MISCONFIGURED_UNAVAILABLE"
      ],
      "description": "Current lifecycle state."
    },
    "StorageCapacity": {
      "type": "integer",
      "description": "Storage capacity in GiB."
    },
    "StorageType": {
      "type": "string",
      "enum": [
        "SSD",
        "HDD"
      ],
      "description": "Type of storage media."
    },
    "VpcId": {
      "type": "string",
      "description": "ID of the VPC containing the file system."
    },
    "SubnetIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "IDs of the subnets."
    },
    "DNSName": {
      "type": "string",
      "description": "DNS name for the file system."
    },
    "KmsKeyId": {
      "type": "string",
      "description": "ID of the KMS key for encryption."
    },
    "ResourceARN": {
      "type": "string",
      "description": "ARN of the file system."
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Tag"
      }
    },
    "CreationTime": {
      "type": "string",
      "format": "date-time"
    },
    "OwnerId": {
      "type": "string",
      "description": "AWS account ID of the file system owner."
    }
  },
  "required": [
    "FileSystemType",
    "StorageCapacity",
    "SubnetIds"
  ]
}

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-fsx-file-system"
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.