NSX-T Data Center REST API
PolicyHealthCheckResult (type)
{
"additionalProperties": false,
"description": "Result of health check.",
"id": "PolicyHealthCheckResult",
"module_id": "PolicyHealthCheck",
"properties": {
"transport_node_results": {
"description": "List of health check results on specific transport node.",
"items": {
"$ref": "TransportNodeHealthCheckResult"
},
"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": "Policy health check result",
"type": "object"
}