IPSecVPNSessionSummary
IPSecVPNSessionSummary
Summarized view of all selected IPSec VPN sessions.
JSON Example
{
"traffic_summary_per_session": [
{
"traffic_counters": {
"packets_out": 0,
"dropped_packets_out": 0,
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"packets_in": 0
},
"ipsec_vpn_session": {
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
}
],
"last_update_timestamp": 0,
"session_summary": {
"established_sessions": 0,
"total_sessions": 0,
"failed_sessions": 0,
"degraded_sessions": 0
},
"aggregate_traffic_counters": {
"packets_out": 0,
"dropped_packets_out": 0,
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"packets_in": 0
}
}
array of IPSecVPNSessionTrafficSummary
traffic_summary_per_session
Optional
Traffic summary per session.
integer As int64 As int64
last_update_timestamp
Optional
Timestamp when the data was last updated.