AutomaticHealthCheck

AutomaticHealthCheck
AutomaticHealthCheck

Health check performed by system automatically on a specific transport zone.

For overlay based zone, health check is performed on corresponding N-VDS of each transport node with the VLAN and MTU specified by uplink profile of N-VDS for the node.

For VLAN based zone, health check is performed on corresponding N-VDS of each transport node with MTU specified by uplink profile of N-VDS for the node and VLAN specified by all logical switches in this zone.

JSON Example
{
    "result": {
        "results_per_transport_node": [
            {
                "result_on_host_switch": {
                    "host_switch_name": "string",
                    "results_per_uplink": [
                        {
                            "mtu_disallowed": [
                                {
                                    "end": 0,
                                    "start": 0
                                }
                            ],
                            "uplink_name": "string",
                            "vlan_and_mtu_allowed": [
                                {
                                    "end": 0,
                                    "start": 0
                                }
                            ],
                            "vlan_disallowed": [
                                {
                                    "end": 0,
                                    "start": 0
                                }
                            ]
                        }
                    ],
                    "updated_time": 0,
                    "vlan_mtu_status": "string"
                },
                "transport_node_id": "string"
            }
        ],
        "updated_time": 0,
        "vlan_mtu_status": "string"
    },
    "transport_zone_id": "string"
}
result
Optional

Result of health check.

string
transport_zone_id
Optional

ID of the transport zone where this automatic health check is performed.