IPSecVPNIKEServiceSummary

IPSecVPNIKEServiceSummary
IPSecVPNIKEServiceSummary

Summarized view of all IPSec VPN sessions for a specified service.

AllOf
This class requires all of the following:
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
    },
    "ipsec_vpn_service_id": "string",
    "display_name": "string",
    "logical_router_id": "string"
}