InlineIPSecVPNIKEServiceSummary0

InlineIPSecVPNIKEServiceSummary0
InlineIPSecVPNIKEServiceSummary0

Summarized view of all selected IPSec VPN sessions.

JSON Example
{
    "aggregate_traffic_counters": {
        "bytes_in": 0,
        "bytes_out": 0,
        "dropped_packets_in": 0,
        "dropped_packets_out": 0,
        "packets_in": 0,
        "packets_out": 0
    },
    "last_update_timestamp": 0,
    "session_summary": {
        "degraded_sessions": 0,
        "established_sessions": 0,
        "failed_sessions": 0,
        "total_sessions": 0
    },
    "traffic_summary_per_session": [
        {
            "ipsec_vpn_session": {
                "is_valid": false,
                "target_display_name": "string",
                "target_id": "string",
                "target_type": "string"
            },
            "traffic_counters": {
                "bytes_in": 0,
                "bytes_out": 0,
                "dropped_packets_in": 0,
                "dropped_packets_out": 0,
                "packets_in": 0,
                "packets_out": 0
            }
        }
    ]
}
object
aggregate_traffic_counters
Optional

Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP:

  • Incoming packet count.
  • Outgoing packet count.
  • Dropped packet count.
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the data was last updated.

object
session_summary
Optional

Provides the below summary of session status for all IPSec VPN sessions:

  • Total number of sessions configured.
  • Total number of failed sessions.
  • Total number of degraded sessions.
  • Total number of established sessions.
array of object
traffic_summary_per_session
Optional

Traffic summary per session.