NSX-T Data Center REST API

HealthCheckResultPerTransportNode (type)

{
  "description": "Health check result on specific transport node",
  "id": "HealthCheckResultPerTransportNode",
  "module_id": "HealthCheck",
  "properties": {
    "result_on_host_switch": {
      "$ref": "HealthCheckResultOnHostSwitch",
      "readonly": true
    },
    "transport_node_id": {
      "description": "ID of the Transport Node.",
      "readonly": true,
      "title": "Transport Node ID",
      "type": "string"
    }
  },
  "title": "Health Check Result Per Transport Node",
  "type": "object"
}