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 host switch of each transport node with the VLAN MTU specified by uplink profile of host switch for the node. For VLAN based zone, health check is performed on corresponding host switch of each transport node with MTU specified by uplink profile of host switch 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"
}