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
    },
    "result_status": {
      "description": "The result status for the VLAN MTU health checks of this transport node. FINISHED - The VLAN MTU health check result for this transport node is ready for check. FAILED - The VLAN MTU health check for this transport node is failed.",
      "enum": [
        "FINISHED",
        "FAILED"
      ],
      "readonly": true,
      "required": false,
      "title": "Result status",
      "type": "string"
    },
    "transport_node_name": {
      "readonly": true,
      "required": false,
      "title": "The transport node display name",
      "type": "string"
    },
    "transport_node_path": {
      "description": "The policy path of transport node where the health check is performed.",
      "readonly": true,
      "required": true,
      "title": "Policy path of the transport node.",
      "type": "string"
    }
  },
  "title": "Health check result per transport node",
  "type": "object"
}