X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.MD;fp=README.MD;h=63ac810c11d2460afe6cfae13032396dc45f60f0;hb=ef7f255958e541ffaec0fd2a977440dd7b6fd6b8;hp=59f599345c77625e260f6703c0f360d410410615;hpb=1f928a54df22e2efa1c135a9d16ccb278caccd31;p=aai%2Fsparky-be.git 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_