Pure Storage · Capability

FlashArray REST API — Remote Protection Groups

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

Run with Naftiko Pure StorageRemote Protection Groups

What You Can Do

GET
Get — Pure Storage List Remote Protection Groups
/v1/api/2-52/remote-protection-groups
DELETE
Delete — Pure Storage Delete a Remote Protection Group
/v1/api/2-52/remote-protection-groups
PATCH
Patch — Pure Storage Modify a Remote Protection Group
/v1/api/2-52/remote-protection-groups

MCP Tools

pure-storage-list-remote-protection

Pure Storage List Remote Protection Groups

read-only idempotent
pure-storage-delete-remote-protection

Pure Storage Delete a Remote Protection Group

idempotent
pure-storage-modify-remote-protection

Pure Storage Modify a Remote Protection Group

idempotent

Capability Spec

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