Nutanix · Capability

Nutanix Prism Element API v2 — Clusters

Nutanix Prism Element API v2 — Clusters. 1 operations. Lead operation: Nutanix Get cluster information. Self-contained Naftiko capability covering one Nutanix business surface.

Run with Naftiko NutanixClusters

What You Can Do

GET
Getcluster — Nutanix Get cluster information
/v1/cluster

MCP Tools

nutanix-get-cluster-information

Nutanix Get cluster information

read-only idempotent

Capability Spec

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