Files
neutron-lib/api-ref/source/v2/samples/vpn/vpnservice-update-response.json
Cao Xuan Hoang 577744a27a Update status of VPNaaS in neutron
Neutron-vpnaas is intending to bring back into the stadium.

Co-Authored-By: Hunt Xu <mhuntxu@gmail.com>

Change-Id: I447bbf19a64bbab907beee20ae231b751df2dd6b
2018-01-25 10:14:09 +07:00

15 lines
444 B
JSON

{
"vpnservice": {
"router_id": "881b7b30-4efb-407e-a162-5630a7af3595",
"status": "ACTIVE",
"name": "myvpn",
"admin_state_up": true,
"subnet_id": null,
"project_id": "26de9cd6cae94c8cb9f79d660d628e1f",
"tenant_id": "26de9cd6cae94c8cb9f79d660d628e1f",
"id": "41bfef97-af4e-4f6b-a5d3-4678859d2485",
"description": "Updated description",
"flavor_id": null
}
}