blob: 8357e43d0fd9c3f9dfb02038b2aeca4380e35280 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.. SPDX-License-Identifier: CC-BY-4.0
.. Copyright 2020 Nordix Foundation
Consumed APIs
=============
Policy Management Service application is interacting with two ONAP APIs and the A1-P API.
*******
CBS API
*******
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.
|