Pure Storage · Capability

FlashBlade REST API — Array Connections

FlashBlade REST API — Array Connections. 8 operations. Lead operation: Pure Storage GET Array-connections. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageArray Connections

What You Can Do

GET
Get — Pure Storage GET Array-connections
/v1/api/2-26/array-connections
POST
Post — Pure Storage POST Array-connections
/v1/api/2-26/array-connections
DELETE
Delete — Pure Storage DELETE Array-connections
/v1/api/2-26/array-connections
PATCH
Patch — Pure Storage PATCH Array-connections
/v1/api/2-26/array-connections
GET
Get — Pure Storage GET Array-connections/connection-key
/v1/api/2-26/array-connections/connection-key
POST
Post — Pure Storage POST Array-connections/connection-key
/v1/api/2-26/array-connections/connection-key
GET
Get — Pure Storage GET Array-connections/path
/v1/api/2-26/array-connections/path
GET
Get — Pure Storage GET Array-connections/performance/replication
/v1/api/2-26/array-connections/performance/replication

MCP Tools

pure-storage-get-array-connections

Pure Storage GET Array-connections

read-only idempotent
pure-storage-post-array-connections

Pure Storage POST Array-connections

pure-storage-delete-array-connections

Pure Storage DELETE Array-connections

idempotent
pure-storage-patch-array-connections

Pure Storage PATCH Array-connections

idempotent
pure-storage-get-array-connections-2

Pure Storage GET Array-connections/connection-key

read-only idempotent
pure-storage-post-array-connections-2

Pure Storage POST Array-connections/connection-key

pure-storage-get-array-connections-3

Pure Storage GET Array-connections/path

read-only idempotent
pure-storage-get-array-connections-4

Pure Storage GET Array-connections/performance/replication

read-only idempotent

Capability Spec

flashblade-rest-array-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Array Connections
  description: 'FlashBlade REST API — Array Connections. 8 operations. Lead operation: Pure Storage GET Array-connections.
    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: flashblade-rest-array-connections
    baseUri: http://[array]
    description: FlashBlade REST API — Array Connections business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-array-connections
      path: /api/2.26/array-connections
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Array-connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Array-connections
        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 Array-connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Array-connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.26-array-connections-connection-key
      path: /api/2.26/array-connections/connection-key
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Array-connections/connection-key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Array-connections/connection-key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-array-connections-path
      path: /api/2.26/array-connections/path
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Array-connections/path
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-array-connections-performance-replication
      path: /api/2.26/array-connections/performance/replication
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Array-connections/performance/replication
        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-array-connections-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Array Connections. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-26/array-connections
      name: api-2-26-array-connections
      description: REST surface for api-2.26-array-connections.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Array-connections
        call: flashblade-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Array-connections
        call: flashblade-rest-array-connections.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Array-connections
        call: flashblade-rest-array-connections.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Array-connections
        call: flashblade-rest-array-connections.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/array-connections/connection-key
      name: api-2-26-array-connections-connection-key
      description: REST surface for api-2.26-array-connections-connection-key.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Array-connections/connection-key
        call: flashblade-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Array-connections/connection-key
        call: flashblade-rest-array-connections.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/array-connections/path
      name: api-2-26-array-connections-path
      description: REST surface for api-2.26-array-connections-path.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Array-connections/path
        call: flashblade-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/array-connections/performance/replication
      name: api-2-26-array-connections-performance-replication
      description: REST surface for api-2.26-array-connections-performance-replication.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Array-connections/performance/replication
        call: flashblade-rest-array-connections.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-array-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Array Connections. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-get-array-connections
      description: Pure Storage GET Array-connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-array-connections
      description: Pure Storage POST Array-connections
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-array-connections.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-array-connections
      description: Pure Storage DELETE Array-connections
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-array-connections.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-array-connections
      description: Pure Storage PATCH Array-connections
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-array-connections.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-array-connections-2
      description: Pure Storage GET Array-connections/connection-key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-array-connections-2
      description: Pure Storage POST Array-connections/connection-key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-array-connections.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-array-connections-3
      description: Pure Storage GET Array-connections/path
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-array-connections-4
      description: Pure Storage GET Array-connections/performance/replication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-array-connections.get
      outputParameters:
      - type: object
        mapping: $.