aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so_get_.json
blob: 6fc9c9c5ee5c71aafc2ff704570b521015cfecca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "request": {
        "method": "GET",
        "url": "/ecomp/mso/infra/orchestrationRequests/v6/requestId"
    },
    "response": {
        "status": 200,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
            "request": {
                "requestStatus": {
                    "requestState": "COMPLETE",
                    "percentProgress": 100
                }
            }
        }
    }
}