naftiko: 1.0.0-alpha2 info: label: FlashArray REST API — Volumes description: 'FlashArray REST API — Volumes. 19 operations. Lead operation: Pure Storage List Volumes. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - Volumes 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-volumes baseUri: '' description: FlashArray REST API — Volumes business capability. Self-contained, no shared references. resources: - name: api-2.52-volumes path: /api/2.52/volumes operations: - name: get method: GET description: Pure Storage List Volumes outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create or Copy a Volume and Upsert Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: delete method: DELETE description: Pure Storage Delete a Volume outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage Modify a Volume 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-volumes-batch path: /api/2.52/volumes/batch operations: - name: post method: POST description: Pure Storage Create or Copy Volumes and Upsert Tags 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-volumes-batch-test path: /api/2.52/volumes/batch/test operations: - name: post method: POST description: Pure Storage Create an Attempt to Copy Volumes and Upsert Tags 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-volumes-diff path: /api/2.52/volumes/diff operations: - name: get method: GET description: Pure Storage List Volume Diffs outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-performance path: /api/2.52/volumes/performance operations: - name: get method: GET description: Pure Storage List Volume Performance Data outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-performance-by-array path: /api/2.52/volumes/performance/by-array operations: - name: get method: GET description: Pure Storage List Volume Performance Data by Array outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-protection-groups path: /api/2.52/volumes/protection-groups operations: - name: get method: GET description: Pure Storage List Volumes That Are Members of Protection Groups outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create a Volume and Add it to a Protection Group outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage Delete a Volume from a Protection Group outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-qos path: /api/2.52/volumes/qos operations: - name: get method: GET description: Pure Storage List Volume QoS Config outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-space path: /api/2.52/volumes/space operations: - name: get method: GET description: Pure Storage List Volume Space Information outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-tags path: /api/2.52/volumes/tags operations: - name: get method: GET description: Pure Storage List Tags outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage Delete Tags outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-volumes-tags-batch path: /api/2.52/volumes/tags/batch operations: - name: put method: PUT description: Pure Storage Update Tags 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-volumes-test path: /api/2.52/volumes/test operations: - name: post method: POST description: Pure Storage Create a Dry Run Attempt to Copy a Volume 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-volumes-volume-groups path: /api/2.52/volumes/volume-groups operations: - name: get method: GET description: Pure Storage List Volumes That Are in Volume Groups outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: flasharray-rest-volumes-rest port: 8080 description: REST adapter for FlashArray REST API — Volumes. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-52/volumes name: api-2-52-volumes description: REST surface for api-2.52-volumes. operations: - method: GET name: get description: Pure Storage List Volumes call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create or Copy a Volume and Upsert Tags call: flasharray-rest-volumes.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete a Volume call: flasharray-rest-volumes.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify a Volume call: flasharray-rest-volumes.patch with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/batch name: api-2-52-volumes-batch description: REST surface for api-2.52-volumes-batch. operations: - method: POST name: post description: Pure Storage Create or Copy Volumes and Upsert Tags call: flasharray-rest-volumes.post with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/batch/test name: api-2-52-volumes-batch-test description: REST surface for api-2.52-volumes-batch-test. operations: - method: POST name: post description: Pure Storage Create an Attempt to Copy Volumes and Upsert Tags call: flasharray-rest-volumes.post with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/diff name: api-2-52-volumes-diff description: REST surface for api-2.52-volumes-diff. operations: - method: GET name: get description: Pure Storage List Volume Diffs call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/performance name: api-2-52-volumes-performance description: REST surface for api-2.52-volumes-performance. operations: - method: GET name: get description: Pure Storage List Volume Performance Data call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/performance/by-array name: api-2-52-volumes-performance-by-array description: REST surface for api-2.52-volumes-performance-by-array. operations: - method: GET name: get description: Pure Storage List Volume Performance Data by Array call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/protection-groups name: api-2-52-volumes-protection-groups description: REST surface for api-2.52-volumes-protection-groups. operations: - method: GET name: get description: Pure Storage List Volumes That Are Members of Protection Groups call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create a Volume and Add it to a Protection Group call: flasharray-rest-volumes.post outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete a Volume from a Protection Group call: flasharray-rest-volumes.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/qos name: api-2-52-volumes-qos description: REST surface for api-2.52-volumes-qos. operations: - method: GET name: get description: Pure Storage List Volume QoS Config call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/space name: api-2-52-volumes-space description: REST surface for api-2.52-volumes-space. operations: - method: GET name: get description: Pure Storage List Volume Space Information call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/tags name: api-2-52-volumes-tags description: REST surface for api-2.52-volumes-tags. operations: - method: GET name: get description: Pure Storage List Tags call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete Tags call: flasharray-rest-volumes.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/tags/batch name: api-2-52-volumes-tags-batch description: REST surface for api-2.52-volumes-tags-batch. operations: - method: PUT name: put description: Pure Storage Update Tags call: flasharray-rest-volumes.put with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/test name: api-2-52-volumes-test description: REST surface for api-2.52-volumes-test. operations: - method: POST name: post description: Pure Storage Create a Dry Run Attempt to Copy a Volume call: flasharray-rest-volumes.post with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/volumes/volume-groups name: api-2-52-volumes-volume-groups description: REST surface for api-2.52-volumes-volume-groups. operations: - method: GET name: get description: Pure Storage List Volumes That Are in Volume Groups call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - type: mcp namespace: flasharray-rest-volumes-mcp port: 9090 transport: http description: MCP adapter for FlashArray REST API — Volumes. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-list-volumes description: Pure Storage List Volumes hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-create-copy-volume description: Pure Storage Create or Copy a Volume and Upsert Tags hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-volumes.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-volume description: Pure Storage Delete a Volume hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-volumes.delete outputParameters: - type: object mapping: $. - name: pure-storage-modify-volume description: Pure Storage Modify a Volume hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-volumes.patch with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-create-copy-volumes description: Pure Storage Create or Copy Volumes and Upsert Tags hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-volumes.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-create-attempt-copy description: Pure Storage Create an Attempt to Copy Volumes and Upsert Tags hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-volumes.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-list-volume-diffs description: Pure Storage List Volume Diffs hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-list-volume-performance description: Pure Storage List Volume Performance Data hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-list-volume-performance-2 description: Pure Storage List Volume Performance Data by Array hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-list-volumes-that description: Pure Storage List Volumes That Are Members of Protection Groups hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-create-volume-and description: Pure Storage Create a Volume and Add it to a Protection Group hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-volumes.post outputParameters: - type: object mapping: $. - name: pure-storage-delete-volume-protection description: Pure Storage Delete a Volume from a Protection Group hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-volumes.delete outputParameters: - type: object mapping: $. - name: pure-storage-list-volume-qos description: Pure Storage List Volume QoS Config hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-list-volume-space description: Pure Storage List Volume Space Information hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-list-tags description: Pure Storage List Tags hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $. - name: pure-storage-delete-tags description: Pure Storage Delete Tags hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-volumes.delete outputParameters: - type: object mapping: $. - name: pure-storage-update-tags description: Pure Storage Update Tags hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-volumes.put with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-create-dry-run description: Pure Storage Create a Dry Run Attempt to Copy a Volume hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-volumes.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-list-volumes-that-2 description: Pure Storage List Volumes That Are in Volume Groups hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-volumes.get outputParameters: - type: object mapping: $.