X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fpmjobs_topics.py;h=6ce8b3d870b4c7337e6f99ee14cd9d47f71c6a28;hb=9e26064397979190ef187196ebb76497b536e721;hp=7fa203562e280ca29d811c02d9555d4402ea64fb;hpb=9ed90df469eaf8550e4cc1bd0858f3f04a0e508e;p=osm%2FNBI.git diff --git a/osm_nbi/pmjobs_topics.py b/osm_nbi/pmjobs_topics.py index 7fa2035..6ce8b3d 100644 --- a/osm_nbi/pmjobs_topics.py +++ b/osm_nbi/pmjobs_topics.py @@ -65,7 +65,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): + def show(self, session, ns_id, api_req=False): metrics_list = self._get_vnf_metric_list(ns_id) loop = asyncio.new_event_loop() asyncio.set_event_loop(loop)