X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fpmjobs_topics.py;h=514d442dbf6da5430429829856210dee5f8cc3fb;hb=544a2ae8b0b950b55f29c3f0a223ffe4874285e5;hp=f8d7714e90cd8c0eb01a754fe85db38aa51f159e;hpb=4568a372eb5a204e04d917213de03ec51f9110c1;p=osm%2FNBI.git diff --git a/osm_nbi/pmjobs_topics.py b/osm_nbi/pmjobs_topics.py index f8d7714..514d442 100644 --- a/osm_nbi/pmjobs_topics.py +++ b/osm_nbi/pmjobs_topics.py @@ -90,7 +90,7 @@ class PmJobsTopic: except aiohttp.client_exceptions.ClientConnectorError as e: raise EngineException("Connection to '{}'Failure: {}".format(self.url, e)) - def show(self, session, ns_id, api_req=False): + def show(self, session, ns_id, filter_q=None, api_req=False): metrics_list = self._get_vnf_metric_list(ns_id) loop = asyncio.new_event_loop() asyncio.set_event_loop(loop)