diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2024-07-04 08:34:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-04 08:34:42 +0000 |
commit | 1758472600db5da7ce38b37cd65b0c227cf507ce (patch) | |
tree | 0b7489d17ff354c66076884cb28a84f9cffa03e7 /docs/design.rst | |
parent | 620ab09e76ae4c9072f799687b4e4ae41939df1e (diff) | |
parent | 8593baef64f2e3e6ae347edfc6ff4cf12c62123f (diff) |
Merge "Add Policy Executor Open API Interface definition"
Diffstat (limited to 'docs/design.rst')
-rw-r--r-- | docs/design.rst | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/design.rst b/docs/design.rst index af1f5abd4a..52f977a99a 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -60,11 +60,20 @@ and CPS-NCMP-Inventory using the drop down table in the top right: Consumed APIs ============= -CPS Core uses API's from the following ONAP components +DMI-Plugin +---------- -* DMI-Plugin: REST based interface which is used to provide integration - and allow the DMI registry API's have access to the corresponding NCMP API's within CPS Core. - More information on the DMI-Plugins offered APIs can be found on the :ref:`DMI-Plugin's Design Page <onap-cps-ncmp-dmi-plugin:design>`. +DMI-Plugin is a REST based interface which is used to provide integration +and allow the DMI registry API's have access to the corresponding NCMP API's within CPS Core. +More information on the DMI-Plugins offered APIs can be found on the :ref:`DMI-Plugin's Design Page <onap-cps-ncmp-dmi-plugin:design>`. + +Policy-Executor +--------------- + +.. toctree:: + :maxdepth: 1 + + policy-executor.rst CPS Path ======== |