Pure Storage · Capability

FlashBlade REST API — Support Diagnostics

FlashBlade REST API — Support Diagnostics. 5 operations. Lead operation: Pure Storage GET Diagnostics List. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageSupport Diagnostics

What You Can Do

GET
Get — Pure Storage GET Diagnostics List
/v1/api/2-26/support-diagnostics
POST
Post — Pure Storage Start a Diagnostic Task
/v1/api/2-26/support-diagnostics
GET
Get — Pure Storage GET Diagnostics Details
/v1/api/2-26/support-diagnostics/details
GET
Get — Pure Storage List Diagnostics Tools Version and Last Updated Date
/v1/api/2-26/support-diagnostics/settings
PATCH
Patch — Pure Storage Update Diagnostics Tools
/v1/api/2-26/support-diagnostics/settings

MCP Tools

pure-storage-get-diagnostics-list

Pure Storage GET Diagnostics List

read-only idempotent
pure-storage-start-diagnostic-task

Pure Storage Start a Diagnostic Task

pure-storage-get-diagnostics-details

Pure Storage GET Diagnostics Details

read-only idempotent
pure-storage-list-diagnostics-tools

Pure Storage List Diagnostics Tools Version and Last Updated Date

read-only idempotent
pure-storage-update-diagnostics-tools

Pure Storage Update Diagnostics Tools

idempotent

Capability Spec

flashblade-rest-support-diagnostics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Support Diagnostics
  description: 'FlashBlade REST API — Support Diagnostics. 5 operations. Lead operation: Pure Storage GET Diagnostics List.
    Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Support Diagnostics
  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-support-diagnostics
    baseUri: http://[array]
    description: FlashBlade REST API — Support Diagnostics business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-support-diagnostics
      path: /api/2.26/support-diagnostics
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Diagnostics List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Start a Diagnostic Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-support-diagnostics-details
      path: /api/2.26/support-diagnostics/details
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Diagnostics Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-support-diagnostics-settings
      path: /api/2.26/support-diagnostics/settings
      operations:
      - name: get
        method: GET
        description: Pure Storage List Diagnostics Tools Version and Last Updated Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Update Diagnostics Tools
        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-support-diagnostics-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Support Diagnostics. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/2-26/support-diagnostics
      name: api-2-26-support-diagnostics
      description: REST surface for api-2.26-support-diagnostics.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Diagnostics List
        call: flashblade-rest-support-diagnostics.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Start a Diagnostic Task
        call: flashblade-rest-support-diagnostics.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/support-diagnostics/details
      name: api-2-26-support-diagnostics-details
      description: REST surface for api-2.26-support-diagnostics-details.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Diagnostics Details
        call: flashblade-rest-support-diagnostics.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/support-diagnostics/settings
      name: api-2-26-support-diagnostics-settings
      description: REST surface for api-2.26-support-diagnostics-settings.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Diagnostics Tools Version and Last Updated Date
        call: flashblade-rest-support-diagnostics.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Update Diagnostics Tools
        call: flashblade-rest-support-diagnostics.patch
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-support-diagnostics-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Support Diagnostics. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: pure-storage-get-diagnostics-list
      description: Pure Storage GET Diagnostics List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-support-diagnostics.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-start-diagnostic-task
      description: Pure Storage Start a Diagnostic Task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-support-diagnostics.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-diagnostics-details
      description: Pure Storage GET Diagnostics Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-support-diagnostics.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-diagnostics-tools
      description: Pure Storage List Diagnostics Tools Version and Last Updated Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-support-diagnostics.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-update-diagnostics-tools
      description: Pure Storage Update Diagnostics Tools
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-support-diagnostics.patch
      outputParameters:
      - type: object
        mapping: $.