shivasubedi | 3d1579c | 2021-09-13 16:43:20 +0100 | [diff] [blame] | 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 | .. warning:: draft |
| 10 | |
| 11 | .. toctree:: |
| 12 | :maxdepth: 1 |
| 13 | |
| 14 | |
| 15 | High Level Component Definition and Architectural Relationships |
| 16 | =============================================================== |
| 17 | |
| 18 | The DMI plugin provides a gateway for registration of CM Handles within CPS |
| 19 | |
| 20 | Project implementation proposal page describing scope is here: |
| 21 | `CPS-390 Spike: Define and Agree DMI Plugin REST Interface <https://wiki.onap.org/display/DW/CPS-390+Spike%3A+Define+and+Agree+DMI+Plugin+REST+Interface>`_ |
| 22 | |
| 23 | This page reflects the state for Istanbul-R9 release. |
| 24 | |
| 25 | .. image:: _static/dmi-plugin-r9-arch-diagram.PNG |
| 26 | |
| 27 | API definitions |
| 28 | =============== |
| 29 | |
| 30 | The DMI plugin provides following interfaces. |
| 31 | |
| 32 | .. list-table:: |
| 33 | :header-rows: 0 |
| 34 | |
| 35 | * - Interface name |
| 36 | - Interface definition |
| 37 | - Interface capabilities |
| 38 | - Protocol |
| 39 | |
| 40 | The DMI plugin Basic Concepts are described in :doc:`modeling`. |