Reduce log output
[externalapi/nbi.git] / src / test / resources / mappings / so / so_get_e2e_delete.json
1 {
2   "request": {
3     "method": "GET",
4     "url": "/onap/so/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb/operations/operationId"
5   },
6   "response": {
7     "status": 200,
8     "headers": {
9       "Content-Type": "application/json"
10     },
11     "jsonBody": {
12       "operation": {
13         "operationId": "operationid",
14         "operation": "create",
15         "result": "finished",
16         "reason": "",
17         "userid": "",
18         "operationContent": "Creating E2E SOTN Service",
19         "progress": 100,
20         "operateAt": "",
21         "finishedAt": ""
22       }
23     }
24   }
25 }