[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create IPsec VPN IKE Profile
DescriptionCreate 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
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
Path Parameters
Path Parameters
string
ike-profile-id
Required
Request Body
Request Body
IPSecVpnIkeProfile
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineIPSecVpnIkeProfile1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
IPSecVpnIkeProfile
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlineIPSecVpnIkeProfile1
Errors
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-CreateOrUpdateIPSecVpnIkeProfile -ikeProfileId -iPSecVpnIkeProfile $iPSecVpnIkeProfile
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-ipsec-vpn-ike-profile
x-vmw-nsx-module: PolicyIPSecVpn
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy