Pure Storage · Capability

Pure1 Public REST API — Protection Group Snapshots

Pure1 Public REST API — Protection Group Snapshots. 2 operations. Lead operation: Pure Storage Get Protection Group Snapshots. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageProtection Group Snapshots

What You Can Do

GET
Get — Pure Storage Get Protection Group Snapshots
/v1/api/1-5/protection-group-snapshots
GET
Get — Pure Storage Get Protection Group Snapshots with Transfer Statistics
/v1/api/1-5/protection-group-snapshots/transfer

MCP Tools

pure-storage-get-protection-group

Pure Storage Get Protection Group Snapshots

read-only idempotent
pure-storage-get-protection-group-2

Pure Storage Get Protection Group Snapshots with Transfer Statistics

read-only idempotent

Capability Spec

pure1-cloud-protection-group-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pure1 Public REST API — Protection Group Snapshots
  description: 'Pure1 Public REST API — Protection Group Snapshots. 2 operations. Lead operation: Pure Storage Get Protection
    Group Snapshots. Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - 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: pure1-cloud-protection-group-snapshots
    baseUri: https://api-staging.pure1.purestorage.com
    description: Pure1 Public REST API — Protection Group Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: api-1.5-protection-group-snapshots
      path: /api/1.5/protection-group-snapshots
      operations:
      - name: get
        method: GET
        description: Pure Storage Get Protection Group Snapshots
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-1.5-protection-group-snapshots-transfer
      path: /api/1.5/protection-group-snapshots/transfer
      operations:
      - name: get
        method: GET
        description: Pure Storage Get Protection Group Snapshots with Transfer Statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: pure1-cloud-protection-group-snapshots-rest
    port: 8080
    description: REST adapter for Pure1 Public REST API — Protection Group Snapshots. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/1-5/protection-group-snapshots
      name: api-1-5-protection-group-snapshots
      description: REST surface for api-1.5-protection-group-snapshots.
      operations:
      - method: GET
        name: get
        description: Pure Storage Get Protection Group Snapshots
        call: pure1-cloud-protection-group-snapshots.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/1-5/protection-group-snapshots/transfer
      name: api-1-5-protection-group-snapshots-transfer
      description: REST surface for api-1.5-protection-group-snapshots-transfer.
      operations:
      - method: GET
        name: get
        description: Pure Storage Get Protection Group Snapshots with Transfer Statistics
        call: pure1-cloud-protection-group-snapshots.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pure1-cloud-protection-group-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pure1 Public REST API — Protection Group Snapshots. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: pure-storage-get-protection-group
      description: Pure Storage Get Protection Group Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pure1-cloud-protection-group-snapshots.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-protection-group-2
      description: Pure Storage Get Protection Group Snapshots with Transfer Statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pure1-cloud-protection-group-snapshots.get
      outputParameters:
      - type: object
        mapping: $.