naftiko: 1.0.0-alpha2 info: label: FlashArray REST API — DNS description: 'FlashArray REST API — DNS. 4 operations. Lead operation: Pure Storage List DNS Parameters. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - DNS 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-dns baseUri: '' description: FlashArray REST API — DNS business capability. Self-contained, no shared references. resources: - name: api-2.52-dns path: /api/2.52/dns operations: - name: get method: GET description: Pure Storage List DNS Parameters outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create DNS Configuration 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 DNS Configuration outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage Modify DNS Parameters outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: flasharray-rest-dns-rest port: 8080 description: REST adapter for FlashArray REST API — DNS. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-52/dns name: api-2-52-dns description: REST surface for api-2.52-dns. operations: - method: GET name: get description: Pure Storage List DNS Parameters call: flasharray-rest-dns.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create DNS Configuration call: flasharray-rest-dns.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete DNS Configuration call: flasharray-rest-dns.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify DNS Parameters call: flasharray-rest-dns.patch with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: flasharray-rest-dns-mcp port: 9090 transport: http description: MCP adapter for FlashArray REST API — DNS. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-list-dns-parameters description: Pure Storage List DNS Parameters hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-dns.get outputParameters: - type: object mapping: $. - name: pure-storage-create-dns-configuration description: Pure Storage Create DNS Configuration hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-dns.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-dns-configuration description: Pure Storage Delete DNS Configuration hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-dns.delete outputParameters: - type: object mapping: $. - name: pure-storage-modify-dns-parameters description: Pure Storage Modify DNS Parameters hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-dns.patch with: body: tools.body outputParameters: - type: object mapping: $.