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
I have searched the issues of this repository and believe that this is not a duplicate.
Summary
The device serviceGET endpoint should be able to filter results by tag keys/values.
What is the use-case?
This gives a very flexible filtering mechanism. For example, we store the tenant for each sensor in a tenant tag. It would be great to query the API to get all sensors belonging to this tenant.
Implementation description
Add the tag keys and values as a parameter, prefixed with tag:
Summary
The
device service
GET
endpoint should be able to filter results by tag keys/values.What is the use-case?
This gives a very flexible filtering mechanism. For example, we store the tenant for each sensor in a
tenant
tag. It would be great to query the API to get all sensors belonging to this tenant.Implementation description
Add the tag keys and values as a parameter, prefixed with
tag
:Can you implement this by yourself and make a pull request?
Unfortunately not in the near future.
The text was updated successfully, but these errors were encountered: