Pure Storage · Capability

FlashArray REST API — Pods

FlashArray REST API — Pods. 19 operations. Lead operation: Pure Storage List Pods. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StoragePods

What You Can Do

GET
Get — Pure Storage List Pods
/v1/api/2-52/pods
POST
Post — Pure Storage Create a Pod
/v1/api/2-52/pods
DELETE
Delete — Pure Storage Delete a Pod
/v1/api/2-52/pods
PATCH
Patch — Pure Storage Modify a Pod
/v1/api/2-52/pods
GET
Get — Pure Storage List Pods and Their the Array Members
/v1/api/2-52/pods/arrays
POST
Post — Pure Storage Creates a Pod to Be Stretched to an Array
/v1/api/2-52/pods/arrays
DELETE
Delete — Pure Storage Delete a Pod That Was Stretched to an Array
/v1/api/2-52/pods/arrays
GET
Get — Pure Storage List Pods and Their Members
/v1/api/2-52/pods/members
POST
Post — Pure Storage Creates a Pod to Be Stretched to a Member
/v1/api/2-52/pods/members
DELETE
Delete — Pure Storage Delete a Member from a Pod
/v1/api/2-52/pods/members
GET
Get — Pure Storage List Pod Performance Data
/v1/api/2-52/pods/performance
GET
Get — Pure Storage List Pod Performance Data by Array
/v1/api/2-52/pods/performance/by-array
GET
Get — Pure Storage List Pod Replication Performance Data
/v1/api/2-52/pods/performance/replication
GET
Get — Pure Storage List Pod Replication Performance Data by Array
/v1/api/2-52/pods/performance/replication/by-array
GET
Get — Pure Storage List Pod Space Information
/v1/api/2-52/pods/space
GET
Get — Pure Storage List Tags
/v1/api/2-52/pods/tags
DELETE
Delete — Pure Storage Delete Tags
/v1/api/2-52/pods/tags
PUT
Put — Pure Storage Update Tags
/v1/api/2-52/pods/tags/batch
POST
Post — Pure Storage Create an Attempt to Clone a Pod
/v1/api/2-52/pods/test

MCP Tools

pure-storage-list-pods

Pure Storage List Pods

read-only idempotent
pure-storage-create-pod

Pure Storage Create a Pod

pure-storage-delete-pod

Pure Storage Delete a Pod

idempotent
pure-storage-modify-pod

Pure Storage Modify a Pod

idempotent
pure-storage-list-pods-and

Pure Storage List Pods and Their the Array Members

read-only idempotent
pure-storage-creates-pod-be

Pure Storage Creates a Pod to Be Stretched to an Array

pure-storage-delete-pod-that

Pure Storage Delete a Pod That Was Stretched to an Array

idempotent
pure-storage-list-pods-and-2

Pure Storage List Pods and Their Members

read-only idempotent
pure-storage-creates-pod-be-2

Pure Storage Creates a Pod to Be Stretched to a Member

pure-storage-delete-member-pod

Pure Storage Delete a Member from a Pod

idempotent
pure-storage-list-pod-performance

Pure Storage List Pod Performance Data

read-only idempotent
pure-storage-list-pod-performance-2

Pure Storage List Pod Performance Data by Array

read-only idempotent
pure-storage-list-pod-replication

Pure Storage List Pod Replication Performance Data

read-only idempotent
pure-storage-list-pod-replication-2

Pure Storage List Pod Replication Performance Data by Array

read-only idempotent
pure-storage-list-pod-space

Pure Storage List Pod Space Information

read-only idempotent
pure-storage-list-tags

Pure Storage List Tags

read-only idempotent
pure-storage-delete-tags

Pure Storage Delete Tags

idempotent
pure-storage-update-tags

Pure Storage Update Tags

idempotent
pure-storage-create-attempt-clone

Pure Storage Create an Attempt to Clone a Pod

Capability Spec

