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