@@ -3,21 +3,44 @@ Content-Type: application/json
33
44{
55 "router": {
6- "status": "ACTIVE",
6+ "admin_state_up": true,
7+ "availability_zone_hints": [],
8+ "availability_zones": [
9+ "nova"
10+ ],
11+ "created_at": "2018-03-19T19:17:04Z",
12+ "description": "",
13+ "distributed": false,
714 "external_gateway_info": {
8- "network_id": "85d76829-6415-48ff-9c63-5c5ca8c61ac6",
915 "enable_snat": true,
1016 "external_fixed_ips": [
1117 {
12- "subnet_id": "255.255.255.0",
13- "ip": "192.168.10.2"
18+ "ip_address": "172.24.4.6",
19+ "subnet_id": "b930d7f6-ceb7-40a0-8b81-a425dd994ccf"
20+ },
21+ {
22+ "ip_address": "2001:db8::9",
23+ "subnet_id": "0c56df5d-ace5-46c8-8f4c-45fa4e334d18"
1424 }
15- ]
25+ ],
26+ "network_id": "ae34051f-aa6c-4c75-abf5-50dc9ac99ef3"
1627 },
28+ "flavor_id": "f7b14d9a-b0dc-4fbe-bb14-a0f4970a69e0",
29+ "ha": false,
30+ "id": "f8a44de0-fc8e-45df-93c7-f79bf3b01c95",
1731 "name": "router1",
18- "admin_state_up": true,
19- "tenant_id": "d6554fe62e2f41efbb6e026fad5c1542",
20- "routes": [],
21- "id": "a07eea83-7710-4860-931b-5fe220fae533"
32+ "revision_number": 1,
33+ "routes": [
34+ {
35+ "destination": "179.24.1.0/24",
36+ "nexthop": "172.24.3.99"
37+ }
38+ ],
39+ "status": "ACTIVE",
40+ "updated_at": "2018-03-19T19:17:22Z",
41+ "project_id": "0bd18306d801447bb457a46252d82d13",
42+ "tenant_id": "0bd18306d801447bb457a46252d82d13",
43+ "service_type_id": null,
44+ "tags": ["tag1,tag2"]
2245 }
23- }
46+ }
0 commit comments