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