NSX-T Data Center REST API

Associated URIs:

API Description API Path

Get IPSec local endpoint list result


Get paginated list of all local endpoints.
GET /api/v1/vpn/ipsec/local-endpoints (Deprecated)

Create custom local endpoint


Create custom IPSec local endpoint.
POST /api/v1/vpn/ipsec/local-endpoints (Deprecated)

Delete custom IPSec local endpoint


Delete custom IPSec local endpoint.
DELETE /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id> (Deprecated)

Get custom IPSec local endpoint


Get custom IPSec local endpoint.
GET /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id> (Deprecated)

Edit custom IPSec local endpoint


Edit custom IPSec local endpoint.
PUT /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id> (Deprecated)

Get IPSecVPNPeerEndpoint List Result


Get paginated list of all peer endpoint.
GET /api/v1/vpn/ipsec/peer-endpoints (Deprecated)

Create custom peer endpoint


Create custom IPSec peer endpoint.
POST /api/v1/vpn/ipsec/peer-endpoints (Deprecated)

Delete custom IPSec VPN peer endpoint


Delete custom IPSec VPN peer endpoint. All references are strong references and dependent peer endpoints can not be deleted if being referenced.
DELETE /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id> (Deprecated)

Get IPSec VPN peer endpoint


Get custom IPSec VPN peer endpoint.
GET /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id> (Deprecated)

Get IPSec VPN peer endpoint with PSK


Get custom IPSec VPN peer endpoint with PSK.
GET /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id>?action=show-sensitive-data (Deprecated)

Edit custom IPSecPeerEndpoint


Edit custom IPSec peer endpoint. System owned endpoints are non editable.
PUT /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id> (Deprecated)