X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fcli%2Frest%2Fmonitor.py;h=5656c416fd5cc8b7fe2ecfd46d5acf0bb8d034d5;hb=581bb196e383ec7b6c01b834688b741d8b9e5a34;hp=2ed1402a0d5c56fa55c8d7716f4f0860db4f9c4d;hpb=8945ecfc73514b99b6798dfe774263a45df2896d;p=osm%2Fvim-emu.git diff --git a/src/emuvim/cli/rest/monitor.py b/src/emuvim/cli/rest/monitor.py index 2ed1402..5656c41 100755 --- a/src/emuvim/cli/rest/monitor.py +++ b/src/emuvim/cli/rest/monitor.py @@ -101,7 +101,7 @@ parser.add_argument( help="Data center where the vnf is deployed") parser.add_argument( "--endpoint", "-e", dest="endpoint", - default="http://127.0.0.1:5000", + default="http://127.0.0.1:5001", help="UUID of the plugin to be manipulated.") def main(argv):