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

Create or fully replace a custom internet key exchange (IKE) Profile

Create or fully replace custom internet key exchange (IKE) Profile. IKE Profile is a reusable profile that captures IKE and phase one negotiation parameters. System will be pre provisioned with system owned editable default IKE profile and suggested set of profiles that can be used for peering with popular remote peers like AWS VPN. User can create custom profiles as needed. Any change in profile affects all sessions consuming this profile. Revision is optional for creation and required for update.

Request:

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

Example Request:

PUT https://<policy-mgr>/policy/api/v1/infra/ipsec-vpn-ike-profiles/aws-ike-profile { "resource_type" : "IPSecVpnIkeProfile", "display_name" : "aws-ike-profile", "encryption_algorithms" : [ "AES_128" ], "ike_version" : "IKE_V1", "digest_algorithms" : [ "SHA2_256" ], "sa_life_time" : 86400, "dh_groups" : [ "GROUP14" ], "_revision" : 2, }

Successful Response:

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

Example Response:

{ "resource_type" : "IPSecVpnIkeProfile", "display_name" : "aws-ike-profile", "path": "/infra/ipsec-vpn-ike-profiles/aws-ike-profile", "encryption_algorithms" : [ "AES_128" ], "ike_version" : "IKE_V1", "digest_algorithms" : [ "SHA2_256" ], "sa_life_time" : 86400, "dh_groups" : [ "GROUP14" ], "_create_time" : 1517289492627, "_last_modified_user" : "system", "_last_modified_time" : 1517289492627, "_system_owned" : false, "_create_user" : "system", "_protection" : "NOT_PROTECTED", "_revision" : 3 }

Required Permissions:

crud

Feature:

policy_vpn

Additional Errors: