Pure Storage · Capability

FlashArray REST API — Array Connections

FlashArray REST API — Array Connections. 6 operations. Lead operation: Pure Storage List the Connected Arrays. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageArray Connections

What You Can Do

GET
Get — Pure Storage List the Connected Arrays
/v1/api/2-52/array-connections
POST
Post — Pure Storage Create an Array Connection
/v1/api/2-52/array-connections
DELETE
Delete — Pure Storage Delete an Array Connection
/v1/api/2-52/array-connections
PATCH
Patch — Pure Storage Modify an Array Connection
/v1/api/2-52/array-connections
GET
Get — Pure Storage List Connection Key
/v1/api/2-52/array-connections/connection-key
GET
Get — Pure Storage List Connection Path
/v1/api/2-52/array-connections/path

MCP Tools

pure-storage-list-connected-arrays

Pure Storage List the Connected Arrays

read-only idempotent
pure-storage-create-array-connection

Pure Storage Create an Array Connection

pure-storage-delete-array-connection

Pure Storage Delete an Array Connection

idempotent
pure-storage-modify-array-connection

Pure Storage Modify an Array Connection

idempotent
pure-storage-list-connection-key

Pure Storage List Connection Key

read-only idempotent
pure-storage-list-connection-path

Pure Storage List Connection Path

read-only idempotent

Capability Spec

flasharray-rest-array-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Array Connections
  description: 'FlashArray REST API — Array Connections. 6 operations. Lead operation: Pure Storage List the Connected Arrays.
    Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Array Connections
  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-array-connections
    baseUri: ''
    description: FlashArray REST API — Array Connections business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-array-connections
      path: /api/2.52/array-connections
      operations:
      - name: get
        method: GET
        description: Pure Storage List the Connected Arrays
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create an Array Connection
        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 an Array Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify an Array Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-2.52-array-connections-connection-key
      path: /api/2.52/array-connections/connection-key
      operations:
      - name: get
        method: GET
        description: Pure Storage List Connection Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-array-connections-path
      path: /api/2.52/array-connections/path
      operations:
      - name: get
        method: GET
        description: Pure Storage List Connection Path
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: flasharray-rest-array-connections-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Array Connections. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-52/array-connections
      name: api-2-52-array-connections
      description: REST surface for api-2.52-array-connections.
      operations:
      - method: GET
        name: get
        description: Pure Storage List the Connected Arrays
        call: flasharray-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create an Array Connection
        call: flasharray-rest-array-connections.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete an Array Connection
        call: flasharray-rest-array-connections.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify an Array Connection
        call: flasharray-rest-array-connections.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/array-connections/connection-key
      name: api-2-52-array-connections-connection-key
      description: REST surface for api-2.52-array-connections-connection-key.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Connection Key
        call: flasharray-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/array-connections/path
      name: api-2-52-array-connections-path
      description: REST surface for api-2.52-array-connections-path.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Connection Path
        call: flasharray-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-array-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Array Connections. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-list-connected-arrays
      description: Pure Storage List the Connected Arrays
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-array-connection
      description: Pure Storage Create an Array Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-array-connections.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-array-connection
      description: Pure Storage Delete an Array Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-array-connections.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-array-connection
      description: Pure Storage Modify an Array Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-array-connections.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-connection-key
      description: Pure Storage List Connection Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-connection-path
      description: Pure Storage List Connection Path
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.