https://github.com/wazuh/wazuh-api
Wazuh - RESTful API
https://github.com/wazuh/wazuh-api
compliance elasticsearch file-integrity-management ids incident-response intrusion-detection log-analysis loganalyzer monitoring openscap ossec pci-dss policy-monitoring security security-awareness security-hardening vulnerability-detection wazuh
Last synced: about 2 months ago
JSON representation
Wazuh - RESTful API
- Host: GitHub
- URL: https://github.com/wazuh/wazuh-api
- Owner: wazuh
- License: gpl-2.0
- Created: 2016-02-05T10:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T09:23:36.000Z (8 months ago)
- Last Synced: 2025-03-14T00:07:20.583Z (about 2 months ago)
- Topics: compliance, elasticsearch, file-integrity-management, ids, incident-response, intrusion-detection, log-analysis, loganalyzer, monitoring, openscap, ossec, pci-dss, policy-monitoring, security, security-awareness, security-hardening, vulnerability-detection, wazuh
- Language: JavaScript
- Homepage: https://wazuh.com
- Size: 4.82 MB
- Stars: 72
- Watchers: 35
- Forks: 60
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Wazuh RESTful API
[](https://wazuh.com/community/join-us-on-slack/)
[](https://groups.google.com/forum/#!forum/wazuh)
[](https://documentation.wazuh.com)
[](https://wazuh.com)Wazuh API is an open source RESTful API to interact with Wazuh from your own application or with a simple web browser or tools like cURL.
Our goal is to completely manage Wazuh remotely. Perform everyday actions like adding an agent, check configuration, or look for syscheck files are now simplest using Wazuh API.
Wazuh API capabilities:
- Agents management
- Manager overview
- Rootcheck control & search
- Security configuration assessment (SCA)
- Syscheck control & search
- Ruleset information
- Statistical Information
- HTTPS and User authentication
- Error Handling## Documentation
#### How to install
[Installation guide](https://documentation.wazuh.com/current/installation-guide/installing-wazuh-manager/index.html)
#### Request reference
[Full request reference](https://documentation.wazuh.com/current/user-manual/api/reference.html#request-list)
#### Full documentation
[Full documentation](https://documentation.wazuh.com/current/user-manual/api/index.html)
## Branches
* `stable` branch on correspond to the last Wazuh API stable version.
* `master` branch contains the latest code, be aware of possible bugs on this branch.
* `development` branch includes all the new features we're adding and testing.## Contribute
If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users [mailing list](https://groups.google.com/d/forum/wazuh), by sending an email to [[email protected]](mailto:[email protected]), to ask questions and participate in discussions.
## References
* [Wazuh website](http://wazuh.com)
* [Wazuh repositories](http://github.com/wazuh)
* [Wazuh documentation](http://documentation.wazuh.com)