diff options
author | sujitsatapathy <SS00626741@techmahindra.com> | 2020-09-09 10:18:15 +0000 |
---|---|---|
committer | sujitsatapathy <SS00626741@techmahindra.com> | 2020-09-09 10:32:31 +0000 |
commit | c8cd23a64ef20436bac38923f6dc7f77e7b95c08 (patch) | |
tree | a00946c019dc3372e9e00d7ee2889f95e5d6049e /src/test/resources/mappings/so | |
parent | e44331581196644015a40dcaa38a86ce0f84c76c (diff) |
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 <SS00626741@techmahindra.com>
Diffstat (limited to 'src/test/resources/mappings/so')
-rw-r--r-- | src/test/resources/mappings/so/so_delete_macro_service_instance.json | 19 |
1 files changed, 19 insertions, 0 deletions
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" + } + } + } +} + |