Jira Ref: Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.
Overview
Implement a rest endpoint to database to store a single JSON object and return an identifier.
Proposed Implementation
- 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.
Diagram
See link to Implementation Proposal CCSDK-2766 YM: Store Yang Model (text version) for existing diagram.