Pure Storage · Capability

FlashBlade REST API — Remote Arrays

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

Run with Naftiko Pure StorageRemote Arrays

What You Can Do

GET
Get — Pure Storage List Remote Arrays
/v1/api/2-26/remote-arrays
PATCH
Patch — Pure Storage Modify Remote Arrays
/v1/api/2-26/remote-arrays

MCP Tools

pure-storage-list-remote-arrays

Pure Storage List Remote Arrays

read-only idempotent
pure-storage-modify-remote-arrays

Pure Storage Modify Remote Arrays

idempotent

Capability Spec

flashblade-rest-remote-arrays.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Remote Arrays
  description: 'FlashBlade REST API — Remote Arrays. 2 operations. Lead operation: Pure Storage List Remote Arrays. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Remote 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-remote-arrays
    baseUri: http://[array]
    description: FlashBlade REST API — Remote Arrays business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-remote-arrays
      path: /api/2.26/remote-arrays
      operations:
      - name: get
        method: GET
        description: Pure Storage List Remote Arrays
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: current_fleet_only
          in: query
          type: boolean
          description: If current_fleet_only is specified, then results will only show arrays from the same fleet to
      - name: patch
        method: PATCH
        description: Pure Storage Modify Remote Arrays
        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-remote-arrays-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Remote Arrays. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-26/remote-arrays
      name: api-2-26-remote-arrays
      description: REST surface for api-2.26-remote-arrays.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Remote Arrays
        call: flashblade-rest-remote-arrays.get
        with:
          current_fleet_only: rest.current_fleet_only
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify Remote Arrays
        call: flashblade-rest-remote-arrays.patch
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-remote-arrays-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Remote Arrays. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-list-remote-arrays
      description: Pure Storage List Remote Arrays
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-remote-arrays.get
      with:
        current_fleet_only: tools.current_fleet_only
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-remote-arrays
      description: Pure Storage Modify Remote Arrays
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-remote-arrays.patch
      outputParameters:
      - type: object
        mapping: $.