NSX-T Data Center REST API

Associated URIs:

API Description API Path

Get IPSec VPN session statistics


Get statistics of a vpn session across all tunnels and IKE session. Query parameter "source=realtime" is the only supported source.
GET /api/v1/vpn/ipsec/sessions/<session-id>/statistics (Deprecated)

Reset the statistics of the given VPN session


Reset the statistics of the given VPN session.
POST /api/v1/vpn/ipsec/sessions/<session-id>/statistics?action=reset (Deprecated)

Get IPSec VPN IKE session status


List status of IPSec session. Query parameter source supports both realtime and cached mode.
GET /api/v1/vpn/ipsec/sessions/<session-id>/status (Deprecated)

VPN session summary


VPN session summary gets summary per vpn sessions and IKE session. Query parameter source supports only cached mode.
GET /api/v1/vpn/ipsec/sessions/summary (Deprecated)

Get L2VPN session remote mac for logical switch


Get L2VPN session remote mac for logical switch.
GET /api/v1/vpn/l2vpn/sessions/<session-id>/remote-mac (Deprecated)

Get L2VPN session statistics


Get statistics of a L2VPN session. Query parameter source=realtime is the only supported source.
GET /api/v1/vpn/l2vpn/sessions/<session-id>/statistics (Deprecated)

Get L2VPN session status


Aggregated status of L2VPN session. Query parameter source=realtime|cached is supported.
GET /api/v1/vpn/l2vpn/sessions/<session-id>/status (Deprecated)

Get status summary of all existing L2VPN sessions.


Load all the existing L2VPN sessions and return the status summary of all L2VPN sessions. Query parameter source supports only cached mode.
GET /api/v1/vpn/l2vpn/sessions/summary (Deprecated)

Cumulative statistics for one IKE service instance


Cumulative statistics for one IKE service instance. Query parameter source supports only cached mode.
GET /api/v1/vpn/services/<service-id>/summary (Deprecated)