wazuh / qa-system-framework

GNU General Public License v2.0
1 stars 3 forks source link

Wazuh Handler: Extend the request endpoints configuration #75

Closed roronoasins closed 2 months ago

roronoasins commented 1 year ago

Description

Currently, we are able to perform request to WazuhAPI using the url, header, payload, and verify.

It will be useful adding an Endpoint class that allow us to fully customize the endpoints with Authorizations, Query Parameters, Path Parameters, Responses, Request Body schema, etc. This also happens with responses, like message and Response Schema.

If additional class isn't necessary, we need to extend the current classes to be able to include this.

davidjiglesias commented 2 months ago

To be evaluated as part of Wazuh packages redesign tier 2