Is your feature request related to a problem? Please describe.
Currently there is no server side filtering option available for Activated & Discovered feilds
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Denormalize currentMode and discovered from deviceInfo into dedicated device-level columns. Expose both fields through the Stats API and add support for filtering on the Devices API, consistent with existing filters such as tags and hostname console/internal/controller/httpapi/v1/devices.go at main · device-management-toolkit/console
Additional context
This will support Sample web UI dashboard - device-management-toolkit/sample-web-ui#3471
Is your feature request related to a problem? Please describe.
Currently there is no server side filtering option available for Activated & Discovered feilds
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Denormalize currentMode and discovered from deviceInfo into dedicated device-level columns. Expose both fields through the Stats API and add support for filtering on the Devices API, consistent with existing filters such as tags and hostname console/internal/controller/httpapi/v1/devices.go at main · device-management-toolkit/console
Additional context
This will support Sample web UI dashboard - device-management-toolkit/sample-web-ui#3471