Verb | URI | Description |
GET | /vpn/ipsec-site-connections/connection-id |
Returns details about a specific IPSec site-to-site connection. |
Normal Response Code: 200
Error Response Codes: Unauthorized (401), Forbidden (403), Not Found (404)
This operation does not require a request body.
This operation returns a response body.
Example 4.200. Show IPSec Site Connection: Request
GET /v2.0/vpn/ipsec-site-connections/cbc152a0-7e93-4f98-9f04-b085a4bf2511.json User-Agent: python-neutronclient Accept: application/json
Example 4.201. Show IPSec Site Connection: Response
HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8
{ "ipsec_site_connection": { "status": "PENDING_CREATE", "psk": "secret", "initiator": "bi-directional", "name": "vpnconnection1", "admin_state_up": true, "tenant_id": "ccb81365fe36411a9011e90491fe1330", "description": "", "auth_mode": "psk", "peer_cidrs": [ "10.1.0.0/24" ], "mtu": 1500, "ikepolicy_id": "bf5612ac-15fb-460c-9b3d-6453da2fafa2", "dpd": { "action": "hold", "interval": 30, "timeout": 120 }, "route_mode": "static", "vpnservice_id": "c2f3178d-5530-4c4a-89fc-050ecd552636", "peer_address": "172.24.4.226", "peer_id": "172.24.4.226", "id": "cbc152a0-7e93-4f98-9f04-b085a4bf2511", "ipsecpolicy_id": "8ba867b2-67eb-4835-bb61-c226804a1584" } }