{ "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" }] } } }