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