blob: 4f4b4b1bdd7c15b569507de5f081c808f87daefb [file] [log] [blame]
Stavros Kanarakis596e7c02019-04-04 13:55:13 +03001Compiling BBS-EP
2================
3
4BBS-ep is a sub-project of dcaegen2/services (inside components directory).
5To build just the BBS-ep component, run the following maven command from within **components/bbs-event-processor** directory
6`mvn clean install`
7
8
9API Endpoints
10=============
11
12Running with dev-mode of BBS-EP
13 - Heartbeat: **GET http://<container_address>:8100/heartbeat**
14 - Start Polling for events: **POST http://<container_address>:8100/start-tasks**
15 - Stop Polling for events: **POST http://<container_address>:8100/cancel-tasks**
16 - Execute just one polling for PNF re-registration internal events: **POST http://<container_address>:8100/poll-reregistration-events**
17 - Execute just one polling for CPE authentication events: **POST http://<container_address>:8100/poll-cpe-authentication-events**
18 - Change application logging level: **POST http://<container_address>:8100/logging/{level}**
19
20More detailed API specifications can be found in :doc:`../../apis/swagger-bbs-event-processor`.
21
22Maven GroupId:
23==============
24
25org.onap.dcaegen2.services.components
26
27Maven Parent ArtifactId:
28========================
29
30org.onap.oparen:oparent:1.2.3