flasharray-rest-pods.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Pods
  description: 'FlashArray REST API — Pods. 19 operations. Lead operation: Pure Storage List Pods. Self-contained Naftiko
    capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Pods
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PURE_STORAGE_API_KEY: PURE_STORAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: flasharray-rest-pods
    baseUri: ''
    description: FlashArray REST API — Pods business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-pods
      path: /api/2.52/pods
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pods
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create a Pod
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: Pure Storage Delete a Pod
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify a Pod
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.52-pods-arrays
      path: /api/2.52/pods/arrays
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pods and Their the Array Members
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Creates a Pod to Be Stretched to an Array
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete a Pod That Was Stretched to an Array
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-members
      path: /api/2.52/pods/members
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pods and Their Members
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Creates a Pod to Be Stretched to a Member
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete a Member from a Pod
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-performance
      path: /api/2.52/pods/performance
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pod Performance Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-performance-by-array
      path: /api/2.52/pods/performance/by-array
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pod Performance Data by Array
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-performance-replication
      path: /api/2.52/pods/performance/replication
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pod Replication Performance Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-performance-replication-by-array
      path: /api/2.52/pods/performance/replication/by-array
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pod Replication Performance Data by Array
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-space
      path: /api/2.52/pods/space
      operations:
      - name: get
        method: GET
        description: Pure Storage List Pod Space Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-tags
      path: /api/2.52/pods/tags
      operations:
      - name: get
        method: GET
        description: Pure Storage List Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-pods-tags-batch
      path: /api/2.52/pods/tags/batch
      operations:
      - name: put
        method: PUT
        description: Pure Storage Update Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.52-pods-test
      path: /api/2.52/pods/test
      operations:
      - name: post
        method: POST
        description: Pure Storage Create an Attempt to Clone a Pod
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: flasharray-rest-pods-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Pods. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/2-52/pods
      name: api-2-52-pods
      description: REST surface for api-2.52-pods.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pods
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create a Pod
        call: flasharray-rest-pods.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Pod
        call: flasharray-rest-pods.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify a Pod
        call: flasharray-rest-pods.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/arrays
      name: api-2-52-pods-arrays
      description: REST surface for api-2.52-pods-arrays.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pods and Their the Array Members
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Creates a Pod to Be Stretched to an Array
        call: flasharray-rest-pods.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Pod That Was Stretched to an Array
        call: flasharray-rest-pods.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/members
      name: api-2-52-pods-members
      description: REST surface for api-2.52-pods-members.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pods and Their Members
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Creates a Pod to Be Stretched to a Member
        call: flasharray-rest-pods.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Member from a Pod
        call: flasharray-rest-pods.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/performance
      name: api-2-52-pods-performance
      description: REST surface for api-2.52-pods-performance.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pod Performance Data
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/performance/by-array
      name: api-2-52-pods-performance-by-array
      description: REST surface for api-2.52-pods-performance-by-array.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pod Performance Data by Array
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/performance/replication
      name: api-2-52-pods-performance-replication
      description: REST surface for api-2.52-pods-performance-replication.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pod Replication Performance Data
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/performance/replication/by-array
      name: api-2-52-pods-performance-replication-by-array
      description: REST surface for api-2.52-pods-performance-replication-by-array.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pod Replication Performance Data by Array
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/space
      name: api-2-52-pods-space
      description: REST surface for api-2.52-pods-space.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Pod Space Information
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/tags
      name: api-2-52-pods-tags
      description: REST surface for api-2.52-pods-tags.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Tags
        call: flasharray-rest-pods.get
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete Tags
        call: flasharray-rest-pods.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/tags/batch
      name: api-2-52-pods-tags-batch
      description: REST surface for api-2.52-pods-tags-batch.
      operations:
      - method: PUT
        name: put
        description: Pure Storage Update Tags
        call: flasharray-rest-pods.put
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/pods/test
      name: api-2-52-pods-test
      description: REST surface for api-2.52-pods-test.
      operations:
      - method: POST
        name: post
        description: Pure Storage Create an Attempt to Clone a Pod
        call: flasharray-rest-pods.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-pods-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Pods. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: pure-storage-list-pods
      description: Pure Storage List Pods
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-pod
      description: Pure Storage Create a Pod
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-pods.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-pod
      description: Pure Storage Delete a Pod
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-pods.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-pod
      description: Pure Storage Modify a Pod
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pods-and
      description: Pure Storage List Pods and Their the Array Members
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-creates-pod-be
      description: Pure Storage Creates a Pod to Be Stretched to an Array
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-pods.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-pod-that
      description: Pure Storage Delete a Pod That Was Stretched to an Array
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-pods.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pods-and-2
      description: Pure Storage List Pods and Their Members
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-creates-pod-be-2
      description: Pure Storage Creates a Pod to Be Stretched to a Member
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-pods.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-member-pod
      description: Pure Storage Delete a Member from a Pod
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-pods.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pod-performance
      description: Pure Storage List Pod Performance Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pod-performance-2
      description: Pure Storage List Pod Performance Data by Array
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pod-replication
      description: Pure Storage List Pod Replication Performance Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pod-replication-2
      description: Pure Storage List Pod Replication Performance Data by Array
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-pod-space
      description: Pure Storage List Pod Space Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-tags
      description: Pure Storage List Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-tags
      description: Pure Storage Delete Tags
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-pods.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-update-tags
      description: Pure Storage Update Tags
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-pods.put
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-attempt-clone
      description: Pure Storage Create an Attempt to Clone a Pod
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-pods.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.