Reduce log output
[externalapi/nbi.git] / src / test / resources / mappings / so / so_get_.json
1 {
2     "request": {
3         "method": "GET",
4         "url": "/onap/so/infra/orchestrationRequests/v7/requestId"
5     },
6     "response": {
7         "status": 200,
8         "headers": {
9             "Content-Type": "application/json"
10         },
11         "jsonBody": {
12             "request": {
13                 "requestStatus": {
14                     "requestState": "COMPLETE",
15                     "percentProgress": 100
16                 }
17             }
18         }
19     }
20 }