NSX-T Data Center REST API

Associated URIs:

API Description API Path

List IPSec tunnel profiles


Get paginated list of all IPSec tunnel 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-tunnel-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles

Delete custom IPSec tunnel Profile


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

Get IPSec tunnel Profile


Get custom IPSec tunnel 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-tunnel-profiles/{tunnel-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}

Create or patch a custom IPSec tunnel Profile


Create or patch custom IPSec tunnel profile. IPSec tunnel profile is a reusable profile that captures phase two negotiation parameters and tunnel properties. System will be provisioned with system owned editable default IPSec tunnel profile. 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-tunnel-profiles/{tunnel-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}

Create or fully replace a custom IPSec tunnel Profile


Create or fully replace custom IPSec tunnel profile. IPSec tunnel profile is a reusable profile that captures phase two negotiation parameters and tunnel properties. System will be provisioned with system owned editable default IPSec tunnel profile. 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-tunnel-profiles/{tunnel-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}