naftiko: 1.0.0-alpha2 info: label: FlashArray REST API — SAML2 SSO description: 'FlashArray 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: flasharray-rest-saml2-sso baseUri: '' description: FlashArray REST API — SAML2 SSO business capability. Self-contained, no shared references. resources: - name: api-2.52-sso-saml2-idps path: /api/2.52/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.52-sso-saml2-idps-test path: /api/2.52/sso/saml2/idps/test operations: - name: get method: GET description: Pure Storage List Existing SAML2 SSO Configurations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage Modify Provided SAML2 SSO Configurations 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-saml2-sso-rest port: 8080 description: REST adapter for FlashArray REST API — SAML2 SSO. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-52/sso/saml2/idps name: api-2-52-sso-saml2-idps description: REST surface for api-2.52-sso-saml2-idps. operations: - method: GET name: get description: Pure Storage List SAML2 SSO Configurations call: flasharray-rest-saml2-sso.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create SAML2 SSO Configurations call: flasharray-rest-saml2-sso.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete SAML2 SSO Configurations call: flasharray-rest-saml2-sso.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify SAML2 SSO Configurations call: flasharray-rest-saml2-sso.patch with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/sso/saml2/idps/test name: api-2-52-sso-saml2-idps-test description: REST surface for api-2.52-sso-saml2-idps-test. operations: - method: GET name: get description: Pure Storage List Existing SAML2 SSO Configurations call: flasharray-rest-saml2-sso.get outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify Provided SAML2 SSO Configurations call: flasharray-rest-saml2-sso.patch with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: flasharray-rest-saml2-sso-mcp port: 9090 transport: http description: MCP adapter for FlashArray 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: flasharray-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: flasharray-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: flasharray-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: flasharray-rest-saml2-sso.patch with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-list-existing-saml2 description: Pure Storage List Existing SAML2 SSO Configurations hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-saml2-sso.get outputParameters: - type: object mapping: $. - name: pure-storage-modify-provided-saml2 description: Pure Storage Modify Provided SAML2 SSO Configurations hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-saml2-sso.patch with: body: tools.body outputParameters: - type: object mapping: $.