Pure Storage · Capability

FlashBlade REST API — Hardware

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

Run with Naftiko Pure StorageHardware

What You Can Do

GET
Get — Pure Storage GET Hardware
/v1/api/2-26/hardware
PATCH
Patch — Pure Storage PATCH Hardware
/v1/api/2-26/hardware

MCP Tools

pure-storage-get-hardware

Pure Storage GET Hardware

read-only idempotent
pure-storage-patch-hardware

Pure Storage PATCH Hardware

idempotent

Capability Spec

flashblade-rest-hardware.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Hardware
  description: 'FlashBlade REST API — Hardware. 2 operations. Lead operation: Pure Storage GET Hardware. Self-contained Naftiko
    capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Hardware
  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-hardware
    baseUri: http://[array]
    description: FlashBlade REST API — Hardware business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-hardware
      path: /api/2.26/hardware
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Hardware
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Hardware
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-auth-token
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: flashblade-rest-hardware-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Hardware. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-26/hardware
      name: api-2-26-hardware
      description: REST surface for api-2.26-hardware.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Hardware
        call: flashblade-rest-hardware.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Hardware
        call: flashblade-rest-hardware.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-hardware-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Hardware. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: pure-storage-get-hardware
      description: Pure Storage GET Hardware
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-hardware.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-hardware
      description: Pure Storage PATCH Hardware
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-hardware.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.