Nutanix · Capability

Nutanix Prism Element API v2 — Storage Pools

Nutanix Prism Element API v2 — Storage Pools. 2 operations. Lead operation: Nutanix List storage pools. Self-contained Naftiko capability covering one Nutanix business surface.

Run with Naftiko NutanixStorage Pools

What You Can Do

GET
Liststoragepools — Nutanix List storage pools
/v1/storage-pools
GET
Getstoragepool — Nutanix Get a storage pool
/v1/storage-pools/{id}

MCP Tools

nutanix-list-storage-pools

Nutanix List storage pools

read-only idempotent
nutanix-get-storage-pool

Nutanix Get a storage pool

read-only idempotent

Capability Spec

prism-element-v2-storage-pools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Nutanix Prism Element API v2 — Storage Pools
  description: 'Nutanix Prism Element API v2 — Storage Pools. 2 operations. Lead operation: Nutanix List storage pools. Self-contained
    Naftiko capability covering one Nutanix business surface.'
  tags:
  - Nutanix
  - Storage Pools
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NUTANIX_API_KEY: NUTANIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: prism-element-v2-storage-pools
    baseUri: https://{clusterIp}:9440/PrismGateway/services/rest/v2.0
    description: Nutanix Prism Element API v2 — Storage Pools business capability. Self-contained, no shared references.
    resources:
    - name: storage_pools
      path: /storage_pools
      operations:
      - name: liststoragepools
        method: GET
        description: Nutanix List storage pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: storage_pools-id
      path: /storage_pools/{id}
      operations:
      - name: getstoragepool
        method: GET
        description: Nutanix Get a storage pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.NUTANIX_USER}}'
      password: '{{env.NUTANIX_PASS}}'
  exposes:
  - type: rest
    namespace: prism-element-v2-storage-pools-rest
    port: 8080
    description: REST adapter for Nutanix Prism Element API v2 — Storage Pools. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/storage-pools
      name: storage-pools
      description: REST surface for storage_pools.
      operations:
      - method: GET
        name: liststoragepools
        description: Nutanix List storage pools
        call: prism-element-v2-storage-pools.liststoragepools
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/storage-pools/{id}
      name: storage-pools-id
      description: REST surface for storage_pools-id.
      operations:
      - method: GET
        name: getstoragepool
        description: Nutanix Get a storage pool
        call: prism-element-v2-storage-pools.getstoragepool
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: prism-element-v2-storage-pools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Nutanix Prism Element API v2 — Storage Pools. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: nutanix-list-storage-pools
      description: Nutanix List storage pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prism-element-v2-storage-pools.liststoragepools
      outputParameters:
      - type: object
        mapping: $.
    - name: nutanix-get-storage-pool
      description: Nutanix Get a storage pool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prism-element-v2-storage-pools.getstoragepool
      outputParameters:
      - type: object
        mapping: $.