Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 577f7ca

Browse files
author
soodpr
committed
Fixing issue with get resource by scopeUris
1 parent e54af3c commit 577f7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpOneView/resources/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def build_query_uri(self, start=0, count=-1, filter='', query='', sort='', view=
159159
fields = "&fields=" + quote(fields)
160160

161161
if scope_uris:
162-
scope_uris = "&scope_uris=" + quote(scope_uris)
162+
scope_uris = "&scopeUris=" + quote(scope_uris)
163163

164164
path = uri if uri else self._uri
165165
self.__validate_resource_uri(path)

0 commit comments

Comments
 (0)