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