From d24b231067968791b3b9108d79ecdc539e6ec2dd Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 17 Nov 2020 11:02:10 +0100 Subject: Minor documentation updates Updated architecture picture. Remove unused pictures. Update consumed APIs. Change-Id: Icede1f1326dde1287014207842eb6bc06cd6858a Issue-ID: CCSDK-2966 Signed-off-by: elinuxhenrik --- docs/consumedapis/consumedapis.rst | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'docs/consumedapis/consumedapis.rst') diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst index bcf7267e..8357e43d 100644 --- 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. -- cgit 1.2.3-korg