Add delete endpoint for config snapshot API 33/118833/2
authorJulien Fontaine <julien.fontaine@bell.ca>
Tue, 2 Mar 2021 23:18:30 +0000 (18:18 -0500)
committerKAPIL SINGAL <ks220y@att.com>
Tue, 9 Mar 2021 18:20:18 +0000 (18:20 +0000)
commitdc8d648fa7b642ca88c7b101ceb8188b5c5ed3e3
tree5c95def0affe180dd1bb78e99511b6f6bbb1de33
parentae01a98c93de3303ef9f0e1e83d0505bb8a1d12b
Add delete endpoint for config snapshot API

Add delete endpoint to delete config-snapshots based on resource-type, resource-id and resources-status.

Issue-ID: CCSDK-3205
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: Id7954694bc93beba08a79139834cb6477cb8e44b
ms/blueprintsprocessor/functions/config-snapshots/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/db/ResourceConfigSnapshotService.kt
ms/blueprintsprocessor/functions/config-snapshots/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/db/ResourceConfigSnapshotServiceTest.kt
ms/blueprintsprocessor/modules/inbounds/configs-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/configs/api/ResourceConfigSnapshotController.kt
ms/blueprintsprocessor/modules/inbounds/configs-api/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/configs/api/ResourceConfigSnapshotControllerTest.kt