Skip to content
Snippets Groups Projects
Commit 032a8ec3 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Fixes RTT example data; adds deprecation warnings for old APIs

parent 4e5649e9
No related branches found
No related tags found
No related merge requests found
...@@ -180,11 +180,11 @@ It offers different API endpoints to configure and control the aggregator as wel ...@@ -180,11 +180,11 @@ It offers different API endpoints to configure and control the aggregator as wel
"forward_latencies": [ "forward_latencies": [
22, 11 22, 11
], ],
"total_forward_latency": 0, "total_forward_latency": 33,
"reverse_latencies": [ "reverse_latencies": [
15, 18 15, 18
], ],
"total_reverse_latency": 0, "total_reverse_latency": 33,
"response_time": 15.75, "response_time": 15.75,
"round_trip_time": 81.75, "round_trip_time": 81.75,
"global_tags": { "global_tags": {
...@@ -229,9 +229,10 @@ It offers different API endpoints to configure and control the aggregator as wel ...@@ -229,9 +229,10 @@ It offers different API endpoints to configure and control the aggregator as wel
} }
``` ```
## Aggregator API Endpoints ## Aggregator API Endpoints
**Note: this API is deprecated. The graph API should be used to compute RTT instead.**
* **GET** ***/aggregator/config*** * **GET** ***/aggregator/config***
This API method retrieves information about the configuration of the aggregator. This API method retrieves information about the configuration of the aggregator.
...@@ -376,6 +377,8 @@ It offers different API endpoints to configure and control the aggregator as wel ...@@ -376,6 +377,8 @@ It offers different API endpoints to configure and control the aggregator as wel
## CRUD API for service function endpoint configurations ## CRUD API for service function endpoint configurations
**Note: this API is experimental and is not intended to be used**
* **GET** ***/whoami/endpoints*** * **GET** ***/whoami/endpoints***
This API method retrieves all service function endpoint configurations in a JSON format. This API method retrieves all service function endpoint configurations in a JSON format.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment