Verb | URI | Description |
GET | /vpn/ipsecpolicies/ipsecpolicy-id |
Returns details about a specific IPSec policy. |
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.190. Show IPSec Policy: Request
GET /v2.0/vpn/ipsecpolicies/5291b189-fd84-46e5-84bd-78f40c05d69c.json User-Agent: python-neutronclient Accept: application/json
Example 4.191. Show IPSec Policy: Response
HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8
{ "ipsecpolicy": { "name": "ipsecpolicy1", "transform_protocol": "esp", "auth_algorithm": "sha1", "encapsulation_mode": "tunnel", "encryption_algorithm": "aes-128", "pfs": "group14", "tenant_id": "ccb81365fe36411a9011e90491fe1330", "lifetime": { "units": "seconds", "value": 3600 }, "id": "5291b189-fd84-46e5-84bd-78f40c05d69c", "description": "" } }