You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Finally, the API response included a field containing the deployment uuid when running GET /manager/version/check to check if there are new Wazuh releases:
curl -k -X GET "https://localhost:55000/manager/version/check?pretty=true" -H "Authorization: Bearer $TOKEN"
It seems something needs to be updated on the dashboard side in order for this to work properly. It does not need to be shown in the UI for now, ignoring it will be enough.
Description
Finally, the API response included a field containing the deployment
uuid
when runningGET /manager/version/check
to check if there are new Wazuh releases:It seems something needs to be updated on the dashboard side in order for this to work properly. It does not need to be shown in the UI for now, ignoring it will be enough.
Related issue
wazuh/wazuh-dashboard#84
The text was updated successfully, but these errors were encountered: