...
New or modified interfaces
CDS introduces a new gRPC interface called "selfservice-api" with SO. This interface will provide the following new interfaces:functions:
- ConfigAssign - Resolve application params and generates a configlet for network base-configuration and incremental configlets for PNF, VNFs and in the future CNFs.
- ConfigDeploys - Deploy the configlet that is generated as part of the configAssign action to the network using netconf/restconf.
Interface naming
CCSDK provide the following APIs:
- ASDC-API : RESTCONF interface used to process certain non-TOSCA artifacts distributed by SDC (license model updates).
- dataChange : RESTCONF interface pub/sub interface that allows controller to be notified on data change events (note: not currently used in ONAP use cases)
- LCM : RESTCONF interface used to handle LifeCycle Management events
- SLI-API : RESTCONF interface to service logic interpreter. Used primarily for health check.
- selfservice-api : gRPC interface used with CDS (see above)
Reference to the interfaces
...