X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Frest%2Fmonitor.py;h=737048d5d9a814475e83a9fe340ff7290a52dd37;hb=9cc7360bf2c0dacb869d8ed0674d9d9e269a1082;hp=8de0379212290976c65d4b26ac328868fb99a71e;hpb=4fac2afba3182039dae6216d267d13eb3b98a56f;p=osm%2Fvim-emu.git diff --git a/src/emuvim/api/rest/monitor.py b/src/emuvim/api/rest/monitor.py index 8de0379..737048d 100755 --- a/src/emuvim/api/rest/monitor.py +++ b/src/emuvim/api/rest/monitor.py @@ -113,7 +113,10 @@ class MonitorFlowAction(Resource): class MonitorLinkAction(Resource): """ - Add or remove chains between VNFs. These chain links are implemented as flow entries in the networks' SDN switches. + Add or remove flow monitoring on chains between VNFs. + These chain links are implemented as flow entries in the networks' SDN switches. + The monitoring is an extra flow entry on top of the existing chain, with a specific match. (preserving the chaining) + The counters of this new monitoring flow are exported :param vnf_src_name: VNF name of the source of the link :param vnf_dst_name: VNF name of the destination of the link :param vnf_src_interface: VNF interface name of the source of the link