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
There needs to be a way to display unique attribute values based on an attribute lookup. For example if you have Device.model and Device.hw_type and want to lookup all unique device model values for a given hw_type.
This is not currently possible.
For single values it's as easy as nsot values list -r device -n model (all unique models).
This hard-coded one-liner solves the problem, but let's come up w/ a way to do it officially and not hard-codedly:
There needs to be a way to display unique attribute values based on an attribute lookup. For example if you have
Device.model
andDevice.hw_type
and want to lookup all unique devicemodel
values for a givenhw_type
.This is not currently possible.
For single values it's as easy as
nsot values list -r device -n model
(all unique models).This hard-coded one-liner solves the problem, but let's come up w/ a way to do it officially and not hard-codedly:
The text was updated successfully, but these errors were encountered: