summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/locationroa/querylocationsbyidfail1.json
blob: b49a37d0b6f3060e01d9db0a2a4e5927c322cead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "request": {
        "uri": "/openoapi/resmgr/v1/locations/aaaa",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "locations": []
        }
    }
}