Skip to content
Snippets Groups Projects
Commit ff6a9f8c authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates graph api docs

parent c89f8f24
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment