NSX-T Data Center REST API

HealthCheckResultOnHostSwitch (type)

{
  "description": "Health check result on specific host switch of specific transport node.",
  "id": "HealthCheckResultOnHostSwitch",
  "module_id": "HealthCheck",
  "properties": {
    "host_switch_name": {
      "description": "Name of the host switch.",
      "readonly": true,
      "title": "Host Switch Name",
      "type": "string"
    },
    "results_per_uplink": {
      "description": "List of health check results per uplink on current host switch of specific transport node.",
      "items": {
        "$ref": "HealthCheckResultPerUplink"
      },
      "readonly": true,
      "required": false,
      "title": "Health Check Results Per uplink",
      "type": "array"
    },
    "updated_time": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp of check result updated.",
      "readonly": true
    },
    "vlan_mtu_status": {
      "$ref": "VlanMtuHealthCheckResultStatus",
      "description": "Status of VLAN-MTU health check result on host switch.",
      "readonly": true
    }
  },
  "title": "Health Check Result On Host Switch",
  "type": "object"
}