Pure Storage · Capability

FlashBlade REST API — Arrays

FlashBlade REST API — Arrays. 19 operations. Lead operation: Pure Storage GET Arrays. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageArrays

What You Can Do

GET
Get — Pure Storage GET Arrays
/v1/api/2-26/arrays
PATCH
Patch — Pure Storage PATCH Arrays
/v1/api/2-26/arrays
POST
Post — Pure Storage Create a Process for Factory Reset
/v1/api/2-26/arrays/erasures
PATCH
Patch — Pure Storage Factory Reset - Finalize
/v1/api/2-26/arrays/erasures
GET
Get — Pure Storage Get Factory Reset Status
/v1/api/2-26/arrays/erasures
DELETE
Delete — Pure Storage Stop Factory Reset
/v1/api/2-26/arrays/erasures
GET
Get — Pure Storage GET Arrays/eula
/v1/api/2-26/arrays/eula
PATCH
Patch — Pure Storage PATCH Arrays/eula
/v1/api/2-26/arrays/eula
GET
Get — Pure Storage List Factory Reset Tokens
/v1/api/2-26/arrays/factory-reset-token
POST
Post — Pure Storage Create a Factory Reset Token
/v1/api/2-26/arrays/factory-reset-token
DELETE
Delete — Pure Storage Delete a Factory Reset Token
/v1/api/2-26/arrays/factory-reset-token
GET
Get — Pure Storage GET Arrays/http-specific-performance
/v1/api/2-26/arrays/http-specific-performance
GET
Get — Pure Storage GET Arrays/nfs-specific-performance
/v1/api/2-26/arrays/nfs-specific-performance
GET
Get — Pure Storage GET Arrays/performance
/v1/api/2-26/arrays/performance
GET
Get — Pure Storage GET Arrays/performance/replication
/v1/api/2-26/arrays/performance/replication
GET
Get — Pure Storage GET Arrays/s3-specific-performance
/v1/api/2-26/arrays/s3-specific-performance
GET
Get — Pure Storage GET Arrays/space
/v1/api/2-26/arrays/space
GET
Get — Pure Storage GET Arrays/space/storage-classes
/v1/api/2-26/arrays/space/storage-classes
GET
Get — Pure Storage GET Arrays/supported-time-zones
/v1/api/2-26/arrays/supported-time-zones

MCP Tools

pure-storage-get-arrays

Pure Storage GET Arrays

read-only idempotent
pure-storage-patch-arrays

Pure Storage PATCH Arrays

idempotent
pure-storage-create-process-factory

Pure Storage Create a Process for Factory Reset

pure-storage-factory-reset-finalize

Pure Storage Factory Reset - Finalize

idempotent
pure-storage-get-factory-reset

Pure Storage Get Factory Reset Status

read-only idempotent
pure-storage-stop-factory-reset

Pure Storage Stop Factory Reset

idempotent
pure-storage-get-arrays-eula

Pure Storage GET Arrays/eula

read-only idempotent
pure-storage-patch-arrays-eula

Pure Storage PATCH Arrays/eula

idempotent
pure-storage-list-factory-reset

Pure Storage List Factory Reset Tokens

read-only idempotent
pure-storage-create-factory-reset

Pure Storage Create a Factory Reset Token

pure-storage-delete-factory-reset

Pure Storage Delete a Factory Reset Token

idempotent
pure-storage-get-arrays-http

Pure Storage GET Arrays/http-specific-performance

read-only idempotent
pure-storage-get-arrays-nfs

Pure Storage GET Arrays/nfs-specific-performance

read-only idempotent
pure-storage-get-arrays-performance

Pure Storage GET Arrays/performance

read-only idempotent
pure-storage-get-arrays-performance-2

Pure Storage GET Arrays/performance/replication

read-only idempotent
pure-storage-get-arrays-s3

Pure Storage GET Arrays/s3-specific-performance

read-only idempotent
pure-storage-get-arrays-space

Pure Storage GET Arrays/space

read-only idempotent
pure-storage-get-arrays-space-2

Pure Storage GET Arrays/space/storage-classes

read-only idempotent
pure-storage-get-arrays-supported

Pure Storage GET Arrays/supported-time-zones

read-only idempotent

Capability Spec

