Pure Storage · Capability

FlashArray REST API — SMI-S

FlashArray REST API — SMI-S. 2 operations. Lead operation: Pure Storage List SMI-S Settings. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageSMI-S

What You Can Do

GET
Get — Pure Storage List SMI-S Settings
/v1/api/2-52/smi-s
PATCH
Patch — Pure Storage Modify SLP and SMI-S
/v1/api/2-52/smi-s

MCP Tools

pure-storage-list-smi-s

Pure Storage List SMI-S Settings

read-only idempotent
pure-storage-modify-slp-and

Pure Storage Modify SLP and SMI-S

idempotent

Capability Spec

flasharray-rest-smi-s.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — SMI-S
  description: 'FlashArray REST API — SMI-S. 2 operations. Lead operation: Pure Storage List SMI-S Settings. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - SMI-S
  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: flasharray-rest-smi-s
    baseUri: ''
    description: FlashArray REST API — SMI-S business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-smi-s
      path: /api/2.52/smi-s
      operations:
      - name: get
        method: GET
        description: Pure Storage List SMI-S Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify SLP and SMI-S
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: flasharray-rest-smi-s-rest
    port: 8080
    description: REST adapter for FlashArray REST API — SMI-S. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/2-52/smi-s
      name: api-2-52-smi-s
      description: REST surface for api-2.52-smi-s.
      operations:
      - method: GET
        name: get
        description: Pure Storage List SMI-S Settings
        call: flasharray-rest-smi-s.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify SLP and SMI-S
        call: flasharray-rest-smi-s.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-smi-s-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — SMI-S. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: pure-storage-list-smi-s
      description: Pure Storage List SMI-S Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-smi-s.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-slp-and
      description: Pure Storage Modify SLP and SMI-S
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-smi-s.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.