From ff6a9f8cc97062cd0d03c3c6e09e20a9a9dcda85 Mon Sep 17 00:00:00 2001 From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk> Date: Fri, 15 Feb 2019 12:30:22 +0000 Subject: [PATCH] Updates graph api docs --- docs/clmc-service.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/clmc-service.md b/docs/clmc-service.md index 12c2ccf..a78de7b 100644 --- a/docs/clmc-service.md +++ b/docs/clmc-service.md @@ -306,7 +306,7 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port * Response: The response to this request is a JSON content, which contains the result from the Cypher query including forward latencies, reverse latencies and service function response time along with the - calculated round trip time and global tag values for the given service function endpoint. + calculated round trip time and tag values for a potential measurement. Returns a 400 Bad Request error if the URL parameters are invalid @@ -339,6 +339,9 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port "flame_sf": "minio_1", "flame_location": "DC1", "flame_server": "DC1" + }, + "local_tags": { + "traffic_source": "DC2" } } ``` @@ -367,6 +370,9 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port "flame_sf": "minio_1", "flame_location": "DC1", "flame_server": "DC1" + }, + "local_tags": { + "traffic_source": "DC2" } } ``` -- GitLab