NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Get IPSec VPN session statisticsGet 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 sessionReset the statistics of the given VPN session.  | 
                      
                        POST /api/v1/vpn/ipsec/sessions/{session-id}/statistics?action=reset
                           (Deprecated)
                         | 
                    
Get IPSec VPN IKE session statusList 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 summaryVPN 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 switchGet L2VPN session remote mac for logical switch.  | 
                      
                        GET /api/v1/vpn/l2vpn/sessions/{session-id}/remote-mac
                           (Deprecated)
                         | 
                    
Get L2VPN session statisticsGet 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 statusAggregated 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 instanceCumulative statistics for one IKE service instance. Query parameter source supports only cached mode.  | 
                      
                        GET /api/v1/vpn/services/{service-id}/summary
                           (Deprecated)
                         |