Pure Storage · Capability

Pure1 Public REST API — File System Snapshots

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

Run with Naftiko Pure StorageFile System Snapshots

What You Can Do

GET
Get — Pure Storage Get FlashBlade File System Snapshots
/v1/api/1-5/file-system-snapshots
GET
Get — Pure Storage Get FlashBlade File System Snapshot / Policy Pairs
/v1/api/1-5/file-system-snapshots/policies

MCP Tools

pure-storage-get-flashblade-file

Pure Storage Get FlashBlade File System Snapshots

read-only idempotent
pure-storage-get-flashblade-file-2

Pure Storage Get FlashBlade File System Snapshot / Policy Pairs

read-only idempotent

Capability Spec

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