Set CPS Project Status to 'Mature'
[cps/ncmp-dmi-plugin.git] / docs / architecture.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 Foundation
4 .. _architecture:
5
6 DMI-Plugin Architecture
7 #######################
8
9 .. toctree::
10    :maxdepth: 1
11
12
13 High Level Component Definition and Architectural Relationships
14 ===============================================================
15
16 The DMI-Plugin provides a gateway for registration and syncing of CM Handles within CPS.
17
18 .. image:: _static/cps-r9-ncmp-dmi-plugin-interface-diagram.png
19
20 API definitions
21 ===============
22
23 The DMI-Plugin provides following interfaces.
24
25 .. list-table::
26    :header-rows: 1
27
28    * - Interface name
29      - Interface definition
30      - Interface capabilities
31      - Protocol
32    * - CPS-E-05
33      - Provides external clients with  xNF data access and module information
34      - - Create data
35        - Delete data
36        - Update data
37        - Read data
38        - Query data
39        - Query module references
40      - REST
41    * - CPS-NCMP-I-01
42      - DMI-Plugin Inventory
43      - - Register Plug-in CM-Handles
44      - REST
45    * - DMI-I-01
46      - Provides NCMP with  xNF data access and module information
47      - - Create data
48        - Delete data
49        - Update data
50        - Read data
51        - Query data
52        - Query module references
53      - REST
54
55 More details on the CPS interface CPS-E-05 which is responsible for the DMI-Plugin can be found on the `CPS Architecture Page <https://docs.onap.org/projects/onap-cps/en/latest/architecture.html>`_.