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