The /experimental/syscollector/hardware endpoint returns the following error if the user have one or more agents pointing to a disconnected cluster node:
{
"errror": 3022,
"message": "Unknown node ID"
}
This error will be returned if there are node names stored in the agent table in global.db that are no longer connected to the master node or if that node name has the value unknown.
This error applies to wazuh api 3.12.3 and earlier versions.
Description
The
/experimental/syscollector/hardware
endpoint returns the following error if the user have one or more agents pointing to a disconnected cluster node:This error will be returned if there are node names stored in the agent table in
global.db
that are no longer connected to the master node or if that node name has the valueunknown
.This error applies to wazuh api 3.12.3 and earlier versions.