Pure Storage · Capability

FlashArray REST API — Remote Protection Group Snapshots

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

Run with Naftiko Pure StorageRemote Protection Group Snapshots

What You Can Do

GET
Get — Pure Storage List Remote Protection Group Snapshots
/v1/api/2-52/remote-protection-group-snapshots
POST
Post — Pure Storage Create Remote Protection Group Snapshot and Tags
/v1/api/2-52/remote-protection-group-snapshots
DELETE
Delete — Pure Storage Delete a Remote Protection Group Snapshot
/v1/api/2-52/remote-protection-group-snapshots
PATCH
Patch — Pure Storage Modify a Remote Protection Group Snapshot
/v1/api/2-52/remote-protection-group-snapshots
POST
Post — Pure Storage Create an Attempt to Take Remote Protection Group Snapshot
/v1/api/2-52/remote-protection-group-snapshots/test
GET
Get — Pure Storage List Remote Protection Groups with Transfer Statistics
/v1/api/2-52/remote-protection-group-snapshots/transfer

MCP Tools

pure-storage-list-remote-protection

Pure Storage List Remote Protection Group Snapshots

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

Pure Storage Create Remote Protection Group Snapshot and Tags

pure-storage-delete-remote-protection

Pure Storage Delete a Remote Protection Group Snapshot

idempotent
pure-storage-modify-remote-protection

Pure Storage Modify a Remote Protection Group Snapshot

idempotent
pure-storage-create-attempt-take

Pure Storage Create an Attempt to Take Remote Protection Group Snapshot

pure-storage-list-remote-protection-2

Pure Storage List Remote Protection Groups with Transfer Statistics

read-only idempotent

Capability Spec

flasharray-rest-remote-protection-group-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Remote Protection Group Snapshots
  description: 'FlashArray REST API — Remote Protection Group Snapshots. 6 operations. Lead operation: Pure Storage List Remote
    Protection Group Snapshots. Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Remote Protection Group Snapshots
  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-group-snapshots
    baseUri: ''
    description: FlashArray REST API — Remote Protection Group Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-remote-protection-group-snapshots
      path: /api/2.52/remote-protection-group-snapshots
      operations:
      - name: get
        method: GET
        description: Pure Storage List Remote Protection Group Snapshots
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create Remote Protection Group Snapshot and Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: delete
        method: DELETE
        description: Pure Storage Delete a Remote Protection Group Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify a Remote Protection Group Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.52-remote-protection-group-snapshots-test
      path: /api/2.52/remote-protection-group-snapshots/test
      operations:
      - name: post
        method: POST
        description: Pure Storage Create an Attempt to Take Remote Protection Group Snapshot
        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-remote-protection-group-snapshots-transfer
      path: /api/2.52/remote-protection-group-snapshots/transfer
      operations:
      - name: get
        method: GET
        description: Pure Storage List Remote Protection Groups with Transfer Statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: flasharray-rest-remote-protection-group-snapshots-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Remote Protection Group Snapshots. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/2-52/remote-protection-group-snapshots
      name: api-2-52-remote-protection-group-snapshots
      description: REST surface for api-2.52-remote-protection-group-snapshots.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Remote Protection Group Snapshots
        call: flasharray-rest-remote-protection-group-snapshots.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create Remote Protection Group Snapshot and Tags
        call: flasharray-rest-remote-protection-group-snapshots.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Remote Protection Group Snapshot
        call: flasharray-rest-remote-protection-group-snapshots.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify a Remote Protection Group Snapshot
        call: flasharray-rest-remote-protection-group-snapshots.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/remote-protection-group-snapshots/test
      name: api-2-52-remote-protection-group-snapshots-test
      description: REST surface for api-2.52-remote-protection-group-snapshots-test.
      operations:
      - method: POST
        name: post
        description: Pure Storage Create an Attempt to Take Remote Protection Group Snapshot
        call: flasharray-rest-remote-protection-group-snapshots.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/remote-protection-group-snapshots/transfer
      name: api-2-52-remote-protection-group-snapshots-transfer
      description: REST surface for api-2.52-remote-protection-group-snapshots-transfer.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Remote Protection Groups with Transfer Statistics
        call: flasharray-rest-remote-protection-group-snapshots.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-remote-protection-group-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Remote Protection Group Snapshots. 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 Group Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-remote-protection-group-snapshots.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-remote-protection
      description: Pure Storage Create Remote Protection Group Snapshot and Tags
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-remote-protection-group-snapshots.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-remote-protection
      description: Pure Storage Delete a Remote Protection Group Snapshot
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-remote-protection-group-snapshots.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-remote-protection
      description: Pure Storage Modify a Remote Protection Group Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-remote-protection-group-snapshots.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-attempt-take
      description: Pure Storage Create an Attempt to Take Remote Protection Group Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-remote-protection-group-snapshots.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-remote-protection-2
      description: Pure Storage List Remote Protection Groups with Transfer Statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-remote-protection-group-snapshots.get
      outputParameters:
      - type: object
        mapping: $.