Merge "Remove A1 Policy Management Service"
[nonrtric.git] / docs / api-docs.rst
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
4
5 .. _api_docs:
6
7 .. |swagger-icon| image:: ./images/swagger.png
8                   :width: 40px
9
10 .. |yaml-icon| image:: ./images/yaml_logo.png
11                   :width: 40px
12
13
14 ========
15 API-Docs
16 ========
17
18 Here we describe the APIs to access the Non-RT RIC functions.
19
20 The core Non-RT RIC consists of several parts, with available APIs described in the sections below:
21
22 * The Information Coordinator Service
23 * K8S Helm Chart LCM Manager (Initial) **<ToDo>**
24
25 Information Coordinator Service
26 ===============================
27
28 See `A1 Information Information Coordination Service API <./ics-api.html>`_ for full details of the API.
29
30 The API is also described in Swagger-JSON and YAML:
31
32 .. csv-table::
33    :header: "API name", "|swagger-icon|", "|yaml-icon|"
34    :widths: 10,5,5
35
36    "A1 Information Coordination Service API", ":download:`link <../information-coordinator-service/api/ics-api.json>`", ":download:`link <../information-coordinator-service/api/ics-api.yaml>`"
37
38 K8S Helm Chart LCM Manager (Initial)
39 ====================================
40
41 **<ToDo>**
42
43 See Also: Non-RT RIC Control Panel
44 ==================================
45
46 The Non-RT RIC Control Panel provides a user interface that allows the user to interact with the Non-RT RIC.
47
48 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/>`_.
49
50 It can be downloaded from here: ::
51
52   git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel".
53
54 See Also: A1 / Near-RT RIC simulator
55 ====================================
56
57 The Near-RT RIC simulator simulates an A1 protocol termination endpoint.
58
59 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/>`_.
60
61 It can be downloaded from here: ::
62
63   git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"