naftiko: 1.0.0-alpha2 info: label: FlashBlade REST API — Object Store Access Keys description: 'FlashBlade REST API — Object Store Access Keys. 4 operations. Lead operation: Pure Storage GET Object-store-access-keys. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - Object Store Access Keys 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-object-store-access-keys baseUri: http://[array] description: FlashBlade REST API — Object Store Access Keys business capability. Self-contained, no shared references. resources: - name: api-2.26-object-store-access-keys path: /api/2.26/object-store-access-keys operations: - name: get method: GET description: Pure Storage GET Object-store-access-keys outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage POST Object-store-access-keys 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 Object-store-access-keys outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage PATCH Object-store-access-keys outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: x-auth-token value: '{{env.PURE_STORAGE_API_KEY}}' placement: header exposes: - type: rest namespace: flashblade-rest-object-store-access-keys-rest port: 8080 description: REST adapter for FlashBlade REST API — Object Store Access Keys. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-26/object-store-access-keys name: api-2-26-object-store-access-keys description: REST surface for api-2.26-object-store-access-keys. operations: - method: GET name: get description: Pure Storage GET Object-store-access-keys call: flashblade-rest-object-store-access-keys.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage POST Object-store-access-keys call: flashblade-rest-object-store-access-keys.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage DELETE Object-store-access-keys call: flashblade-rest-object-store-access-keys.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage PATCH Object-store-access-keys call: flashblade-rest-object-store-access-keys.patch with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: flashblade-rest-object-store-access-keys-mcp port: 9090 transport: http description: MCP adapter for FlashBlade REST API — Object Store Access Keys. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-get-object-store description: Pure Storage GET Object-store-access-keys hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-object-store-access-keys.get outputParameters: - type: object mapping: $. - name: pure-storage-post-object-store description: Pure Storage POST Object-store-access-keys hints: readOnly: false destructive: false idempotent: false call: flashblade-rest-object-store-access-keys.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-object-store description: Pure Storage DELETE Object-store-access-keys hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-object-store-access-keys.delete outputParameters: - type: object mapping: $. - name: pure-storage-patch-object-store description: Pure Storage PATCH Object-store-access-keys hints: readOnly: false destructive: false idempotent: true call: flashblade-rest-object-store-access-keys.patch with: body: tools.body outputParameters: - type: object mapping: $.