Hello,
Not sure if this should be in here, or in the Python section?
I've been doing some work with the Python bindings for the rest API and so far so good, until I came up against Qtrees. In most cases, when looking for object I can do a .find(uuid=<uuid>). Qtrees don't have a uuid, so to query we need (for example) the volume uuid and the qtree id within the volume. Now the REST syntax for that is easy, but what does the python syntax to 'find' look like?
I've tried the obvious things - find (volume.uuid=<uuid>,id=<id>) but python doesn't like that...
I've tried creating Qtree/Volume objects and passing that in, no go....
What am I missing?
thx,
--rdp