TransportNodeStatusListResult

TransportNodeStatusListResult
TransportNodeStatusListResult
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "results": [
        {
            "status": "string",
            "node_uuid": "string",
            "mgmt_connection_status": "string",
            "control_connection_status": {
                "status": "string",
                "degraded_count": 0,
                "down_count": 0,
                "up_count": 0
            },
            "pnic_status": {
                "status": "string",
                "degraded_count": 0,
                "down_count": 0,
                "up_count": 0
            },
            "node_display_name": "string",
            "tunnel_status": {
                "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
                }
            }
        }
    ]
}