Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate GET /agents/{agent_id}/group/is_sync #12365

Closed
vicferpoy opened this issue Feb 18, 2022 · 0 comments · Fixed by #12397
Closed

Deprecate GET /agents/{agent_id}/group/is_sync #12365

vicferpoy opened this issue Feb 18, 2022 · 0 comments · Fixed by #12397
Assignees

Comments

@vicferpoy
Copy link
Contributor

vicferpoy commented Feb 18, 2022

Description

As part of #9334, we are soft deprecating this endpoint. This means that it will be usable after v4.4.0 but a deprecation header must be added as it will be completely removed from the Wazuh API in the next major.

This deprecation is justified after the development in #12362, as the same information will obtainable using GET /agents?agents_list={agent_id}&select=group_config_status.

Requirements

  1. Check that the deprecation header is correctly added to the response.
  2. Review API spec to add a deprecation label.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants