HealthCheckResultOnHostSwitch
HealthCheckResultOnHostSwitch
Health check result on specific host switch of specific transport node.
JSON Example
{
"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"
}
string
host_switch_name
Optional
Name of the host switch.
array of
HealthCheckResultPerUplink
results_per_uplink
Optional
List of health check results per uplink on current host switch of specific transport node.
integer As int64
As int64
updated_time
Optional
Timestamp of check result updated.
string
vlan_mtu_status
Optional
Status of VLAN-MTU health check result on host switch.
Possible values are :
TRUNKED,
UNTRUNKED,
UNKNOWN,