NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Get IPSec local endpoint list resultGet paginated list of all local endpoints. | GET /api/v1/vpn/ipsec/local-endpoints
                           (Deprecated) | 
| Create custom local endpointCreate custom IPSec local endpoint. | POST /api/v1/vpn/ipsec/local-endpoints
                           (Deprecated) | 
| Delete custom IPSec local endpointDelete custom IPSec local endpoint. | DELETE /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id>
                           (Deprecated) | 
| Get custom IPSec local endpointGet custom IPSec local endpoint. | GET /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id>
                           (Deprecated) | 
| Edit custom IPSec local endpointEdit custom IPSec local endpoint. | PUT /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id>
                           (Deprecated) | 
| Get IPSecVPNPeerEndpoint List ResultGet paginated list of all peer endpoint. | GET /api/v1/vpn/ipsec/peer-endpoints
                           (Deprecated) | 
| Create custom peer endpointCreate custom IPSec peer endpoint. | POST /api/v1/vpn/ipsec/peer-endpoints
                           (Deprecated) | 
| Delete custom IPSec VPN peer endpointDelete 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 endpointGet custom IPSec VPN peer endpoint. | GET /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id>
                           (Deprecated) | 
| Get IPSec VPN peer endpoint with PSKGet 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 IPSecPeerEndpointEdit custom IPSec peer endpoint. System owned endpoints are non editable. | PUT /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id>
                           (Deprecated) | 
