Pure Storage · Capability

FlashArray REST API — Remote Pods

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

Run with Naftiko Pure StorageRemote Pods

What You Can Do

GET
Get — Pure Storage List Remote Pods
/v1/api/2-52/remote-pods
GET
Get — Pure Storage List Tags
/v1/api/2-52/remote-pods/tags

MCP Tools

pure-storage-list-remote-pods

Pure Storage List Remote Pods

read-only idempotent
pure-storage-list-tags

Pure Storage List Tags

read-only idempotent

Capability Spec

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