NetApp · Schema
License
Cluster feature license
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| name | string | License name |
| scope | string | License scope |
| state | string | License compliance state |
| licenses | array | Individual license entries |
| _links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/License",
"title": "License",
"type": "object",
"description": "Cluster feature license",
"properties": {
"name": {
"type": "string",
"description": "License name",
"examples": [
"NFS",
"CIFS",
"iSCSI",
"FCP",
"SnapMirror",
"SnapRestore",
"FlexClone",
"SnapVault",
"FabricPool"
]
},
"scope": {
"type": "string",
"description": "License scope",
"enum": [
"cluster",
"node",
"not_available"
],
"example": "cluster"
},
"state": {
"type": "string",
"description": "License compliance state",
"enum": [
"compliant",
"noncompliant",
"unlicensed",
"unknown"
],
"example": "compliant"
},
"licenses": {
"type": "array",
"description": "Individual license entries",
"items": {
"type": "object",
"properties": {
"serial_number": {
"type": "string",
"description": "License serial number"
},
"owner": {
"type": "string",
"description": "Node or cluster that owns the license"
},
"compliance": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"compliant",
"noncompliant"
]
}
}
}
}
},
"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-license"
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.