Jira Ref: Jira Legacy server System JiraONAP JIRA columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 4733707d425b2b0a-2057557c-3a0f3c0c-ae5eb515-4fd8aff50176579789cceedb key CCSDK-2757
Overview
Implement a rest endpoint to database to store a single JSON object and return an identifier.
...
- Implement a rest endpoint to upload a JSON file in the CPSController controller.
- Validate the JSON structure in CPS API layer.
- Create a JSON entity class.
- Implement a DataPersistencyService and DataPersistencyServiceImpl in the SPI layer to store the JSON structure in the database.
...