Improve nbi status
[externalapi/nbi.git] / src / test / resources / mappings / so / so_post_e2e_create_service_instance.json
1 {
2     "request": {
3         "method": "POST",
4         "url": "/onap/so/infra/e2eServiceInstances/v3"
5     },
6     "response": {
7         "status": 201,
8         "headers": {
9             "Content-Type": "application/json"
10         },
11         "jsonBody": {
12             "service": {
13                 "serviceId": "serviceId",
14                 "operationId": "operationId"
15             }
16         }
17     }
18 }