Initial commit for OpenECOMP SDN-C northbound
[sdnc/northbound.git] / ueb-listener / src / site / apt / index.apt
1 ~~~
2 ~~ ============LICENSE_START=======================================================
3 ~~ openECOMP : SDN-C
4 ~~ ================================================================================
5 ~~ Copyright (C) 2017 AT&T Intellectual Property. All rights
6 ~~             reserved.
7 ~~ ================================================================================
8 ~~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~~ you may not use this file except in compliance with the License.
10 ~~ You may obtain a copy of the License at
11 ~~ 
12 ~~      http://www.apache.org/licenses/LICENSE-2.0
13 ~~ 
14 ~~ Unless required by applicable law or agreed to in writing, software
15 ~~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~~ See the License for the specific language governing permissions and
18 ~~ limitations under the License.
19 ~~ ============LICENSE_END=========================================================
20 ~~~
21
22       ---
23       UEB Listener
24       ---
25
26
27 UEB Listener
28
29     The UEB Listener is a daemon that listens for notifications from SDC, posted to UEB (Universal Event Bus).
30     On receipt of an event, the UEB listener downloads any artifacts posted and examines them to determine if
31     the format (the outer XML tag) matches a supported format.  If so, it posts the file to the ASDC-API REST
32     API in order to update the SDN-C database.
33
34 File Locations
35
36     * Root directory : /opt/app/ueb-listener
37
38     * Log files : /opt/app/ueb-listener/logs
39
40     * Incoming files to be processed : /opt/app/ueb-listener/spool/asdc/incoming
41
42     * Files already processed : /opt/app/ueb-listener/spool/asdc/archive
43
44
45
46