naftiko: 1.0.0-alpha2 info: label: FlashBlade REST API — Public Keys description: 'FlashBlade REST API — Public Keys. 4 operations. Lead operation: Pure Storage List Public Key Configurations. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - Public 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-public-keys baseUri: http://[array] description: FlashBlade REST API — Public Keys business capability. Self-contained, no shared references. resources: - name: api-2.26-public-keys path: /api/2.26/public-keys operations: - name: get method: GET description: Pure Storage List Public Key Configurations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create Public Key Configurations 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 Public Key Configurations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.26-public-keys-uses path: /api/2.26/public-keys/uses operations: - name: get method: GET description: Pure Storage GET Public-keys/uses 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-public-keys-rest port: 8080 description: REST adapter for FlashBlade REST API — Public Keys. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-26/public-keys name: api-2-26-public-keys description: REST surface for api-2.26-public-keys. operations: - method: GET name: get description: Pure Storage List Public Key Configurations call: flashblade-rest-public-keys.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create Public Key Configurations call: flashblade-rest-public-keys.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete Public Key Configurations call: flashblade-rest-public-keys.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-26/public-keys/uses name: api-2-26-public-keys-uses description: REST surface for api-2.26-public-keys-uses. operations: - method: GET name: get description: Pure Storage GET Public-keys/uses call: flashblade-rest-public-keys.get outputParameters: - type: object mapping: $. - type: mcp namespace: flashblade-rest-public-keys-mcp port: 9090 transport: http description: MCP adapter for FlashBlade REST API — Public Keys. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-list-public-key description: Pure Storage List Public Key Configurations hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-public-keys.get outputParameters: - type: object mapping: $. - name: pure-storage-create-public-key description: Pure Storage Create Public Key Configurations hints: readOnly: false destructive: false idempotent: false call: flashblade-rest-public-keys.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-public-key description: Pure Storage Delete Public Key Configurations hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-public-keys.delete outputParameters: - type: object mapping: $. - name: pure-storage-get-public-keys description: Pure Storage GET Public-keys/uses hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-public-keys.get outputParameters: - type: object mapping: $.