NSX-T Data Center REST API

TransportNodeHealthCheckResult (type)

{
  "additionalProperties": false,
  "description": "Health check result on specific transport node.",
  "id": "TransportNodeHealthCheckResult",
  "module_id": "PolicyHealthCheck",
  "properties": {
    "result_on_host_switch": {
      "$ref": "HealthCheckResultOnHostSwitch",
      "readonly": true
    },
    "transport_node_path": {
      "descirption": "The policy path of transport node where the health check is performed.\n",
      "readonly": true,
      "required": true,
      "title": "Policy path of the transport node.",
      "type": "string"
    }
  },
  "title": "Health check result per transport node",
  "type": "object"
}