Reduce log output
[externalapi/nbi.git] / src / test / resources / mappings / so_delete_service_instance.json
1 {
2     "request": {
3         "method": "DELETE",
4         "url": "/onap/so/infra/serviceInstantiation/v7/serviceInstances/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
5     },
6     "response": {
7         "status": 202,
8         "headers": {
9             "Content-Type": "application/json"
10         },
11         "jsonBody": {
12             "requestReferences": {
13                 "instanceId": "instanceId",
14                 "requestId": "requestId"
15             }
16         }
17     }
18 }