NetApp · Schema
Cluster
ONTAP cluster configuration and status
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | Cluster UUID |
| name | string | Cluster name |
| contact | string | Contact information for the cluster administrator |
| location | string | Physical location of the cluster |
| version | object | ONTAP software version |
| dns_domains | array | DNS domain names for the cluster |
| ntp_servers | array | NTP server addresses |
| timezone | object | Cluster timezone setting |
| management_interfaces | array | Cluster management network interfaces |
| nodes | array | Nodes in the cluster |
| _links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Cluster",
"title": "Cluster",
"type": "object",
"description": "ONTAP cluster configuration and status",
"properties": {
"uuid": {
"type": "string",
"format": "uuid",
"description": "Cluster UUID",
"readOnly": true,
"example": "500123"
},
"name": {
"type": "string",
"description": "Cluster name",
"examples": [
"cluster1"
]
},
"contact": {
"type": "string",
"description": "Contact information for the cluster administrator",
"example": "example_value"
},
"location": {
"type": "string",
"description": "Physical location of the cluster",
"example": "example_value"
},
"version": {
"type": "object",
"description": "ONTAP software version",
"readOnly": true,
"properties": {
"full": {
"type": "string",
"description": "Full version string",
"examples": [
"NetApp Release 9.15.1"
]
},
"generation": {
"type": "integer",
"description": "Major version generation"
},
"major": {
"type": "integer",
"description": "Major version number"
},
"minor": {
"type": "integer",
"description": "Minor version number"
}
},
"example": "example_value"
},
"dns_domains": {
"type": "array",
"description": "DNS domain names for the cluster",
"items": {
"type": "string"
},
"example": []
},
"ntp_servers": {
"type": "array",
"description": "NTP server addresses",
"items": {
"type": "string"
},
"example": []
},
"timezone": {
"type": "object",
"description": "Cluster timezone setting",
"properties": {
"name": {
"type": "string",
"description": "Timezone name (Olson format)",
"examples": [
"America/New_York"
]
}
},
"example": "example_value"
},
"management_interfaces": {
"type": "array",
"description": "Cluster management network interfaces",
"readOnly": true,
"items": {
"type": "object",
"properties": {
"ip": {
"type": "object",
"properties": {
"address": {
"type": "string",
"format": "ipv4",
"description": "IPv4 address"
}
}
}
}
},
"example": []
},
"nodes": {
"type": "array",
"description": "Nodes in the cluster",
"readOnly": true,
"items": {
"$ref": "#/components/schemas/ClusterNodeReference"
},
"example": []
},
"_links": {
"$ref": "#/components/schemas/SelfLink"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/netapp-cluster"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.