netconn-api/v2.0/samples/routers-show-res.json
Logan Paschke a6f9080872 Changed v2.0/samples/routers-show-res.json to show the correct output.
The routers-show-res.json file was changed to match the output of the
neutron router-show command.

Change-Id: I894172a4f15dd0771efd96f13d1d3e888d097979
Closes-Bug: #1276690
2014-02-08 11:43:08 -06:00

14 lines
335 B
JSON

{
"router":
{
"status": "ACTIVE",
"external_gateway_info":
{
"network_id": "3c5bcddd-6af9-4e6b-9c3e-c153e521cab8"
},
"name": "router1",
"admin_state_up": true,
"tenant_id": "33a40233088643acb66ff6eb0ebea679",
"id": "a9254bdb-2613-4a13-ac4c-adc581fba50d"
}
}