Pure Storage · Capability

FlashArray REST API — Sessions

FlashArray REST API — Sessions. 1 operations. Lead operation: Pure Storage List Session Data. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageSessions

What You Can Do

GET
Get — Pure Storage List Session Data
/v1/api/2-52/sessions

MCP Tools

pure-storage-list-session-data

Pure Storage List Session Data

read-only idempotent

Capability Spec

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