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
|
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
|
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
|
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
|
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
|
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
|
Get L2VPN session statusAggregated status of L2VPN session. Query parameter source=realtime|cached is supported. |
GET /api/v1/vpn/l2vpn/sessions/<session-id>/status
|
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
|
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
|