Skip to content

Wazuh API v3.8.0

Compare
Choose a tag to compare
@mgmacias95 mgmacias95 released this 19 Jan 00:03
· 8 commits to 3.8 since this release
1aefbe3

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 to POST/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).