Releases: wazuh/wazuh-api
Releases · wazuh/wazuh-api
Wazuh API v3.9.4
There are no changes for Wazuh API in this version.
Wazuh API v3.9.3
There are no changes for Wazuh API in this version.
Wazuh API v3.9.2
There are no changes for Wazuh API in this version.
Wazuh API v3.9.1
There are no changes for Wazuh API in this version.
Wazuh API v3.9.0
Added
- Added API calls to edit configuration files (ossec.conf, rules, lists and decodes) (#308 and #299)
- Added API calls to restart manager nodes in the cluster and validate configuration (#307)
- Added API calls to get CDB lists (#301)
- Added API calls to get security configuration assessment policies and checks (#321)
- Added filtering by
version
field inGET/experimental/syscollector/packages
API call (#340).
Fixed
- Fixed documentation regarding DELETE /agents API call and older_than default value (#319)
Wazuh API v3.8.2
There are no changes for Wazuh API in this version.
Wazuh API v3.8.1
Wazuh API v3.8.0
Added
- Added API calls to upgrade agent groups configuration (#257):
POST/agents/groups/:group_id/configuration
POST/agents/groups/:group_id/files/:file_name
- Added filtering by interface name in
GET/syscollector/:agent_id/netaddr
(#260). - Added API call to delete multiple agents from a group:
DELETE/agents/group/:group_id
(#259). - Added API call to add multiple agents to a group:
POST/agents/group/:group_id
(#256). - Added a
format
parameter toPOST/agents/groups/:group_id/files/:file_name
(#257):format=json
returns file information in JSON format.format=xml
returns file information in RAW format as a string.
Fixed
- Fixed bug getting ossec gid and uid in Docker containers (#256).
- Fixed bug missing some keys when showing group files in
GET/agents/groups/:group_id/files/:file_name
(wazuh/wazuh#2223). - Fixed bug showing rules variables names instead of its value in
GET/rules/:rule_id
(wazuh/wazuh#2222). GET/rules
API call returns the attributes for<list>
and<info>
(wazuh/wazuh#2358).
Wazuh API 3.7.2
There are no changes for Wazuh API in this version.
Wazuh API 3.7.1
There are no changes for Wazuh API in this version.