Pure Storage · Capability

FlashBlade REST API — Servers

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

Run with Naftiko Pure StorageServers

What You Can Do

GET
Get — Pure Storage GET Servers
/v1/api/2-26/servers
POST
Post — Pure Storage POST Servers
/v1/api/2-26/servers
DELETE
Delete — Pure Storage DELETE Servers
/v1/api/2-26/servers
PATCH
Patch — Pure Storage PATCH Servers
/v1/api/2-26/servers

MCP Tools

pure-storage-get-servers

Pure Storage GET Servers

read-only idempotent
pure-storage-post-servers

Pure Storage POST Servers

pure-storage-delete-servers

Pure Storage DELETE Servers

idempotent
pure-storage-patch-servers

Pure Storage PATCH Servers

idempotent

Capability Spec

flashblade-rest-servers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Servers
  description: 'FlashBlade REST API — Servers. 4 operations. Lead operation: Pure Storage GET Servers. Self-contained Naftiko
    capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Servers
  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-servers
    baseUri: http://[array]
    description: FlashBlade REST API — Servers business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-servers
      path: /api/2.26/servers
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Servers
        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 Servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Servers
        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-servers-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Servers. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/2-26/servers
      name: api-2-26-servers
      description: REST surface for api-2.26-servers.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Servers
        call: flashblade-rest-servers.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Servers
        call: flashblade-rest-servers.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Servers
        call: flashblade-rest-servers.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Servers
        call: flashblade-rest-servers.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-servers-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Servers. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: pure-storage-get-servers
      description: Pure Storage GET Servers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-servers.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-servers
      description: Pure Storage POST Servers
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-servers.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-servers
      description: Pure Storage DELETE Servers
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-servers.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-servers
      description: Pure Storage PATCH Servers
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-servers.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.