Pure Storage · Capability

FlashBlade REST API — KMIP

FlashBlade REST API — KMIP. 5 operations. Lead operation: Pure Storage List KMIP Server Configurations. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageKMIP

What You Can Do

GET
Get — Pure Storage List KMIP Server Configurations
/v1/api/2-26/kmip
POST
Post — Pure Storage Create a KMIP Server Configuration
/v1/api/2-26/kmip
DELETE
Delete — Pure Storage Delete a KMIP Server Configuration
/v1/api/2-26/kmip
PATCH
Patch — Pure Storage Modify a KMIP Server Configuration
/v1/api/2-26/kmip
GET
Get — Pure Storage Displays KMIP Server Test Results
/v1/api/2-26/kmip/test

MCP Tools

pure-storage-list-kmip-server

Pure Storage List KMIP Server Configurations

read-only idempotent
pure-storage-create-kmip-server

Pure Storage Create a KMIP Server Configuration

pure-storage-delete-kmip-server

Pure Storage Delete a KMIP Server Configuration

idempotent
pure-storage-modify-kmip-server

Pure Storage Modify a KMIP Server Configuration

idempotent
pure-storage-displays-kmip-server

Pure Storage Displays KMIP Server Test Results

read-only idempotent

Capability Spec

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