Actions
Bug #24971
closedSearch for machine type (virtual, physical) does not work
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The search with a criteria on machine type (whatever the value) always return an empty set.
This can be tested in UI (group or node search, with harware > Machine Type criteria) or via API, with something like:
curl --globoff -k -X GET -H "X-API-TOKEN: xxxx" 'https://xxxxx/api/latest/nodes?where=[{"objectType":"machine","attribute":"machineType","comparator":"eq","value":"Virtual"}]' | jq -r '.'
Actions