An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Wazuh RESTful API

[![Slack](https://img.shields.io/badge/slack-join-blue.svg)](https://wazuh.com/community/join-us-on-slack/)
[![Email](https://img.shields.io/badge/email-join-blue.svg)](https://groups.google.com/forum/#!forum/wazuh)
[![Documentation](https://img.shields.io/badge/docs-view-green.svg)](https://documentation.wazuh.com)
[![Documentation](https://img.shields.io/badge/web-view-green.svg)](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)