@@ -447,11 +447,41 @@ Since the Neo4j browser uses an adhoc port number (7687) we need a second tunnel
Then by opening the URL above, the Neo4j browser will ask about credentials:
Host: localhost (the port forwarding will forward port 7687 on localhost to port 7687 on the CLMC)
Username: neo4j
Password: admin
Then we can execute Cypher queries against the Neo4j graph, the most useful one: ` MATCH (n) return n;` which will render the full graph.
After the network topology graph is built, a media service provider can request graph-based monitoring. An example of how to request this, assuming that the SFC **sandpit-experiment** has been deployed (TOSCA files and LXD image included in sandpit repository in folder itinnov):