summaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2024-04-29 15:26:50 +0100
committeregernug <gerard.nugent@est.tech>2024-05-01 11:29:59 +0100
commit7f84b03e3493f2a077d53ee99c39f7e771807abc (patch)
treeea265b3f5be3d80cdc4a4a53ad3a9c6ef2cad2ec /docs/architecture.rst
parentb0ee038f860283d877b1590111b07016098e1777 (diff)
DMI REST interface documentation
Issue-ID: CPS-2141 Change-Id: Ifb31682128cc23d20cdb46214bddc3cc9061257c Signed-off-by: egernug <gerard.nugent@est.tech>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 622b9c86..f0b87455 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2021-2023 Nordix Foundation
+.. Copyright (C) 2021-2024 Nordix Foundation
.. _architecture:
DMI-Plugin Architecture
@@ -52,5 +52,14 @@ The DMI-Plugin provides following interfaces.
- Query data
- Query module references
- REST
+ * - DMI-I-02
+ - Provides support for Async Data Subjobs enabling CRUDAQ requests for the paths in the request using the ID of the producer registered by DMI. This enables subnetwork-wide requests
+ - - Create data based on dataProducerId
+ - Read data based on dataProducerId
+ - Update data based on dataProducerId
+ - Delete data based on dataProducerId
+ - Perform action on data based on dataProducerId
+ - Query data based on dataProducerId
+ - REST
More details on the CPS interface CPS-E-05 which is responsible for the DMI-Plugin can be found on the :ref:`CPS Architecture page<onap-cps:architecture>`