diff options
author | Francis Paquette <francis.paquette@amdocs.com> | 2018-03-21 11:08:00 -0400 |
---|---|---|
committer | Francis Paquette <francis.paquette@amdocs.com> | 2018-03-21 11:11:32 -0400 |
commit | 239d03891d7a94eb314650f44b5fdd929150f197 (patch) | |
tree | eb43bb5a61d80a4a1ae43de122aca2933e2a47f4 /FUNCTIONS.md | |
parent | 1aae9de4d596a1108818c2d035225a3ba2737501 (diff) |
Adding interfaces in documentation
Issue-ID: AAI-916
Change-Id: I0a7b972f11c6e867a011c9a0d074fb4b8a237058
Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
Diffstat (limited to 'FUNCTIONS.md')
-rw-r--r-- | FUNCTIONS.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FUNCTIONS.md b/FUNCTIONS.md index cf0ce87..84efd58 100644 --- a/FUNCTIONS.md +++ b/FUNCTIONS.md @@ -4,6 +4,15 @@ The _Synapse_ data router comes packaged with a set of functionality that needs ## Entity Change Event +### Interfaces + +_Synapse_ pulls from message bus +Purpose: +- Get every create/update/delete events coming from _AAI Resources_ + +_Synapse_ -> Search data Service port 9509 (REST) +Purposes: + - Update secondary database with information pulled from the message bus ### Configuration |