Details
-
Story
-
Status: Closed
-
Highest
-
Resolution: Done
-
None
Description
Implement Rest Endpoint POST method to request a "delete" operation towards DMI
requestBody will include the operation "delete" and other required details (identical to update method for same)
re-use generic methods in DMI Service for forward request and data to the SDN-C component. i.e org.onap.cps.ncmp.dmi.service.DmiServiceImpl#writeData
A/C
- Target Resource is successfully deleted (can not be read again)
- Agree and implement/document HTTP Error Code for invalid Operation 400/500?
- record on https://wiki.onap.org/display/DW/CPS+Exceptions+and+REST+API+HTTP+Response+Codes (add section for DMI Plugin)
- Good en clear OpenAPI definitions include examples (not new, modifying existing ones!)
- E2E test using CSIT (incl. demo to team, should be separate commit/subtask )
- Update Release notes with OpenApi