Files
neutron-lib/api-ref/source/v2/samples/vpn/ipsec-site-connection-create-request.json
Akihiro Motoki e3cb5a4129 api-ref: Move sample JSON files under v2 directory
Previously sample JSON files are placed in the top directory
of api-ref, but they belong to v2 API, so it sounds reasonable
to place them in v2 directory.

Preparation of API-ref cleanup.

Part of blueprint neutron-in-tree-api-ref

Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
2016-08-04 10:33:10 +09:00

17 lines
600 B
JSON

{
"ipsec_site_connection": {
"psk": "secret",
"initiator": "bi-directional",
"ipsecpolicy_id": "e6e23d0c-9519-4d52-8ea4-5b1f96d857b1",
"admin_state_up": true,
"mtu": "1500",
"peer_ep_group_id": "9ad5a7e0-6dac-41b4-b20d-a7b8645fddf1",
"ikepolicy_id": "9b00d6b0-6c93-4ca5-9747-b8ade7bb514f",
"vpnservice_id": "5c561d9d-eaea-45f6-ae3e-08d1a7080828",
"local_ep_group_id": "3e1815dd-e212-43d0-8f13-b494fa553e68",
"peer_address": "172.24.4.233",
"peer_id": "172.24.4.233",
"name": "vpnconnection1"
}
}