Call any read-only Manager API endpoint
wazuh_api_requestQuery any Wazuh Manager API endpoint without a dedicated tool. Use read-only GET requests for custom paths like /overview/agents or /syscollector/001/processes.
Instructions
Escape hatch for Manager API endpoints without a dedicated tool — for example /agents/stats/distinct, /tasks/status, /security/users, /overview/agents, or /experimental/* inventory endpoints. GET only, so it cannot change state. Prefer the purpose-built tools when one fits; they shape their output for readability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path beginning with '/', e.g. '/overview/agents' or '/syscollector/001/processes'. Do not include the host or port. | |
| params | No | Query parameters, e.g. {'limit': 10, 'q': 'status=active'}. Wazuh list endpoints accept limit, offset, select, sort, search and q. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||