aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so_get_.json
blob: a251e69a7408850b8f207cb7c217ca4b7fde47b7 (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": "/onap/so/infra/orchestrationRequests/v7/requestId"
    },
    "response": {
        "status": 200,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
            "request": {
                "requestStatus": {
                    "requestState": "COMPLETE",
                    "percentProgress": 100
                }
            }
        }
    }
}