1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (C) 2021 Nordix
7 .. |swagger-icon| image:: ./images/swagger.png
10 .. |yaml-icon| image:: ./images/yaml_logo.png
18 Here we describe the APIs to access the Non-RT RIC functions.
20 The core Non-RT RIC consists of several parts, with available APIs described in the sections below:
22 * The A1 Policy Management Service
23 * The Information Coordinator Service
25 * The Non-RT-RIC App Catalogue
26 * K8S Helm Chart LCM Manager (Initial) **<ToDo>**
28 A1 Policy Management Service
29 ============================
31 For information about the A1 Policy Management Service that is implemented in ONAP, see `ONAP docs <https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html>`_ and `wiki <https://wiki.onap.org/pages/viewpage.action?pageId=84672221>`_.
33 Information Coordinator Service
34 ===============================
36 See `A1 Information Information Coordination Service API <./ics-api.html>`_ for full details of the API.
38 The API is also described in Swagger-JSON and YAML:
41 :header: "API name", "|swagger-icon|", "|yaml-icon|"
44 "A1 Information Coordination Service API", ":download:`link <../information-coordinator-service/api/ics-api.json>`", ":download:`link <../information-coordinator-service/api/ics-api.yaml>`"
49 The DMaaP Adaptor provides support for push delivery of any data received from DMaap or Kafka.
51 See `DMaaP Adaptor API <./dmaap-adaptor-api.html>`_ for full details of the API.
53 The API is also described in Swagger-JSON and YAML:
57 :header: "API name", "|swagger-icon|", "|yaml-icon|"
60 "DMaaP Adaptor API", ":download:`link <../dmaap-adaptor-java/api/api.json>`", ":download:`link <../dmaap-adaptor-java/api/api.yaml>`"
62 Non-RT-RIC App Catalogue (Initial)
63 ==================================
65 The Service Catalogue provides a way for services to register themselves for other services to discover.
67 See `Service Catalogue API <./rac-api.html>`_ for full details of the API.
69 The API is also described in Swagger-JSON and YAML:
73 :header: "API name", "|swagger-icon|", "|yaml-icon|"
76 "Service Catalogue API", ":download:`link <../r-app-catalogue/api/rac-api.json>`", ":download:`link <../r-app-catalogue/api/rac-api.yaml>`"
78 K8S Helm Chart LCM Manager (Initial)
79 ====================================
83 See Also: Non-RT RIC Control Panel
84 ==================================
86 The Non-RT RIC Control Panel provides a user interface that allows the user to interact with the Non-RT RIC.
88 Documentation for the Control Panel can be found here: `Non-RT RIC Control Panel <https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/latest/>`_.
90 It can be downloaded from here: ::
92 git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel".
94 See Also: A1 / Near-RT RIC simulator
95 ====================================
97 The Near-RT RIC simulator simulates an A1 protocol termination endpoint.
99 Documentation for the simulator can be found here: `A1 Interface Simulator <https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/latest/>`_.
101 It can be downloaded from here: ::
103 git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"