FileSystem
An Amazon FSx fully managed file system (Lustre, Windows File Server, NetApp ONTAP, or OpenZFS).
FilesystemLustreNetAppOpenZFSStorageWindows
{
"$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"
]
}
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.