blob: 651257641a23a4abccad345fbf1de4b4e391792b [file] [log] [blame]
shivasubedi3d1579c2021-09-13 16:43:20 +01001.. 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
6DMI Plugin Architecture
7#######################
8
9.. warning:: draft
10
11.. toctree::
12 :maxdepth: 1
13
14
15High Level Component Definition and Architectural Relationships
16===============================================================
17
18The DMI plugin provides a gateway for registration of CM Handles within CPS
19
20Project 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
23This page reflects the state for Istanbul-R9 release.
24
25.. image:: _static/dmi-plugin-r9-arch-diagram.PNG
26
27API definitions
28===============
29
30The 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
40The DMI plugin Basic Concepts are described in :doc:`modeling`.