flashblade-rest-arrays.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Arrays
  description: 'FlashBlade REST API — Arrays. 19 operations. Lead operation: Pure Storage GET Arrays. Self-contained Naftiko
    capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Arrays
  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: flashblade-rest-arrays
    baseUri: http://[array]
    description: FlashBlade REST API — Arrays business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-arrays
      path: /api/2.26/arrays
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Arrays
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.26-arrays-erasures
      path: /api/2.26/arrays/erasures
      operations:
      - name: post
        method: POST
        description: Pure Storage Create a Process for Factory Reset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Factory Reset - Finalize
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Pure Storage Get Factory Reset Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Stop Factory Reset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-eula
      path: /api/2.26/arrays/eula
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/eula
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Arrays/eula
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-2.26-arrays-factory-reset-token
      path: /api/2.26/arrays/factory-reset-token
      operations:
      - name: get
        method: GET
        description: Pure Storage List Factory Reset Tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create a Factory Reset Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete a Factory Reset Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-http-specific-performance
      path: /api/2.26/arrays/http-specific-performance
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/http-specific-performance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-nfs-specific-performance
      path: /api/2.26/arrays/nfs-specific-performance
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/nfs-specific-performance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-performance
      path: /api/2.26/arrays/performance
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/performance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-performance-replication
      path: /api/2.26/arrays/performance/replication
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/performance/replication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-s3-specific-performance
      path: /api/2.26/arrays/s3-specific-performance
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/s3-specific-performance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-space
      path: /api/2.26/arrays/space
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/space
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-space-storage-classes
      path: /api/2.26/arrays/space/storage-classes
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/space/storage-classes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-arrays-supported-time-zones
      path: /api/2.26/arrays/supported-time-zones
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Arrays/supported-time-zones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-auth-token
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: flashblade-rest-arrays-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Arrays. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/2-26/arrays
      name: api-2-26-arrays
      description: REST surface for api-2.26-arrays.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Arrays
        call: flashblade-rest-arrays.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/erasures
      name: api-2-26-arrays-erasures
      description: REST surface for api-2.26-arrays-erasures.
      operations:
      - method: POST
        name: post
        description: Pure Storage Create a Process for Factory Reset
        call: flashblade-rest-arrays.post
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Factory Reset - Finalize
        call: flashblade-rest-arrays.patch
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Pure Storage Get Factory Reset Status
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Stop Factory Reset
        call: flashblade-rest-arrays.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/eula
      name: api-2-26-arrays-eula
      description: REST surface for api-2.26-arrays-eula.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/eula
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Arrays/eula
        call: flashblade-rest-arrays.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/factory-reset-token
      name: api-2-26-arrays-factory-reset-token
      description: REST surface for api-2.26-arrays-factory-reset-token.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Factory Reset Tokens
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create a Factory Reset Token
        call: flashblade-rest-arrays.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Factory Reset Token
        call: flashblade-rest-arrays.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/http-specific-performance
      name: api-2-26-arrays-http-specific-performance
      description: REST surface for api-2.26-arrays-http-specific-performance.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/http-specific-performance
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/nfs-specific-performance
      name: api-2-26-arrays-nfs-specific-performance
      description: REST surface for api-2.26-arrays-nfs-specific-performance.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/nfs-specific-performance
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/performance
      name: api-2-26-arrays-performance
      description: REST surface for api-2.26-arrays-performance.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/performance
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/performance/replication
      name: api-2-26-arrays-performance-replication
      description: REST surface for api-2.26-arrays-performance-replication.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/performance/replication
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/s3-specific-performance
      name: api-2-26-arrays-s3-specific-performance
      description: REST surface for api-2.26-arrays-s3-specific-performance.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/s3-specific-performance
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/space
      name: api-2-26-arrays-space
      description: REST surface for api-2.26-arrays-space.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/space
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/space/storage-classes
      name: api-2-26-arrays-space-storage-classes
      description: REST surface for api-2.26-arrays-space-storage-classes.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/space/storage-classes
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/arrays/supported-time-zones
      name: api-2-26-arrays-supported-time-zones
      description: REST surface for api-2.26-arrays-supported-time-zones.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Arrays/supported-time-zones
        call: flashblade-rest-arrays.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-arrays-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Arrays. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: pure-storage-get-arrays
      description: Pure Storage GET Arrays
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-arrays
      description: Pure Storage PATCH Arrays
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-process-factory
      description: Pure Storage Create a Process for Factory Reset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-arrays.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-factory-reset-finalize
      description: Pure Storage Factory Reset - Finalize
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.patch
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-factory-reset
      description: Pure Storage Get Factory Reset Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-stop-factory-reset
      description: Pure Storage Stop Factory Reset
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-arrays.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-eula
      description: Pure Storage GET Arrays/eula
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-arrays-eula
      description: Pure Storage PATCH Arrays/eula
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-factory-reset
      description: Pure Storage List Factory Reset Tokens
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-factory-reset
      description: Pure Storage Create a Factory Reset Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-arrays.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-factory-reset
      description: Pure Storage Delete a Factory Reset Token
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-arrays.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-http
      description: Pure Storage GET Arrays/http-specific-performance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-nfs
      description: Pure Storage GET Arrays/nfs-specific-performance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-performance
      description: Pure Storage GET Arrays/performance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-performance-2
      description: Pure Storage GET Arrays/performance/replication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-s3
      description: Pure Storage GET Arrays/s3-specific-performance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-space
      description: Pure Storage GET Arrays/space
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-space-2
      description: Pure Storage GET Arrays/space/storage-classes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-arrays-supported
      description: Pure Storage GET Arrays/supported-time-zones
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-arrays.get
      outputParameters:
      - type: object
        mapping: $.