NSX-T Data Center REST API

PolicyAutomaticHealthCheckResult (type)

{
  "additionalProperties": false,
  "description": "Health check performed by system automatically on a specific transport zone.  For overlay based zone, health check is performed on corresponding N-VDS of each transport node with the VLAN and MTU specified by uplink profile of N-VDS for the node.  For VLAN based zone, health check is performed on corresponding N-VDS of each transport node with MTU specified by uplink profile of N-VDS for the node and VLAN specified by all logical switches in this zone.",
  "id": "PolicyAutomaticHealthCheckResult",
  "module_id": "PolicyHealthCheck",
  "properties": {
    "result": {
      "$ref": "PolicyHealthCheckResult",
      "readonly": true
    },
    "transport_zone_path": {
      "description": "Policy path of the transport zone where this automatic health check is performed.",
      "readonly": true,
      "title": "Policy path of the transport zone.",
      "type": "string"
    }
  },
  "title": "Policy automatic health check result",
  "type": "object"
}