summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/mocoserver/getnetworks.json
blob: e8afa285b75b30479a6da9c2e67ad95e70156bb7 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "request": {
        "uri": "/openoapi/vimdriver/v1/networks",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "query": {
            "vimId": "123",
            "tenantId": "1234"
        }
    },
    "response": {
        "status": 200,
        "json": {
        "networks": [{
        "status": "ACTIVE",
        "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"],
        "name": "private-network",
        "provider:physical_network": null,
        "admin_state_up": true,
        "project_id": "4fd44f30292945e481c7b8a0c8908869",
        "tenant_id": "4fd44f30292945e481c7b8a0c8908869",
        "qos_policy_id": "6a8454ade84346f59e8d40665f878b2e",
        "provider:network_type": "local",
        "router:external": true,
        "mtu": 0,
        "shared": true,
        "id": "d32019d3-bc6e-4319-9c1d-6722fc136a22",
        "provider:segmentation_id": null,
        "vimId": "123",
        "vimName": "vim"
    },
    {
        "status": "ACTIVE",
        "subnets": ["08eae331-0402-425a-923c-34f7cfe39c1b"],
        "name": "private",
        "provider:physical_network": null,
        "admin_state_up": true,
        "project_id": "26a7980765d0414dbc1fc1f88cdb7e6e",
        "tenant_id": "26a7980765d0414dbc1fc1f88cdb7e6e",
        "qos_policy_id": "bfdb6c39f71e4d44b1dfbda245c50819",
        "provider:network_type": "local",
        "router:external": true,
        "mtu": 0,
        "shared": true,
        "id": "db193ab3-96e3-4cb3-8fc5-05f4296d0324",
        "provider:segmentation_id": null,
        "vimId": "123",
        "vimName": "vim"
    }]
        }
    }
}