NetApp · Schema
Volume
A storage volume is a logical container for data. Volumes are created within SVMs and reside on aggregates. They provide the primary unit of data management in ONTAP.
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | Unique identifier for the volume |
| name | string | Volume name (unique within the SVM) |
| type | string | Volume type. rw = read-write, dp = data-protection, ls = load-sharing |
| state | string | Volume operational state |
| style | string | Volume style |
| size | integer | Volume size in bytes |
| comment | string | Optional comment or description for the volume |
| language | string | Language encoding for the volume |
| create_time | string | Time when the volume was created |
| aggregates | array | Aggregates hosting the volume. A FlexVol has one aggregate; a FlexGroup can span multiple aggregates. |
| space | object | Volume space usage and configuration |
| nas | object | NAS protocol configuration |
| guarantee | object | Space guarantee configuration |
| snapshot_policy | object | Snapshot policy assigned to the volume |
| qos | object | Quality of service configuration |
| tiering | object | FabricPool tiering configuration |
| encryption | object | Volume encryption configuration |
| autosize | object | Volume autosize configuration |
| clone | object | Clone information if this volume is a clone |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Volume",
"type": "object",
"description": "A storage volume is a logical container for data. Volumes are created within SVMs and reside on aggregates. They provide the primary unit of data management in ONTAP.",
"properties": {
"uuid": {
"type": "string",
"description": "Unique identifier for the volume"
},
"name": {
"type": "string",
"description": "Volume name (unique within the SVM)"
},
"type": {
"type": "string",
"description": "Volume type. rw = read-write, dp = data-protection, ls = load-sharing"
},
"state": {
"type": "string",
"description": "Volume operational state"
},
"style": {
"type": "string",
"description": "Volume style"
},
"size": {
"type": "integer",
"description": "Volume size in bytes"
},
"comment": {
"type": "string",
"description": "Optional comment or description for the volume"
},
"language": {
"type": "string",
"description": "Language encoding for the volume"
},
"create_time": {
"type": "string",
"description": "Time when the volume was created"
},
"aggregates": {
"type": "array",
"description": "Aggregates hosting the volume. A FlexVol has one aggregate; a FlexGroup can span multiple aggregates."
},
"space": {
"type": "object",
"description": "Volume space usage and configuration"
},
"nas": {
"type": "object",
"description": "NAS protocol configuration"
},
"guarantee": {
"type": "object",
"description": "Space guarantee configuration"
},
"snapshot_policy": {
"type": "object",
"description": "Snapshot policy assigned to the volume"
},
"qos": {
"type": "object",
"description": "Quality of service configuration"
},
"tiering": {
"type": "object",
"description": "FabricPool tiering configuration"
},
"encryption": {
"type": "object",
"description": "Volume encryption configuration"
},
"autosize": {
"type": "object",
"description": "Volume autosize configuration"
},
"clone": {
"type": "object",
"description": "Clone information if this volume is a clone"
}
}
}
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-ontap-volume"
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.