TunnelStatusCount

TunnelStatusCount
TunnelStatusCount
AllOf
This class requires all of the following:
JSON Example
{
    "status": "string",
    "degraded_count": 0,
    "down_count": 0,
    "up_count": 0,
    "bfd_diagnostic": {
        "concatenated_path_down_count": 0,
        "administratively_down_count": 0,
        "no_diagnostic_count": 0,
        "path_down_count": 0,
        "reverse_concatenated_path_down_count": 0,
        "neighbor_signaled_session_down_count": 0,
        "control_detection_time_expired_count": 0,
        "echo_function_failed_count": 0,
        "forwarding_plane_reset_count": 0
    },
    "bfd_status": {
        "bfd_admin_down_count": 0,
        "bfd_up_count": 0,
        "bfd_down_count": 0,
        "bfd_init_count": 0
    }
}