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