summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/mocoserver/gethosts.json
blob: 58d315bb4464b9a04807c1ea35179f4cd193578f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "request": {
        "uri": "/openoapi/vimdriver/v1/[a-zA-Z0-9\\-\\_]{1,36}/hosts",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "query": {
            "vimId": "123",
            "tenantId": "1234"
        }
    },
    "response": {
        "status": 200,
        "json": {
        "hosts": [
    {
        "host_name": "09c025b0efc64211bd23fc50fa974cdf",
        "service": "compute",
        "zone": "nova",
        "vimId": "123",
        "vimName": "vim"
    }]
        }
    }
}