From ef7f255958e541ffaec0fd2a977440dd7b6fd6b8 Mon Sep 17 00:00:00 2001 From: Francis Paquette Date: Tue, 20 Mar 2018 16:34:42 -0400 Subject: [PATCH] Adding interfaces in documentation Issue-ID: AAI-916 Change-Id: I1eb6ad5a54cf19e71cf891744eefd10ad8a500d1 Signed-off-by: Francis Paquette --- README.MD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.MD b/README.MD index 59f5993..63ac810 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,26 @@ At this time, _Sparky_ has two views available for use: [VNFs](./VNFS.md) - Aggregation based view of VNFs within AAI. +## Interfaces + +User/Browser -> _Sparky_ port 9517 (HTTP) (can be configured as port 8000 HTTPS) +Purposes: + - Suggestions requests + - data retrieval + +_Sparky_ -> AAI HA proxy port 8443 (REST) +Purposes: + - data retrieval + - Index synchronization + +_Sparky_ -> Elastic Search port 9200 (REST) +Purpose: + - data retrieval (VNFs queries) + +_Sparky_ -> Search data Service port 9509 (REST) +Purpose: + - Data retrieval for search bar + ## Getting Started ### Building _Sparky_ -- 2.16.6