aboutsummaryrefslogtreecommitdiffstats
path: root/docs/consumedapis
diff options
context:
space:
mode:
authorelinuxhenrik <henrik.b.andersson@est.tech>2020-11-17 17:43:28 +0100
committerHenrik Andersson <henrik.b.andersson@est.tech>2020-11-18 09:01:51 +0000
commit42fb47f2d451e8c10fd4334266a35faf2ec59d0b (patch)
tree9b8429345b81f48147c72baa72521a78e9316fb7 /docs/consumedapis
parenta7af96db46c35c091b4a6c082fb36bd7ece86a40 (diff)
Update documentation
Change-Id: I308ccb6b97eacecf85f3adbcb258905613420a97 Issue-ID: CCSDK-2966 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Diffstat (limited to 'docs/consumedapis')
-rwxr-xr-xdocs/consumedapis/consumedapis.rst22
1 files changed, 20 insertions, 2 deletions
diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst
index bcf7267e..8357e43d 100755
--- a/docs/consumedapis/consumedapis.rst
+++ b/docs/consumedapis/consumedapis.rst
@@ -5,14 +5,32 @@ Consumed APIs
=============
-Policy Management Service application is interacting with one ONAP API.
+Policy Management Service application is interacting with two ONAP APIs and the A1-P API.
*******
CBS API
*******
-This API is used to get the dynamic configuration of the service, such as available Near-RT RICs.
+The CBS API is used to get the dynamic configuration of the service, such as available Near-RT RICs.
::
CBS_GET_ALL
+
+*********
+DMAAP API
+*********
+
+The DMaaP API is used to provide the possibility to interact with the Policy Management Service through DMaaP Message
+Router.
+
+::
+
+ DMAAP_GET_EVENTS
+
+********
+A1-P API
+********
+
+The A1-P API is used to communicate with the Near-RT RICs (north bound). All endpoints of the OSC A1 REST API and the
+standard A1 REST API version 1.1 are used.