Nutanix · Capability

Nutanix Prism Element API v2 — Snapshots

Nutanix Prism Element API v2 — Snapshots. 1 operations. Lead operation: Nutanix List snapshots. Self-contained Naftiko capability covering one Nutanix business surface.

Run with Naftiko NutanixSnapshots

What You Can Do

GET
Listsnapshots — Nutanix List snapshots
/v1/snapshots

MCP Tools

nutanix-list-snapshots

Nutanix List snapshots

read-only idempotent

Capability Spec

prism-element-v2-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Nutanix Prism Element API v2 — Snapshots
  description: 'Nutanix Prism Element API v2 — Snapshots. 1 operations. Lead operation: Nutanix List snapshots. Self-contained
    Naftiko capability covering one Nutanix business surface.'
  tags:
  - Nutanix
  - Snapshots
  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-snapshots
    baseUri: https://{clusterIp}:9440/PrismGateway/services/rest/v2.0
    description: Nutanix Prism Element API v2 — Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: snapshots
      path: /snapshots
      operations:
      - name: listsnapshots
        method: GET
        description: Nutanix List snapshots
        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-snapshots-rest
    port: 8080
    description: REST adapter for Nutanix Prism Element API v2 — Snapshots. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/snapshots
      name: snapshots
      description: REST surface for snapshots.
      operations:
      - method: GET
        name: listsnapshots
        description: Nutanix List snapshots
        call: prism-element-v2-snapshots.listsnapshots
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: prism-element-v2-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for Nutanix Prism Element API v2 — Snapshots. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: nutanix-list-snapshots
      description: Nutanix List snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prism-element-v2-snapshots.listsnapshots
      outputParameters:
      - type: object
        mapping: $.