naftiko: 1.0.0-alpha2 info: label: FlashBlade REST API — Policies - Snapshot description: 'FlashBlade REST API — Policies - Snapshot. 13 operations. Lead operation: Pure Storage GET Policies. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - Policies - Snapshot 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-policies-snapshot baseUri: http://[array] description: FlashBlade REST API — Policies - Snapshot business capability. Self-contained, no shared references. resources: - name: api-2.26-policies path: /api/2.26/policies operations: - name: get method: GET description: Pure Storage GET Policies outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage POST Policies 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 Policies outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage PATCH Policies 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-policies-file-system-replica-links path: /api/2.26/policies/file-system-replica-links operations: - name: get method: GET description: Pure Storage GET Policies/file-system-replica-links outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage POST Policies/file-system-replica-links outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage DELETE Policies/file-system-replica-links outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.26-policies-file-system-snapshots path: /api/2.26/policies/file-system-snapshots operations: - name: get method: GET description: Pure Storage GET Policies/file-system-snapshots outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage DELETE Policies/file-system-snapshots outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.26-policies-file-systems path: /api/2.26/policies/file-systems operations: - name: get method: GET description: Pure Storage GET Policies/file-systems outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage POST Policies/file-systems outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage DELETE Policies/file-systems outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.26-policies-members path: /api/2.26/policies/members operations: - name: get method: GET description: Pure Storage GET Policies/members 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-policies-snapshot-rest port: 8080 description: REST adapter for FlashBlade REST API — Policies - Snapshot. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-26/policies name: api-2-26-policies description: REST surface for api-2.26-policies. operations: - method: GET name: get description: Pure Storage GET Policies call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage POST Policies call: flashblade-rest-policies-snapshot.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage DELETE Policies call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage PATCH Policies call: flashblade-rest-policies-snapshot.patch with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-26/policies/file-system-replica-links name: api-2-26-policies-file-system-replica-links description: REST surface for api-2.26-policies-file-system-replica-links. operations: - method: GET name: get description: Pure Storage GET Policies/file-system-replica-links call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage POST Policies/file-system-replica-links call: flashblade-rest-policies-snapshot.post outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage DELETE Policies/file-system-replica-links call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-26/policies/file-system-snapshots name: api-2-26-policies-file-system-snapshots description: REST surface for api-2.26-policies-file-system-snapshots. operations: - method: GET name: get description: Pure Storage GET Policies/file-system-snapshots call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage DELETE Policies/file-system-snapshots call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-26/policies/file-systems name: api-2-26-policies-file-systems description: REST surface for api-2.26-policies-file-systems. operations: - method: GET name: get description: Pure Storage GET Policies/file-systems call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage POST Policies/file-systems call: flashblade-rest-policies-snapshot.post outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage DELETE Policies/file-systems call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-26/policies/members name: api-2-26-policies-members description: REST surface for api-2.26-policies-members. operations: - method: GET name: get description: Pure Storage GET Policies/members call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - type: mcp namespace: flashblade-rest-policies-snapshot-mcp port: 9090 transport: http description: MCP adapter for FlashBlade REST API — Policies - Snapshot. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-get-policies description: Pure Storage GET Policies hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - name: pure-storage-post-policies description: Pure Storage POST Policies hints: readOnly: false destructive: false idempotent: false call: flashblade-rest-policies-snapshot.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-policies description: Pure Storage DELETE Policies hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - name: pure-storage-patch-policies description: Pure Storage PATCH Policies hints: readOnly: false destructive: false idempotent: true call: flashblade-rest-policies-snapshot.patch with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-get-policies-file description: Pure Storage GET Policies/file-system-replica-links hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - name: pure-storage-post-policies-file description: Pure Storage POST Policies/file-system-replica-links hints: readOnly: false destructive: false idempotent: false call: flashblade-rest-policies-snapshot.post outputParameters: - type: object mapping: $. - name: pure-storage-delete-policies-file description: Pure Storage DELETE Policies/file-system-replica-links hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - name: pure-storage-get-policies-file-2 description: Pure Storage GET Policies/file-system-snapshots hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - name: pure-storage-delete-policies-file-2 description: Pure Storage DELETE Policies/file-system-snapshots hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - name: pure-storage-get-policies-file-3 description: Pure Storage GET Policies/file-systems hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $. - name: pure-storage-post-policies-file-2 description: Pure Storage POST Policies/file-systems hints: readOnly: false destructive: false idempotent: false call: flashblade-rest-policies-snapshot.post outputParameters: - type: object mapping: $. - name: pure-storage-delete-policies-file-3 description: Pure Storage DELETE Policies/file-systems hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-policies-snapshot.delete outputParameters: - type: object mapping: $. - name: pure-storage-get-policies-members description: Pure Storage GET Policies/members hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-policies-snapshot.get outputParameters: - type: object mapping: $.