From c8cd23a64ef20436bac38923f6dc7f77e7b95c08 Mon Sep 17 00:00:00 2001 From: sujitsatapathy Date: Wed, 9 Sep 2020 10:18:15 +0000 Subject: Preparing the request payload (action = delete) for calling SO macro flow code changes for delete action. Issue-ID: EXTAPI-448 Change-Id: I6bb9786660f6760c15008132e2c254e7f9b89654 Signed-off-by: sujitsatapathy --- .../mappings/so/so_delete_macro_service_instance.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/test/resources/mappings/so/so_delete_macro_service_instance.json (limited to 'src/test/resources/mappings') diff --git a/src/test/resources/mappings/so/so_delete_macro_service_instance.json b/src/test/resources/mappings/so/so_delete_macro_service_instance.json new file mode 100644 index 0000000..ce57a27 --- /dev/null +++ b/src/test/resources/mappings/so/so_delete_macro_service_instance.json @@ -0,0 +1,19 @@ +{ + "request": { + "method": "DELETE", + "url": "/onap/so/infra/serviceInstantiation/v7/serviceInstances/82c9fbb4-656c-4973-8c7f-172b22b5fa8f" + }, + "response": { + "status": 202, + "headers": { + "Content-Type": "application/json" + }, + "jsonBody": { + "requestReferences": { + "instanceId": "instanceId", + "requestId": "requestId" + } + } + } +} + -- cgit