Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Ref

Jira Legacy
serverSystem JiraONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId4733707d425b2b0a-2057557c-3a0f3c0c-ae5eb515-4fd8aff50176579789cceedb
keyCCSDK-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.

...