Pure Storage · Capability

FlashBlade REST API — Software

FlashBlade REST API — Software. 6 operations. Lead operation: Pure Storage List Software-bundle. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageSoftware

What You Can Do

GET
Get — Pure Storage List Software-bundle
/v1/api/2-26/software-bundle
POST
Post — Pure Storage Create Software-bundle
/v1/api/2-26/software-bundle
GET
Get — Pure Storage List Software Check Tasks
/v1/api/2-26/software-check
POST
Post — Pure Storage Create a Software Check Task
/v1/api/2-26/software-check
GET
Get — Pure Storage List Software Patches
/v1/api/2-26/software-patches
POST
Post — Pure Storage Create a Software Patch
/v1/api/2-26/software-patches

MCP Tools

pure-storage-list-software-bundle

Pure Storage List Software-bundle

read-only idempotent
pure-storage-create-software-bundle

Pure Storage Create Software-bundle

pure-storage-list-software-check

Pure Storage List Software Check Tasks

read-only idempotent
pure-storage-create-software-check

Pure Storage Create a Software Check Task

read-only
pure-storage-list-software-patches

Pure Storage List Software Patches

read-only idempotent
pure-storage-create-software-patch

Pure Storage Create a Software Patch

Capability Spec

flashblade-rest-software.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Software
  description: 'FlashBlade REST API — Software. 6 operations. Lead operation: Pure Storage List Software-bundle. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Software
  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-software
    baseUri: http://[array]
    description: FlashBlade REST API — Software business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-software-bundle
      path: /api/2.26/software-bundle
      operations:
      - name: get
        method: GET
        description: Pure Storage List Software-bundle
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create Software-bundle
        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-software-check
      path: /api/2.26/software-check
      operations:
      - name: get
        method: GET
        description: Pure Storage List Software Check Tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create a Software Check Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-software-patches
      path: /api/2.26/software-patches
      operations:
      - name: get
        method: GET
        description: Pure Storage List Software Patches
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create a Software Patch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: allow_ha_reduction
          in: query
          type: boolean
          description: If Software Patch has ha_reduction_required set to true, `allow_ha_reduction` must be
        - name: name
          in: query
          type: string
          description: Name of software patch to install
          required: true
    authentication:
      type: apikey
      key: x-auth-token
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: flashblade-rest-software-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Software. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-26/software-bundle
      name: api-2-26-software-bundle
      description: REST surface for api-2.26-software-bundle.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Software-bundle
        call: flashblade-rest-software.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create Software-bundle
        call: flashblade-rest-software.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/software-check
      name: api-2-26-software-check
      description: REST surface for api-2.26-software-check.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Software Check Tasks
        call: flashblade-rest-software.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create a Software Check Task
        call: flashblade-rest-software.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/software-patches
      name: api-2-26-software-patches
      description: REST surface for api-2.26-software-patches.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Software Patches
        call: flashblade-rest-software.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create a Software Patch
        call: flashblade-rest-software.post
        with:
          allow_ha_reduction: rest.allow_ha_reduction
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-software-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Software. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: pure-storage-list-software-bundle
      description: Pure Storage List Software-bundle
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-software.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-software-bundle
      description: Pure Storage Create Software-bundle
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-software.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-software-check
      description: Pure Storage List Software Check Tasks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-software.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-software-check
      description: Pure Storage Create a Software Check Task
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: flashblade-rest-software.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-software-patches
      description: Pure Storage List Software Patches
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-software.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-software-patch
      description: Pure Storage Create a Software Patch
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-software.post
      with:
        allow_ha_reduction: tools.allow_ha_reduction
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.