Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: add filter parameter to proxy ctr.
......................................................................
sdk: add filter parameter to proxy ctr.
api resource /api has few queries (such as GetSystemStatistics, etc.)
which require admin permissions, raising /filter flag will signal to
turn on permission based filtering and not call this queries what will
allow non-admin users to use sdk.
Change-Id: Ia6707a165fd32519f0778fae0c75f302ae4c9d26
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M src/codegen/entrypoint/entrypoint.py
M src/ovirtsdk/api.py
M src/ovirtsdk/web/connection.py
3 files changed, 66 insertions(+), 19 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
Ori Liel: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/7429
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia6707a165fd32519f0778fae0c75f302ae4c9d26
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server