Policy > Networking > Network Services > VPN > IPSEC > IPSEC Profiles

Get IPSec tunnel Profile

Get custom IPSec tunnel Profile, given the particular id.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/ipsec-vpn-tunnel-profiles/<tunnel-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/ipsec-vpn-tunnel-profiles/aws-tunnel-profile

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPSecVpnTunnelProfile+

Example Response:

{ "resource_type" : "IPSecVpnTunnelProfile", "display_name" : "aws-tunnel-profile", "path": "/infra/ipsec-vpn-tunnel-profiles/aws-tunnel-profile", "enable_perfect_forward_secrecy" : true, "encryption_algorithms" : [ "AES_128" ], "digest_algorithms" : [ "SHA2_256" ], "sa_life_time" : 3600, "dh_groups" : [ "GROUP14" ], "df_policy" : "COPY", "_create_time" : 1517289492627, "_last_modified_user" : "system", "_last_modified_time" : 1517289492627, "_system_owned" : false, "_create_user" : "system", "_protection" : "NOT_PROTECTED", "_revision" : 3 }

Required Permissions:

read

Feature:

policy_vpn

Additional Errors: