Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Interface Overview
Inc drawio | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Current Interface Description
Interface | Responsibilities | Target Audience | Prefix | Examples |
---|---|---|---|---|
xNF Model Sync | ||||
CPS-NCMP-I-01 |
| DMI Plugin Instance | /ncmp*1 |
|
DMI-I-01 |
| Internal | /dmi**2 |
|
xNF Data Access | ||||
CPS-E-05 |
| External clients, CM Data consumers (northbound) | /cps | |
DMI-I-02 |
| Internal (NCMP) | /dmi** |
'* currently ncmp, proposed new name ncmpDmi
'** currently just /dmi for both prposed to add /data /inventory for separation purposeddmi3 |
Proposed Changes (for clear interface separation)
- Change prefix for CPS_NCMP-I-01 from ncmp to ncmpDmi
- Change prefix for DMI-I-01 from dmi to dmi/inventory The methods on this interface do NOT need to complete generic request body developed for the data access methods.
- "Retrieve module-references" method only requires 'cmHandleProperties' in request body (payload)
- "Retrieve yang module resources" method requires both 'cmHandleProperties' and 'data' payload. 'Data' will contain a well defined json (object) of module references
- "Add Cm-Handle" method does not require a request body at all
- Change prefix for DMI-I-02 from dmi to dmi/data
- All methods on this interface will use the generic request body for data access