diff options
author | Adrian OSullivan <adrian.osullivan@huawei.com> | 2020-08-24 14:28:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-24 14:28:05 +0000 |
commit | 967b113a25e92e0b95ad4a1ac3b3966debd6d921 (patch) | |
tree | 86a8b48fd4df00b38e0cea0f375d4bbba9dace5e /src/test/resources/mappings | |
parent | 417bd28022619432588cc58679e68d893c62c617 (diff) | |
parent | 1bc42e219ad96e8c61483b99d0f98e67909649b6 (diff) |
Merge "Implement E2EService activation/deactivation for NetworkSlicing"
Diffstat (limited to 'src/test/resources/mappings')
-rw-r--r-- | src/test/resources/mappings/so/so_e2e_activate_service_instance.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/resources/mappings/so/so_e2e_activate_service_instance.json b/src/test/resources/mappings/so/so_e2e_activate_service_instance.json new file mode 100644 index 0000000..5bb8f18 --- /dev/null +++ b/src/test/resources/mappings/so/so_e2e_activate_service_instance.json @@ -0,0 +1,16 @@ +{ + "request": { + "method": "POST", + "url": "/onap/so/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb/activate" + }, + "response": { + "status": 201, + "headers": { + "Content-Type": "application/json" + }, + "jsonBody": { + "operationId": "operationId" + } + } +} + |