-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTI client prototype #238
Comments
We are going to take advantage of the code from a previous iteration of the content manager from the Wazuh Server team available here: The program uses a The actionOrchestrator.hpp's
|
These methods in create a The
It achieves this by instantiating |
Description
The Content Manager plugin will interact with an external web service (CTI) which exposes an HTTP REST API.
For such communication to happen, we need to design and implement a prototype of a Java HTTP client that implements the CTI API interface and understands the responses.
Functional requirements
The CTI client will:
Implementation restrictions
Plan
secure string.regular settingThe text was updated successfully, but these errors were encountered: