OSSEC Wazuh RESTful API
Перейти к файлу
Jesus Linares c7224fc549 Fix class variable 2017-01-04 12:57:05 +00:00
configuration config.host 2016-11-18 15:41:00 +00:00
controllers Update comments 2016-12-29 11:00:29 +00:00
doc Update repository name 2016-11-22 20:04:58 +00:00
examples Agent status formatted 2016-09-23 11:14:05 +00:00
framework Fix class variable 2017-01-04 12:57:05 +00:00
helpers Download decoders 2016-12-20 19:13:02 +00:00
models Running API with ossec user 2016-09-22 17:48:00 +00:00
scripts Update repository name 2016-11-22 20:04:58 +00:00
test Fix missing decoder status 2016-12-20 18:49:03 +00:00
.gitignore Check dictionary keys 2016-12-29 10:35:22 +00:00
CHANGELOG.md Update changelog 2016-09-26 09:33:43 +00:00
LICENSE Initial commit 2016-02-05 11:08:17 +01:00
README.md Update README.md 2016-09-26 11:56:21 +02:00
app.js config.host 2016-11-18 15:41:00 +00:00
install_api.sh Fix installer arguments 2016-12-23 17:58:53 +00:00
package.json Update repository name 2016-11-22 20:04:58 +00:00

README.md

OSSEC Wazuh RESTful API

Wazuh API is an open source RESTful API to interact with OSSEC from your own application or with a simple web browser or tools like cURL.

Our goal is to completely manage OSSEC 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
  • Syscheck control & search
  • Ruleset information
  • Statistical Information
  • HTTPS and User authentication
  • Error Handling

Documentation

How to install

Installation guide

Request reference

Full request reference

Full documentation

Full documentation

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, by sending an email to wazuh+subscribe@googlegroups.com, to ask questions and participate in discussions.

References