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