Versions Compared

Key

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

...

Problem Statement

Possible SolutionsSub-TasksNotes/Comments

Add support for JSON data with multiple top level nodes. Refer:

Jira
serverONAP Jira
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCPS-341

Identify the top-level data nodes in the JSON and then iterate over them and store them individually one by one in using Create node endpoint
  • Gson might have support for this, Need more research on it
  • CPS team preferred Jackson over gson
Use JSON array and store the JSON array in CPS DB using Create node endpoint 
  • The payload needs to be changed. Will add the payload format soon.
  • Need to identify which endpoints might get effected with this change

...