The Tango REST api does not define anything to access the database without to know exactly the name of the database device i.e sys/database/2
It would be great if the client application can just call a endpoint like /database à la pytango.
I means just a way to access the Database device without to know the name i.e sys/database/2
A way would be to link /tango/rest/rc3/hosts/computer/10000/devices/sys/database/2 to
/tango/rest/rc3/hosts/computer/10000/database (of course sys/database/2 can be something else)
or that
GET /tango/rest/rc3/hosts/computer/10000 gives the name of the database.