-
Feature
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
Strategic Portfolio Work
-
False
-
-
False
-
OCPSTRAT-895Openshift LightSpeed GA
-
100% To Do, 0% In Progress, 0% Done
-
0
Feature Overview (Goal Summary)
Objective:
Enable seamless communication between a customer's centralized AI chat assistant and OpenShift Lightspeed (OLS). This integration will allow the customer's AI assistant to handle OpenShift-related queries by routing them to OLS via API, receiving the response, and providing it back to the user.
User Story:
As an infrastructure team, I want my centralized AI chat assistant to pass OpenShift-related questions to OLS via API, receive answers from OLS, and relay them back to my users without requiring them to interact with OLS directly.
In Scope
- Authentication:
-
- Ensure the customer's AI chat assistant can authenticate with OLS to securely call OLS APIs.
- API Request Handling:
-
- OLS should be able to receive API requests from the AI chat assistant.
- Validate and process the incoming query from the customer's AI chat assistant.
- Response Delivery:
-
- OLS will execute the requested operation or retrieve the required data.
- OLS will send the processed answer or result back to the customer's AI chat assistant via API.
- API Documentation and Examples:
-
- Provide detailed documentation for OLS APIs, including authentication, request structure, and response handling, tailored for integration with external systems like a custom AI chat assistant.
Out of Scope
- Internal Workings of Customer's AI Chat Assistant:
-
- How the customer’s AI chat assistant processes or handles queries before or after interacting with OLS is out of scope.