NSX-T Data Center REST API

Associated URIs:

API Description API Path

List IKE profiles


Get paginated list of all IKE Profiles. If any of these profiles are using SHA1 as a digest algorithm, please note that SHA1 is deprecated. Please update such profiles to use some other Digest Algorithm.
GET /policy/api/v1/infra/ipsec-vpn-ike-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles

Delete custom IKE Profile


Delete custom IKE Profile. Profile can not be deleted if profile has references to it.
DELETE /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}

Get IKE Profile


Get custom IKE Profile, given the particular id. If this profile is using SHA1 as a digest algorithm, please note that SHA1 is deprecated. Please update the profile to use some other Digest Algorithm.
GET /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}

Create or patch a custom internet key exchange (IKE) Profile


Create or patch 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. SHA1 is deprecated. Please use some other Digest Algorithm.
PATCH /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}

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. SHA1 is deprecated. Please use some other Digest Algorithm.
PUT /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}