Fix bug #677 osm nsi-op-list name' and 'osm nsi-op-show id' returns null
[osm/osmclient.git] / osmclient / sol005 / nsi.py
index 392d1ab..33c0b92 100644 (file)
@@ -249,7 +249,7 @@ class Nsi(object):
             filter_string = ''
             if filter:
                 filter_string = '&{}'.format(filter)
-            http_code, resp = self._http.get2_cmd('{}?nsiInstanceId={}'.format(
+            http_code, resp = self._http.get2_cmd('{}?netsliceInstanceId={}'.format(
                                                        self._apiBase, nsi['_id'],
                                                        filter_string) )
             #print 'HTTP CODE: {}'.format(http_code)