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

Generalize query parameter using wildcards #43

@Ingvord

Description

@Ingvord

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions