HealthCheckResult (type)

{
  "description": "Result of health check.", 
  "id": "HealthCheckResult", 
  "module_id": "HealthCheck", 
  "properties": {
    "results_per_transport_node": {
      "description": "List of health check results on specific transport node.", 
      "items": {
        "$ref": "HealthCheckResultPerTransportNode
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Health Check Results Per Transport Node", 
      "type": "array"
    }, 
    "updated_time": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp of check result updated.", 
      "readonly": true
    }, 
    "vlan_mtu_status": {
      "$ref": "VlanMtuHealthCheckResultStatus, 
      "description": "Overall status of VLAN-MTU health check result.", 
      "readonly": true
    }
  }, 
  "title": "Health Check Result", 
  "type": "object"
}