de62a36e3f
This patch updates the API reference to fit into the changes that were done in order to implement share networks with multiple subnets. Change-Id: I667a26cbf9ea93509718b71dadc8fb304fbca855 Partial-Bug: #1843953
26 lines
975 B
JSON
26 lines
975 B
JSON
{
|
|
"share_network": {
|
|
"name": "net2",
|
|
"created_at": "2019-11-07T12:31:12.000000",
|
|
"updated_at": null,
|
|
"id": "d8ae6799-2567-4a89-aafb-fa4424350d2b",
|
|
"project_id": "16e1ab15c35a457e9c2b2aa189f544e1",
|
|
"description": null,
|
|
"share_network_subnets": [
|
|
{
|
|
"id": "e4db03dc-6041-4c6a-a8f9-80bb4141a1eb",
|
|
"availability_zone": null,
|
|
"created_at": "2019-11-07T12:31:12.000000",
|
|
"updated_at": "2019-12-12T12:31:12.000000",
|
|
"segmentation_id": null,
|
|
"neutron_net_id": "62187648-6617-4509-a780-ffc973a7fe43",
|
|
"neutron_subnet_id": "2276888a-27c1-47c2-82a0-ea33050128b5",
|
|
"ip_version": 4,
|
|
"cidr": "172.24.5.0/24",
|
|
"network_type": "flat",
|
|
"mtu": 1500,
|
|
"gateway": "172.24.5.1"
|
|
}
|
|
]
|
|
}
|
|
} |