Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Generalize query parameter using wildcards #43

Open
Ingvord opened this issue Nov 16, 2018 · 0 comments
Open

Generalize query parameter using wildcards #43

Ingvord opened this issue Nov 16, 2018 · 0 comments
Labels

Comments

@Ingvord
Copy link
Member

Ingvord commented Nov 16, 2018

e.g.

GET devices?wildcard=localhost/*/*/*

responses with all devices at localhost tango host i.e. same as GET hosts/localhost/devices

GET devices?wildcard=localhost/sys/*/*

responses with all devices in localhost/sys domain

GET devices?wildcard=localhost/sys/*/*&wildcard=hzgxenvtest/sys/*/*

responses with all devices in localhost/sys and hzgxenvtest/sys domains

GET attributes?wildcard=localhost/sys/*/*/State&wildcard=hzgxenvtest/p05/motor/rot.x/Position

responses with all State attributes in localhost/sys domain and Position of hzgxenvtest/p05/motor/rot.x

@Ingvord Ingvord added the rc7 label Nov 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant