NetApp · Capability

NetApp Storage Management

Unified workflow for managing NetApp ONTAP storage infrastructure including volumes, aggregates, SVMs, snapshots, and network interfaces. Used by storage administrators for provisioning and day-to-day management.

Run with Naftiko NetAppStorage ManagementONTAPData Protection

What You Can Do

GET
Get cluster — Retrieve cluster information
/v1/cluster
GET
List nodes — List cluster nodes
/v1/nodes
GET
List volumes — List storage volumes
/v1/volumes
POST
Create volume — Create a new volume
/v1/volumes
GET
Get volume — Retrieve a specific volume
/v1/volumes/{uuid}
PATCH
Update volume — Update a volume
/v1/volumes/{uuid}
DELETE
Delete volume — Delete a volume
/v1/volumes/{uuid}
GET
List snapshots — List volume snapshots
/v1/snapshots
POST
Create snapshot — Create a volume snapshot
/v1/snapshots
GET
List aggregates — List storage aggregates
/v1/aggregates
GET
List svms — List SVMs
/v1/svms
GET
List network interfaces — List network interfaces
/v1/network-interfaces

MCP Tools

get-cluster

Retrieve ONTAP cluster information including name, version, and health

read-only idempotent
list-nodes

List all nodes in the ONTAP cluster

read-only idempotent
list-volumes

List all storage volumes across the cluster

read-only idempotent
get-volume

Retrieve detailed information about a specific volume

read-only idempotent
create-volume

Create a new storage volume on a specified SVM and aggregate

update-volume

Update properties of an existing volume

idempotent
delete-volume

Delete a storage volume

idempotent
list-snapshots

List snapshots for a specific volume

read-only idempotent
create-snapshot

Create a point-in-time snapshot of a volume

list-aggregates

List storage aggregates (local tiers) in the cluster

read-only idempotent
list-svms

List storage virtual machines in the cluster

read-only idempotent
list-network-interfaces

List network interfaces (LIFs) in the cluster

read-only idempotent

APIs Used

ontap